Forum Discussion

Rodex's avatar
17 years ago

Need to call the test cases sequentially , in load testing



Hi,

in SOAP UI  for each test case we can create a loadtest request.
If  i execute the load test by settiing secs/requests,  only that request will be executed for that number of times.

my requirement is paricular group of test cases need to be executed sequentially while load tetsing is performing .

Please advise me if anyone have idea

Thanks.

2 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    try creating a "controller TestCase" that just contains "Run TestCase" steps to run those TestCases you want to run in the desired sequence. Then put this TestCase under load with a LoadTest...

    Hope this helps!

    regards,

    /Ole
    eviware.com


  • But then if i have different Load strategies for all the three test cases then that is lost as all the test cases in the final load test are governed by only the Load strategy that is unique to that test.

    Is there any way that i can execute Load test cases with different strategies one after another and parallely also?