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 run (making sure the tested app is installed, making sure TestComplete is running as admin etc.)
We are hoping to be able to check if TestComplete has debugging enabled as part of these checks too.
Is this possible?
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.