herbie68nl
10 years agoOccasional Contributor
Can I run different testsScripts simultaneously
I created several tests to interact with a SQL database.
For Example:
Script 1 represents UserA who creates a new Customer in the database
Script 2 represents UserB who also creates a new Customer in the database
Script 3 represents UserC who creates a new Order in the database
Now I want to simulate a WorkLoad situation to measure performance, therefore I want to run thos TestScripts simultaneously
But Al I can do is run them in line.
Is there a way to run several scripts at the same time?