Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 526 Bytes

File metadata and controls

15 lines (15 loc) · 526 Bytes

Automation testing task 2 (API)

Resource: https://swapi.dev/

Endpoints examples:
1) find in site tutorial
Tools: Java AND Rest Assured

Use Cases 1:
1. Find the film with latest release date.
2. Using previous response (1) find the tallest person among the characters that were part of that film.
3. Find the tallest person ever played in any Star Wars film.

Use Cases 2:
1. Create contract test (Json schema validation) for /people API.