• Post category:StudyBullet-3
  • Reading time:4 mins read


A crash course on Web Service testing/REST API testing/Microservice Testing using Postman

What you will learn

API/Web Service Testing using Postman

How to use Postman tool for API Testing

HTTP GET, PUT, POST and DELETE HTTP Verbs

Working with Postman features such as Collection, Global, Environment, Snippet, Workspace, Mock Server, Console and Monitor

Description

Postman is an application for API development environment which supports both SOAP and REST. API Testing has gained popularity these days because of evolution of Micro Services. Each components are made as web service and to test these web services we can make use of Postman to test RESTful APIs manually. In this you will learn from basics to intermediate concepts of API Testing using REST APIs using Postman.

The topics which we have covered in this are .

– What is Postman and how to install it?

– Install and Use real time software and use it to send requests

– Creating GET, POST, PUT and DELETE requests

– Creating collections


Get Instant Notification of New Courses on our Telegram channel.


– Global, Environment Variables

– Using Snippets & Assertions

– Using Console

– Using Workspace

– Using Mock Server

– Using Monitor

You will learn all the above step by step with an example.

I look forward to your participation in learning and gaining knowledge.

English
language

Content

Basics of API Testing and Features of Postman
Introduction to Web Service and Postman
Installation of REST Application for Test
Working with HTTP GET Verb using Postman with Example
Working with PUT,POST and DELETE HTTP Verb
Working with Collections
Working with Global, Environment, Snippet and Console features
Workspaces, Mockserver & Monitor feature