Crud operation examples uisng Rest assured ``` package CrudOperationExamples; import static i ... Read More
Simple request and respone example using rest assured. ``` package basics; import org.testng. ... Read More
4.Method is using OOPs concepts.In this method we pass objects of a class as post. But what kind of ... Read More
There are various ways of reading response from server and retrieving data out of it. We can use ... Read More
Soap-ui is used for test soap protocols.Soap has paid and free versions. In free version we can’t re ... Read More
Next lets discuss hamcrest librabry.We have seen above that we can compare an actual result we got f ... Read More
Web services – user sends request to server , gets response back . Two types of commonly used prot ... Read More
Second method –Here courses is not a list but instead a map of key value pairs.So we create a Studen ... Read More
In order to create a new record in our app using post or in order to post to any rest app in general ... Read More
If courses contains list of maps and each map object further contains a list of topic.So we have li ... Read More