How To Perform Web Services Testing?

Started by ruhikhan, July 24, 2019, 05:09:28 AM


sinelogixtech

Hi Friends,
Web Services Testing is testing of Web services and its Protocols like SOAP & REST.

To test a Web Service you can,

. Test Manually
. Create your own Automation Code
. Use an off-the shelf automation tool like SoapUI.

Web Service Testing involves following steps -

i. Understand the WSDL file
ii. Determine the operations that particular web service provides
iii. Determine the XML request format which we need to send
iv. Determine the response XML format
v. Using a tool or writing code to send request and validate the response