Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Is it possible to execute a single test on multiple threads, with configurable number of threads?
Best Answer
-
Consider putting your test suite into concurrent mode instead of sequential mode and use multiple SOAP Clients in your scenario. In concurrent mode all the SOAP Clients will be run at the same time. You won't be able to control the number of threads, but you will be able to control the number of clients that are getting run concurrently. To set concurrent mode, open the Test Suite node that contains your tests and go to the Execution Options tab.
5
Answers
-
There may be multiple possible solutions - can you clarify more about what your test scenario looks like and what you are trying to accomplish?
0 -
I want to run a SOAP request on multiple threads from my client. Not interested in the responses, the data validation is done on a database.
0