|
Title: Need to call the test cases sequentially , in load testing Post by: Rodex on March 25, 2008, 12:43:36 am ???
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. Title: Re: Need to call the test cases sequentially , in load testing Post by: omatzura on March 25, 2008, 11:23:04 pm 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 Title: Re: Need to call the test cases sequentially , in load testing Post by: Rajesh Saini on June 26, 2008, 08:58:05 am ???
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? |