InterviewSolution
Saved Bookmarks
| 1. |
How can we use SoapUI to test web services? |
|
Answer» A web service is a network-based service that allows other systems to communicate with it via a defined protocol. Using SOAPUI to test restful web SERVICES requires first DEVELOPING test cases, after which the same actions can be followed or the same STEPS can be followed, which are followed while testing any other API using SoapUI. Please refer to this link for the steps that NEED to be taken. |
|