Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
I'm not sure I understand how you mean - running the two TestCases in parallel will start them at the same time without any inter-dependencies, isn't that what you needed?
Another alternative would be to have a groovy script that executes the two requests "manually" (ie by submitting corresponding request objects), this can be done asynchronously... but then you would have to assert the responses manually, etc
regards!
/Ole
SmartBear Software
I'm not sure I understand how you mean - running the two TestCases in parallel will start them at the same time without any inter-dependencies, isn't that what you needed?
Another alternative would be to have a groovy script that executes the two requests "manually" (ie by submitting corresponding request objects), this can be done asynchronously... but then you would have to assert the responses manually, etc
regards!
/Ole
SmartBear Software