Webmaster Forums - Website and SEO Help

Search Engines and Marketing => General Discussion => Topic started by: ruhikhan on July 24, 2019, 05:09:28 AM

Title: How To Perform Web Services Testing?
Post by: ruhikhan on July 24, 2019, 05:09:28 AM
Hello friends,


How To Perform Web Services Testing?
Title: Re: How To Perform Web Services Testing?
Post by: sinelogixtech on July 26, 2019, 12:45:05 AM
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