Forum Discussion
AlexeyK
Alumni
14 years agoDaniel,
You can create project variables that will store the platform and version values. You can assign the needed values to these variables before running your tests.
Alternatively, you can run TestComplete via the command line and pass the needed values as command-line arguments.
You can specify any arguments in the command line. TestComplete will process only the arguments it supports (e.g. the project file name). All the others can be used in your tests. To determine the number and argument values, use the BuiltIn.ParamCount property and the BuiltIn.ParamStr method.
You can create project variables that will store the platform and version values. You can assign the needed values to these variables before running your tests.
Alternatively, you can run TestComplete via the command line and pass the needed values as command-line arguments.
You can specify any arguments in the command line. TestComplete will process only the arguments it supports (e.g. the project file name). All the others can be used in your tests. To determine the number and argument values, use the BuiltIn.ParamCount property and the BuiltIn.ParamStr method.