diff options
| author | pack <pack@packgekko.xyz> | 2026-06-08 13:59:58 +0000 |
|---|---|---|
| committer | pack <pack@packgekko.xyz> | 2026-06-08 13:59:58 +0000 |
| commit | a963040a2776474e572a33d4636751e44abce948 (patch) | |
| tree | 4fe44932b3d70414043f7c3057e3dadcc1e2427c /README | |
| parent | 562faf2889fd0e401bc5dde87c29c2550cbf6bc1 (diff) | |
| download | qa_automation_bootcamp-a963040a2776474e572a33d4636751e44abce948.tar.gz | |
update README.md -> READMEmain
Diffstat (limited to 'README')
| -rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,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 |