Forum Discussion
- nmraoChampion Level 2Yes, it can be achieved by using load test from your test case itself.
Overview:
https://www.soapui.org/Load-Testing/concept.html
Create load test:
https://www.soapui.org/load-testing/creating-and-running-loadtests.html- plaidshirtContributor
for(i=0;i<100;i++){ def tCase = testRunner.testCase.testSuite.testCases["Test"] def tStep = tCase.testSteps["Request"] tStep.run(testRunner, context) Thread.sleep(2000); }
- HimanshuTayalCommunity Hero
Related Content
Recent Discussions
- 16 days ago
- 17 days ago