Concurrent tests in TestComplete Desktop
Hi, though I have seen this question asked and answered, I am not sure if it is possible on the desktop version of TestComplete.
I basically want to create a test and then re-run it multiple times concurrently. At the moment I have included a for each statement so when the test starts again, an error is generated stating an object that it cannot be found.
However, if I produce a test where I close the application at the end it then happly completes the test successfully on the next loop.
Can I achieve what I want?
Thanks
Chris
Concurrently?
You mean threaded. You want the same test running in multiple threads simultaneously?
In which case, no. Sounds like you're trying to do some sort of load testting? TestComplete has no concept of concurrency.
So unless you meant consecutively, then I suspect you're out of luck. Putting things in a very fast loop to write to a DB will get you lots of consecutive entries, but not concurrent ones.
I do something similar to load test using real browsers, but I don't use TestComplete for it.