16 years ago
multiple Mock Response TestSteps in a single test
Hi experts et al,
I recently upgraded to SOAP UI 3.5.1 from 2.5.1 and noticed some odd changes. When I start a test, all the Mock Response TestSteps (within that step) startup at the same time. This happens even if I define Start Step property for them.
Is there any way to run test steps in a chain anymore (other than using groovy)? I am testing two-way SOAP communication where the order of messages matter and I'm supposed to validate message relations, so Query/Match feature on Mock Response TestStep is not an option for me.
Configuration:
Test structure:
I recently upgraded to SOAP UI 3.5.1 from 2.5.1 and noticed some odd changes. When I start a test, all the Mock Response TestSteps (within that step) startup at the same time. This happens even if I define Start Step property for them.
Is there any way to run test steps in a chain anymore (other than using groovy)? I am testing two-way SOAP communication where the order of messages matter and I'm supposed to validate message relations, so Query/Match feature on Mock Response TestStep is not an option for me.
Configuration:
- CentOS Linux 2.6.18-164.11.1.el5 SMP x86_64
- Sun JDK 1.6 update 18
- SoapUI 3.5.1 (using unmodified soapui.sh startup script)
Test structure:
- Test Request TestStep
- Mock Response TestStep
- Property Transfer TestStep
- Test Request TestStep
- Mock Response TestStep
- Property Transfer TestStep
- ...
- Groovy Script TestStep