Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
In this article ( http://smartbear.com/support/viewarticle/10998/ ), towards the end is a discussion and examples of how to get the parameters from the TestComplete command line and use them in script. A couple of supporting articles are http://smartbear.com/support/viewarticle/11009/ and http://smartbear.com/support/viewarticle/11006/
For myself, I don't use the command line. Instead, I create an INI file and use the INI object to read options in and assign them to project variables. That way I can set up INI files on a per machine basis and just run a project without having to worry about making sure the proper command line is set.
For myself, I don't use the command line. Instead, I create an INI file and use the INI object to read options in and assign them to project variables. That way I can set up INI files on a per machine basis and just run a project without having to worry about making sure the proper command line is set.