Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
If you click "Run Project" from TestComplete, the effect is the same. You don't choose the items to run after you click "Play".
TestExecute is assuming that you've made any modifications you want to to the project, including checking or unchecking items, before you ask TestExecute to run. Test items are considered part of the project itself and so they are just run as is.
Now, as for commandline, rather than necessarily having to have testers remember what to run, I'd modify what you're doing and, instead of renaming the project, I'd create multiple BAT files containing the specified command line to run what you want run.
TestExecute is assuming that you've made any modifications you want to to the project, including checking or unchecking items, before you ask TestExecute to run. Test items are considered part of the project itself and so they are just run as is.
Now, as for commandline, rather than necessarily having to have testers remember what to run, I'd modify what you're doing and, instead of renaming the project, I'd create multiple BAT files containing the specified command line to run what you want run.