AndrewCast
7 years agoContributor
How to set a command line parameter through a script?
I use a script to install and add a new build of the program.
I use
TestedApps.Add
to add the path to the launcher. I was wondering if there's any way to add a command line paramet...
- 7 years ago
Here's the question:
Why use TestedApps at all? Rather than having to add a TestedApp and then remove it later in the test (or, remember to include it in some sort of cleanup), why not use the WshShell.Exec method to just execute your application at a command line?
https://support.smartbear.com/testcomplete/docs/reference/program-objects/wshshell/index.html