Gerhardt
12 years agoNew Contributor
Multiple Threads / Threading with TestComplete
Hello Community,
at the moment im at the Trialphase of Testcomplete and since now have written some scripts to write something in an SQL Database and insert this with an other routine from the SQL Server to another Database. After this im Checking if the Data arrive at the last position.
Now i want to Check this on multiple positions at the same time, to see how long it takes for each step.
Is there a possibility for TestComplete to run Tests or Scripts at the same time? So that i can check more then one position at the time.
Regards
at the moment im at the Trialphase of Testcomplete and since now have written some scripts to write something in an SQL Database and insert this with an other routine from the SQL Server to another Database. After this im Checking if the Data arrive at the last position.
Now i want to Check this on multiple positions at the same time, to see how long it takes for each step.
Is there a possibility for TestComplete to run Tests or Scripts at the same time? So that i can check more then one position at the time.
Regards
- Hi Hugo,
Yes, you are correct that Network Suite runs tests simultaneously on different machines. So, with the help of synchronization points supported by Network Suite functionality, it is possible to execute SQL statements (almost) concurrently. Maybe, this will correspond to what Mel needs.
However, if the task is to measure time required to transfer data from one location to another, I think that it might be more easy and with a much better precision to process SQL transaction logs and get the time when data arrived from there.
(Though I am also far not sure that I correctly got the initial problem...)