How to hit the QA environment by mocking the services locally
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020
06:34 AM
01-21-2020
06:34 AM
How to hit the QA environment by mocking the services locally
Hi Team, We have received the environmnet endpoints and wsdl details .How do i hit the SIT QA environmnet by mocking the services. I am able to create the local host mock service but i am unable to craete the SIT environment mock service.
Can you please help with the same .
Thanks
Prashanth
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020
06:47 AM
01-21-2020
06:47 AM
Execute the test on your intended machine instead local machine.
or You can create war file from the project so that it can run as well on the intended machine. Please refer documentation below:
https://www.soapui.org/soap-mocking/deploying-mock-services-as-war-files.html
Regards,
Rao.
or You can create war file from the project so that it can run as well on the intended machine. Please refer documentation below:
https://www.soapui.org/soap-mocking/deploying-mock-services-as-war-files.html
Regards,
Rao.
