pwang
2 years agoOccasional Contributor
How could disable dialog box show when finished running testing case with TestExecute
Hi, I just run some testing case from Jenkins using TestExecute. but I have a problem, If the project have be finished, there will be a confirm dialog box appears , Probably because of I added S...
- 2 years ago
Look at TestExecute Command Line to see which parameter(s) can disable dialogs.
The automation should not be making any changes to either of its files in the project while running. I suggest you correct this.
The ErrorLevel are TC Exit Codes, which I don't think will cover your confirmation dialog.