Rest-assured Articles

How to JSON Response Body to Java Object using Deserializing in Java?
Convert JSON Response Body to Java Object
This tutorial explains How to convert or parse JSON Response Body to Java Object (POJO) using Deserializing in Java with examples.
8 min read
120533
0
How to Convert JSON to JAVA Object using Seriallization with example.
Convert JSON Request Body to JAVA Object
This article explains How to Convert JSON to JAVA Object using Seriallization with example and How to serialize request body into POJO?
11 min read
100699
0
How to write REST API Test in Cucumber BDD Style Test with example
REST API Test in Cucumber
In this article we will cover How to write Rest Assured REST API Test in Cucumber style BDD test with example of Live Project API.
9 min read
142148
0
How to write REST API End to End Test using Rest Assured?
REST API End to End Test
This article takes you through the REST API project setup and How to write REST API End to End Test using Rest Assured with example?
10 min read
74419
0
What is API Documentation, Why It Matters and How to Understand it?
What is API Documentation, and Why It Matters?
This article talks about What is api documentation and explain why it is important to understand and how it can be interpreted?
13 min read
66430
0
How to Deserialize JSON Array to an Array using JSONPath?
Deserialize JSON Array to an Array
How to Deserialize JSON Array to an Array using JSONPath of Rest Assured in Java? How to Deserialize JSON Collection to Java Array? How to Convert a JSON Array to Array of Objects.
6 min read
30289
0
How to Deserialize JSON Array using JSONPath of Rest Assured?
Deserialize JSON Array to List
How to Deserialize JSON Array using JSONPath of Rest Assured? How to DeSerialize JSON Array to List of String using JSONPath of Rest Assured? How to DeSerialize JSON Array to List of Class (Type T) Object? How to DeSerialize a Collection in Java?
4 min read
66087
0
How to evaluate Expressions in JsonPath using Logical Operators
Expressions in JSONPath
What are the different Expressions in JsonPath? How to use Expressions in JSONPath to Query JSON object or JSON Array? How to find nodes in JSON with JSONpath. Different Operators in JSONPath. How to filter JSON response with using logical operator using Expressions in JSON
17 min read
71408
0
What is JSONPath and How to query JSON using JSONPath?
JSONPath and Query JSON using JSONPath
What is JSONPath and How to query JSON using JSONPath? How to query JSON Root node with JSONPath? How to Get child node from JSON Object with JSONPath? How to read JSON Array using JSONPath? JSONPath expressions examples. JSONPath and Query JSON using JSONPath
6 min read
91604
0
What is JSON, JSON Object and JSON Array?
What is JSON?
What is JSON, JSON Object and JSON Array? What is JSON and different component of JSON? What is JSON Object? Structure of JSON Array. What are key value pair in JSON object? How to create an object of JSON. How to create an array of JSON?
4 min read
46498
0
How to send DELETE request using REST assured?
DELETE Request using Rest Assured
This post takes you through the HTTP delete request method. Further, we discuss how to use the delete method using Rest API and Swagger UI.
8 min read
72438
0
How to send PUT Request in Rest Assured - REST API Testing
PUT Request using Rest Assured
What is PUT request and How it is different from the POST? How to send a PUT Request using Rest Assured in automating REST API Testing?
7 min read
117470
0