Forum Discussion

shuttle's avatar
shuttle
New Contributor
12 years ago

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.

2 Replies

  • Hello,

    This is noted internally as SOAP-2020 as another user has requested the same thing. Thanks for your interest in this feature.
    • lfcabend's avatar
      lfcabend
      New Member

      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