chrismag
9 years agoNew Contributor
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...
- 9 years ago
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.