'Start Step' gets ignored [RESOLVED]
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2012
04:02 AM
03-07-2012
04:02 AM
'Start Step' gets ignored [RESOLVED]
Our soapUI does seem to ignore the 'Start Step' property of mockresponse steps.
How to reproduce: take a soapUIPro 4.0.0 or 4.0.1
make a testcase, add (e.g.) a request
after the request add a delay (say 3sec)
after the request add a mockresponse and set its start step property to the request step.
in the soapUI log you will see that the mockservice for the mockresponse gets started after the delay, not before.
in 4.0.0 this usually broke our tests of asynchronous services, as the response was already gone when the mockResponse started triggering
(we had to add a delay on the asynchronous service as workaround). In 4.0.1 it seems to work, but i'm not sure if soapUI queues the requests or we are just lucky.
Best regards,
Pat
How to reproduce: take a soapUIPro 4.0.0 or 4.0.1
make a testcase, add (e.g.) a request
after the request add a delay (say 3sec)
after the request add a mockresponse and set its start step property to the request step.
in the soapUI log you will see that the mockservice for the mockresponse gets started after the delay, not before.
in 4.0.0 this usually broke our tests of asynchronous services, as the response was already gone when the mockResponse started triggering
(we had to add a delay on the asynchronous service as workaround). In 4.0.1 it seems to work, but i'm not sure if soapUI queues the requests or we are just lucky.
Best regards,
Pat
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2012
05:15 AM
03-09-2012
05:15 AM
Hi Pat,
there are a number of Start-Step related fixes in the 4.5-beta1 and the 4.0.2-SNAPSHOT nightly build (at http://wwe.eviware.com/nightly-builds) - have you tried either of them?
Also, could you share with us the exact messages you are getting upon startup of the MockService/MockResponseTestStep?
Thanks!
/Ole
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
there are a number of Start-Step related fixes in the 4.5-beta1 and the 4.0.2-SNAPSHOT nightly build (at http://wwe.eviware.com/nightly-builds) - have you tried either of them?
Also, could you share with us the exact messages you are getting upon startup of the MockService/MockResponseTestStep?
Thanks!
/Ole
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2012
07:38 AM
03-09-2012
07:38 AM
Hi!
We have done fixes related to this in the latest nightly build, as well as 4.5.0 beta 1. Would it be possible for you to try one of those?
Regards
Henrik
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
We have done fixes related to this in the latest nightly build, as well as 4.5.0 beta 1. Would it be possible for you to try one of those?
Regards
Henrik
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2012
05:04 AM
04-23-2012
05:04 AM
Ok now it works, thank you very much!
