To put it concisely, performing test of Appeon for PowerBuilder with the HTTP protocol in the test mode is to complete the following steps:
-
Set the record parameters and record the scripts;
-
Change the constants of Session ID in the scripts to variables;
-
If testing the Update operation, you need to parameterize SQL statements (to avoid deadlock of database tables when there are many concurrent access);
-
Configure the Run-Time Settings;
-
Play back the scripts unless the tests succeed, otherwise return to 2), 3), 4);
-
Design and run the scenario according to the testing scheme.