Different tools to test Rest services

1) SOAP UI It can be used to test both Rest and SOAP services. More popular for SOAP services. Let’s see the steps to use SOAP UI for Rest services Step1 Access the below URL https://www.soapui.org/Downloads/latest-release.html Click on Download link based on OS which you are using. Go to the downloaded folder and double click […]

Share this article on

REST Service overview

What is Rest? REST stands for Representational State Transfer REST is an architectural style based on HTTP protocol. Remember REST is not a protocol rather it’s an architectural style based on web standards and protocol. In Rest, each and everything is a resource. Each resource will have a representation, Representation can be any MIME type […]

Share this article on
< Previous Next >