Forum Discussion
1 Reply
Sort By
- nmrao
Champion Level 1
You can define a test case with the required step. Also add the load test step and run it.
Load test step has different configurations which allows you to do the same.
My requirement is to run the same test step 100 times and log its response time. I want to check the response time of each run.
The below code didnt help me inside a for loop.
log.info "Time taken" + testRunner.testCase.testSteps["Request1"].testRequest.response.timeTaken