Showing posts with label RestApi Testing. Show all posts
Showing posts with label RestApi Testing. Show all posts

Wednesday 23 August 2017

Testing Rest API with Postman






What is Rest API.


A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST, and DELETE data.

What is the Architecture of API
  • HTTP headers used for authorization and generation of token it also has content-type mostly as application/JSON
  • HTTP Request  (POST,GET,PUT,DELETE )
  • Status Code/ Response Code :2XX,3XX,4XX,5XX
To install the extension of PostMan on Chrome follow step:
  1. Open a Google chrome
  2. Click on: https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en
  3. Launch app
Now for Testing the API we need a testing Endpoint

  1. Enter the URL of the API in the URL textbox
  2. Select the type of Http method like POST
  3. Provide the Header 
  4. Now click on send
  5. You will get a response if the API is up and Working
Still in the process of writing this article, Sorry for any inconvenience. Happy Reading. 

Interview Experience with AMAZON for the role of Quality Assurance Tester

This role was for Digital/ IoT/Mobile Application based testing :)  Amazon is a dream company and everyone wants to work for that company a...

Popular Posts