wpar
5 years agoNew Contributor
Running a branch in parallel
Hello, Obligatory "first post here, so please be gentle." I'm attempting to run two test cases in parallel but only after a specific test step has been run in my first test case. The APIs I'm...
- 5 years agowpar,
This is how it can achieved if the objective is to fire the request x no of times with a delay of y seconds which uses out of the box functionality.
Have simple test case with required test step (no scripts involved), create a load test as described in the below documentation and execute it (either from the tool or from the command line, I prefer the later to execute).
https://support.smartbear.com/readyapi/docs/loadui/tutorial/your-first-test/creating-load-test.html
Please see if this approach is suitable for your case.