Run Two Clients in Sync.
Hi Team,
I have requirement like I need to do performance testing for 2 operations/clients.
Issue is Operation A has dependency on Operation B.
first I need to run Operation A then Operation B -- Valid Sequence.
But Loadtest simply firing Operation A multiple times without any sequence with Operation B which causing Operation A to fail.
Any method in Loadtest to setup some sequence for such scenarios.
Regards
Rahul
Comments
-
Let's say you have SOAtest test suite where test 1 invokes operation A and test 2 invokes operation B. In the test suite you must select "Tests run as group". This option indicates that both tests must always be run together and not independently. Load Test will honor this option, spawning a virtual user for the suite instead of separate virtual users for each test in the suite.
0