Note: This statement is only used in load test scripts. See Load Testing for more information.
Establishes a connection to the application repository to retrieve the following information for running load tests:
All repository variables are set to their default values. Any repository variables that prompt users for a value are assigned the default value. Use the Assignment statement to assign a different value to these variables.
Syntax
SetLoadTestContext("Application/Version")
Arguments
Argument | Description |
---|---|
Application/Version | Application name and version number to use in the application repository, separated with a forward slash. |
Note: If the application has the same name in the local and global repository, QA Wizard Pro uses the application in the local repository by default. To change the repository used during playback, add 'Global:' before the application name.
Supported objects
Script
Example
Script.SetLoadTestContext("WysiCorp/1.0")