Second way to post to rest is to create a JsonObject and put key value pairs in it. Then create a Js ... Read More
The way we logged our get or post request we can even log the response we get from server. Only dif ... Read More
We can get a json schema for any of our json response by going to this website. ``` https://www. ... Read More
Previosuly we have seen how to compare two Strings using JSONAssert. Now to compare an actual json r ... Read More
Rest assured is free. And very popular. It just jar files and we can add to our project to test rest ... Read More
Third way is to create a java util hash map and paste name email programme etc as key value pairs to ... Read More
Example of put request using rest ``` package CrudOperationExamples; import static io.restass ... Read More
In the same way we can log paramters or log body from a get or post request . We can even log only i ... Read More
Soap is a protocol it follows rules for requests and responses i.e requests and responses have envel ... Read More
Here we will see how to put multiple validations all together using hamcrest library. Hard Assert ... Read More