Automated REST API verification suite targeting the Restful-Booker sandbox engine. This project validates endpoint schema compliance, payload structures, and performance benchmarks through automated collection runs.
- Dynamic Request Chaining: Automatically parses runtime authentication vectors (Auth Tokens) and injects them seamlessly into down-line secure endpoints.
- Environments-as-Code: Decoupled structural collections from environment configuration profiles (
Restful-Booker-PROD) to support flexible test execution. - Test Assertions: Built-in JavaScript validations ensuring status codes equal
200 OK, schema payloads contain appropriate data models, and edge performance remains stable.
The API test suite runs natively inside Postman's Collection Runner.
Below is the verified performance and validation output from the runner workspace:
Ensure Node.js is configured on your workspace, then pull down the global runner binaries:
npm install -g newman