Log in

View Full Version : How To Perform Web Services Testing?



ruhikhan
07-24-2019, 10:12 AM
Hello friends,


How To Perform Web Services Testing?

sinelogixtech
07-25-2019, 05:51 AM
Hi Friends,
Web services testing is the process of testing whether your application communicates and accesses functions correctly from the Web by effectively verifying the behavior of web services connected to them. There are basically two types of web service – REST and SOAP to drive the communication of data and information over internet protocol. Some of the popular testing tools used for web services testing are SoapUI, TestingWhiz, SOATest, Postman, etc.

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