Hello friends,
How To Perform Web Services Testing?
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