-
Notifications
You must be signed in to change notification settings - Fork 0
API Test Design
Rajendra Prasad Reddy Penumalli edited this page Dec 10, 2019
·
5 revisions
- API Automation typically comprise three steps.
- These usually go by the names (ATA):
- Arrange
- Trigger
- Assert
- Positive Scenarios
- Input Validation -with all valid mandatory and optional parameters
- with only valid mandatory
- Negative Scenarios
- with invalid mandatory and valid optional parameters
- with all valid mandatory and invalid optional parameters
- Fuzzing
- HTTP Method
- Query Parameters
- Body Parameters
- Response Code
- Response Data
- Token
- JSON path
- XPATH
- Regex pattern
- Composite Assertion
- SLA