3. How To Use Path Parameters in Rest Assured | Inline body assertions | API Automation in Hindi

Опубликовано: 26 Март 2026
на канале: Testing Gyan
552
20

Hi Guys,

In this video we will learn to use path parameters and doing inline assertions in rest assured.
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.