API Testing using POSTMAN - Advance Test Cases[Part -5 ]

in #steemit7 years ago


Checkout Blog POST - http://scrolltest.com/2017/01/21/api-testing-using-postman-advance-test-cases/

In this tutorial, We are going to write the test case in POSTMAN for API Testing. This include

  1. JSON Validation
  2. Response Time
  3. Keys defined
  4. Values as Expected (Data driven Testing)

API calls Collection include mainly three things:

HTTP headers
HTTP Request (POST,GET,PUT,DELETE )
Status Code/ Response Code

Status Code/Response Code - There are many status/response code, from them, we can verify the response.
200 - OK, The request was successful.
201 - Created, The request was successful and data was created.
204 - No Content, The response is empty.
400 - Bad Request, The request could not be understood or was missing required parameters.
401 – Unauthorized, Authentication failed or user does not have permissions for the requested operation.
403 - Forbidden, Access denied.
404 - Not Found, Data was not found.
405 - Method Not Allowed, Requested method is not supported for the specified resource.
500 - Internal Server Error.
503 - Service Unavailable, The service is temporarily unavailable.

Link: jsonplaceholder.typicode.com/posts

Download: http://getpostman.com

API TESTING is a type of software testing that involves testing

application programming interfaces (APIs) directly and as part of integration testing to determine if they meet expectations for functionality, reliability, performance, and security.

Steps to set an environment variable.

Click on Manage Environment.
Click on ADD
Write down the Name of Environment.
Fill key & value, You can pass key = variable and value is your host IP address.


▶️ DTube
▶️ IPFS

Coin Marketplace

STEEM 0.19
TRX 0.16
JST 0.032
BTC 64166.71
ETH 2765.60
USDT 1.00
SBD 2.72