Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi jpr,
A quick'n'dirty way to achieve this is to simply create 5 successive requests to your MockResponse and create assertions for each request: four of them expecting 'X', and the fifth one expecting 'Y'.
Before running this test case you would need to run the MockService which encompasses your MockResponse, of couse.
That should do the trick. Please let us know if it did.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla
A quick'n'dirty way to achieve this is to simply create 5 successive requests to your MockResponse and create assertions for each request: four of them expecting 'X', and the fifth one expecting 'Y'.

Before running this test case you would need to run the MockService which encompasses your MockResponse, of couse.
That should do the trick. Please let us know if it did.
Cheers!
/Nenad Nikolic a.k.a. Shonzilla