aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 12d89911c061ff39597f8026f2ce5b19ef510f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QA Automation Bootcamp
======================

Automated API test suite for REST endpoint validation.

Run:
  pip install -r requirements.txt
  pytest -v

What it tests:
  - GET request status codes and response schemas
  - POST request payload validation
  - Edge cases: empty payloads, invalid IDs, missing fields

Stack: Python 3, pytest, requests