jaypas
15 years agoNew Contributor
For Loop in a Test Case
Hello,
I'm just starting to learn soapUI. I would like to know how to put a loop in a test case. Here's what I want to do:
1. Initialize count to 0
2. Send a transaction request
3. Increment count by 1
4. Delay for 10 seconds
5. Conditional goto: If count == 10, break from the loop. Otherwise, goto step 2.
6. End
How do I initialize count to 0?
How do I increment count by 1?
How do I access count in a conditional goto?
How do I check that count == 10 in the conditional goto?
Thanks,
jaypas
I'm just starting to learn soapUI. I would like to know how to put a loop in a test case. Here's what I want to do:
1. Initialize count to 0
2. Send a transaction request
3. Increment count by 1
4. Delay for 10 seconds
5. Conditional goto: If count == 10, break from the loop. Otherwise, goto step 2.
6. End
How do I initialize count to 0?
How do I increment count by 1?
How do I access count in a conditional goto?
How do I check that count == 10 in the conditional goto?
Thanks,
jaypas