An open API service indexing awesome lists of open source software.

https://github.com/antonyhaman/google-books-api-test

Automated test to check Google Books API with REST Assured
https://github.com/antonyhaman/google-books-api-test

Last synced: 3 months ago
JSON representation

Automated test to check Google Books API with REST Assured

Awesome Lists containing this project

README

          

# google-api-test
Automated tests to check Google Books API v1 with REST Assured

This project was created as a test task before interview.

The task was as follows:

```
Description:

Create a framework(Java) for testing open Google Books API ( https://developers.google.com/books/docs/overview )
Goal: to test the search and filtering in volumes section.

Scenario:
1. Performs a book search by book name
2. Count volumes number for each author
3. Get books by the author. Verify that results in the response contain volumes from step 2
```