shuttle
12 years agoNew Contributor
REST Mock Response
REST Mock Response would be a nice addon, like SOAP Mock Response. We are using SoapUI project in JUnit integration tests embedded.
Any idea when this feature will be released? Is it possbible to track issue SOAP-2020? I mean is the bug tracker public?
What I am doing now, is that I have a mock service which receives the async callback and starts the "next part of the testcase". The "next part of the testcase" is just a separate testcase. Which implies that i cannot run the complete test-suite, since the mock service will always start the next part of the test-case. Is there an another way of doing this, since it is very annoying I cannot run the entire testsuite at once