Testing Steps

To put it concisely, performing test of Appeon for PowerBuilder with the HTTP protocol in the test mode is to complete the following steps:

  1. Set the record parameters and record the scripts;

  2. Change the constants of Session ID in the scripts to variables;

  3. If testing the Update operation, you need to parameterize SQL statements (to avoid deadlock of database tables when there are many concurrent access);

  4. Configure the Run-Time Settings;

  5. Play back the scripts unless the tests succeed, otherwise return to 2), 3), 4);

  6. Design and run the scenario according to the testing scheme.