Forum Discussion
etelpmoc
3 years agoNew Contributor
Hi TK6666
Want to run multiple projects in one project suite?
If so, see /run in the link below.
https://support.smartbear.com/testexecute/docs/running/automating/command-line/command-line.html
"No other arguments specified"
Want to run multiple project suites?
Batch files allow you to run multiple project suites sequentially.
ex) test.bat
cd C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin
call TestExecute.exe C:\work\test1.pjs /run /project:project_name /exit
call TestExecute.exe C:\work\test2.pjs /run /project:project_name /exit
call TestExecute.exe C:\work\test3.pjs /run /project:project_name /exit
Hope this helps.
Related Content
Recent Discussions
- 18 hours ago
- 2 days ago