We have a load test that runs of 100 concurrent users. We also have “Prepare” and “Verify” tests that we’d like to run just once at the beginning and end of the whole load test – NOT for each emulated user (*100) in the load test.
Can anyone please advise the easiest way to configure this?
You can create a Load Test Plug-In and use the
LoadTestStarting&LoadTestFinishedevents to call the methods you want: