How to control MockResponse added as a TestStep
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to control MockResponse added as a TestStep
Hello guys,
I know that mockResponse when added in test step, it will listen till a request is hit . However, is there a way it listens and still control move to next testStep in same testCase ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rao,
I have RequestA triggered to server which will inturn invoke RequestB and get ResponseB and then hit RequestC and get ResponseC.
I have created a testCase to include first RequestA and then followed by mockResponseB and mockResponseC testSteps. I am using mock URL in server property.xml. The Problem is here when I am running the project on commandline:
When I run testrunner followed by project, RequestA is submitted to server. Before the control go to start mockResponseB testStep, our server is hitting RequestB due to which we are getting ResponseB as unavailable.
So I need a way to start mockresponseB and mockResponseC to start listening first and then submit RequestA. All I need in one testCase only.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. Are all the operations of same service if you are using SOAP requests? clarify otherwise.
2. How are you starting mock services? In any setup script? Test suite or Test case or Project?
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So, are you sure that your use case can't be achieved without this step i.e., using mock service?
Regards,
Rao.
