diff options
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 |