Monthly Archive: September 2020

What is REST

What is REST

REpresentational State Transfer and its an architecture REST Uses HTTP protocol for the communication It was developed to overcome the limitation SOAP. And to make the web services light weight In REST “REpresentational” means,...

What is Webservice

What is Webservice

A web service is a collection of open protocols and standards by which two or more remote applications or systems interact with each other over network/internet. They are really nothing more than a request/...

Static Import

Static Import

Static import allows you to access the static member of a class directly without using the fully qualified name. In order to use REST assured effectively it’s recommended to statically import methods from the...