Crud operations in web services are -Create –Retrieve – update –delete In http the above 4 crud o ... 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
Previosuly we have seen how to compare two Strings using JSONAssert. Now to compare an actual json r ... 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
Lets see an example where courses is a list of maps . For this example in Student class we make a ... Read More
Example of put request using rest ``` package CrudOperationExamples; import static io.restass ... Read More
Now lets see how we can check JSON assertions using JSONASSERT library. For that we need to have sk ... 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
For rest assured downloads and documentation we can go to the website – Rest-assured.io The impor ... 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