danrald
9 years agoOccasional Contributor
Why does it work in TestComplete but not TestExecute
I have some code in Testcomplete that works fine on my machine. But when I deploy to any test machine
it sometimes works. Meaning. sometimes the code works, sometimes it does not. The code at hand is this:
browser = Sys.WaitBrowser("*",10000);
page = brower.FindChild("ObjectType", "Page", 1000);
It always works in TestComplete, but sometime it does not work when I deploy to TestExecute. I would
say that fails in TestExecute 75% of the time.
Thanks
You can either do that and keep bumping it up to find a good time for your machines or you could start high, with maybe 10000 and if that works, then lower it until it doesn't work. It will take a little experimenting.