in this case, i will write scripting for API testing for check requirement-requirement from endpoint in https://reqres.in/ . In this section, i will write scripting for check several response from that endpoint.
Test Plan :
- Check method GET, POST, PATCH
- What to check ?
- to check whether status from method GET, POST, PATCH
- Test API response time using Postman
- Postman test to check field value in response for specific target
Subpages
GET All User from reqres.in
GET Specific User from reqres.in
PATCH User Data from reqres.in
POST Data User in reqres.in
Summary