mfoster711
13 years agoRegular Contributor
Checking ActiveWindow in debug mode
In my vbscript code I am check if the ActiveWindow has changed as a method of determining if an error/unexpcted window may have displayed. The code works fine but it doesn't work if I am stepping through the code in debug mode. TestComplete will tell me the ActiveWindow is the actual TestComplete window.
Is there anyway around this so the code works in debug mode? Is the a better method other than using ActiveWindow?
Is there anyway around this so the code works in debug mode? Is the a better method other than using ActiveWindow?