Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
I have the following suggestion for an environment setup to test this that might help.
1) Create a test case that calls your service A
2) Create two separate test cases that each contain a MockResponse test step, representing B and C respectively.
3) In these MockResponse test steps, set up to test the incoming requests in the way you want.
4) Set up A to call B and C.
In order for this to work, all the test cases must be running in parallel, so you will have to make sure to select the "The selected TestCases are run in parallel" option on the TestSuite level.
Hope this helps!
Regards,
Arian
SmartBear Sweden
I have the following suggestion for an environment setup to test this that might help.
1) Create a test case that calls your service A
2) Create two separate test cases that each contain a MockResponse test step, representing B and C respectively.
3) In these MockResponse test steps, set up to test the incoming requests in the way you want.
4) Set up A to call B and C.
In order for this to work, all the test cases must be running in parallel, so you will have to make sure to select the "The selected TestCases are run in parallel" option on the TestSuite level.
Hope this helps!
Regards,
Arian
SmartBear Sweden