4. How To extract response in Rest Assured | Parse Json using jsonpath | API Automation in Hindi

Опубликовано: 16 Март 2026
на канале: Testing Gyan
1,158
19

Hi Guys,

In this video we will learn to extract and parse the json response.
Do follow complete playlist for better understanding.

Follow us on Instagram
  / testing.gyan  

Connect with us on LinkedIn

Tarun Prashar -   / tarun-prashar-8335b774  
Jatin Sukhija -   / jatin-sukhija-ab2aa8147  

-------Books Api Documentation------
Simple Books API
This API allows you to reserve a book.

BaseURl = https://simple-books-api.glitch.me

Endpoints
Status
GET /status
Returns the status of the API.
List of books
GET /books
Returns a list of books.
Optional query parameters:
• type: fiction or non-fiction
• limit: a number between 1 and 20.
Get a single book
GET /books/:bookId
Retrieve detailed information about a book.