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
- Host: GitHub
- URL: https://github.com/antonyhaman/google-books-api-test
- Owner: antonyhaman
- Created: 2019-07-02T08:55:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T18:10:34.000Z (almost 5 years ago)
- Last Synced: 2025-06-28T21:50:52.918Z (3 months ago)
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-api-test
Automated tests to check Google Books API v1 with REST AssuredThis 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
```