0% found this document useful (0 votes)
2 views

API Testcases Format

The document outlines various API request types (GET, POST, PUT, DELETE) for managing users on a specific endpoint. It includes example requests, response payloads, status codes, response times, and access token keys. All requests have passed successfully with their respective response times and codes indicated.

Uploaded by

Deepak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

API Testcases Format

The document outlines various API request types (GET, POST, PUT, DELETE) for managing users on a specific endpoint. It includes example requests, response payloads, status codes, response times, and access token keys. All requests have passed successfully with their respective response times and codes indicated.

Uploaded by

Deepak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Request type

ID URN/URL
(GET, POST,PUT,DELETE)

1 GET https://gorest.co.in/public/v2/users

2 POST
https://gorest.co.in/public/v2/users

3 Put https://gorest.co.in/public/v2/users/7543253

4 DELETE https://gorest.co.in/public/v2/users/7543254
Request Payload(Body) Response Payload (Body)
Status Code

NA [ 200
{"name":"piu T kankhare", {
{"id":7543253,"name":"piu T kankhare","e
"gender":"Female",
"email":"priya25@yopmail.com", 201
"status":"Inactive"
}
{ {
"email": "priya27@yopmail.com",
"name": "Priyu kankhare", "name": "Priyu kankhare", 200
"email": "priya27@yopmail.com", "gender": "female",
"gender": "Female", "status": "active",
"status":
NA "Active" NA"id": 7543253 204
Response Time Access Token Key Pass/Fail

1122ms pass
fcfd2c77f71685b17a
fb3e68d80d18bbfda
1.26S Pass
4a191e55da4378ea
3dbc0d12327fe

fcfd2c77f71685b17a
fb3e68d80d18bbfda
422ms Pass
4a191e55da4378ea
3dbc0d12327fe
1365 ms Pass

You might also like