Forum Discussion
AlexanderM
Staff
15 years agoHello Adam,
Yes, it is possible to pass a custom parameter to the TestExecute (TestComplete) command line. Just add an exta parameter to the TestExecute command line, for example: /FileName=something. To access command line arguments from script, use the BuiltIn.ParamCount and BuiltIn.ParamStr functions. See the CommandLineArgs sample procedure from the TestComplete Command Line help topic.