Question: You will create a Postman collection and create a REST test within the project. You will need to automate each test and include at least

You will create a Postman collection and create a REST test within the project. You will

need to

automate each test and include at least 1 assert for each request in the validation.

Requirements

Create a REST request to get started:

Create an environment variable book_title for the query string for title

Url:

https://www.googleapis.com/books/v1/volumes?q={{book_title}}

Use this request to get a JSON response of books with the name Turing in the title.

Parse the result and store the id in a postman variable

Asserts

must include

validating books returned ha

ve the title turing (e.g. items[i].title)

Response status code (e.g. 200)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!