tphillips
5 years agoFrequent Contributor
Programmatically check if debugging is enabled
Is there any way to programmatically check if debugging is enabled? I know that TestExecute will ignore debugging, but we usually launch our tests from TestComplete. We have some pre-test checks that...
- 5 years ago
The process I've used before is that the TestComplete project that does the unattended runs is not one that people actually work in. No one ever changes the project settings in that one and the individual tests just get updated as necessary.