-
Notifications
You must be signed in to change notification settings - Fork 11
Testing API
Mahmoud A. Zaid edited this page Mar 12, 2019
·
1 revision
We use software to send calls to the API, get output, and log the system’s response.
- API testing is the trend
- Time efficient.
- Language independent (Json, XML)
- Easy GUI integration.
- Verify if the API's return Value based on input condition
- Verify if the API's does not return anything.
- Verify if the API triggers some other event or calls another API.
- Verify if the API is updating any data structure.
Mahmoud A. Zaid
- Introduction
- HTTP Methods
- HTTP Request
- API Parameters
- HTTP Response
- HTTP Status Code
- Methods Examples
- Idempotence