Page 1 of 1

Loop one module only?

Posted: Tue Apr 22, 2014 10:51 pm
by smrse
I have 3 modules and only the second module conains variables. Is it possible to loop only the second module? or will it always loop the entire test case? If so, I guess I have to create 3 separate test cases?

Re: Loop one module only?

Posted: Wed Apr 23, 2014 9:06 pm
by OverflowingStack
Hello smrse,

You will not have to create 3 separate Test Cases, only one new Test Case containing the desired module for looping. This Test Case will have to be placed between the two modules as shown here:
nestedTC.png
Hope this information helps! :D happy testing!

Re: Loop one module only?

Posted: Wed Apr 23, 2014 9:52 pm
by smrse
Perfect, thanks so much!