steve_hall
12 years agoContributor
TestComplete command line, and functions with parameters
Hi All, I'm trying to work out how, from the command line I can: Start TC, pointing to suite, project, script, and function, where the function takes a string parameter. ...
- 12 years agoI think you should create another function that will parse the TestComplete's command line arguments, and you will specify its name in command line along with the desired parameter value using the custom command line argument.
See example of parsing command line arguments here: TestComplete Command Line (ParamStr, ParamCount functions).