Learning Api Testing Using Postman A Complete

Tags: Postman

Everything about the API Testing and Using POSTMAN to do functional End to End API Testing

Last updated 2022-01-10 | 3.7

- Advance your software testing abilities by learning API Testing
- Good understanding of the APIs & API Testing(HTTP Basics)
- How to test API using the POSTMAN(Chrome extension and monitor them using Jenkins)

What you'll learn

Advance your software testing abilities by learning API Testing
Good understanding of the APIs & API Testing(HTTP Basics)
How to test API using the POSTMAN(Chrome extension and monitor them using Jenkins)
How software tester in the company test API and validation used by them
Web Fundamentals & Understanding Continous Integration Delivery in Big Companies
End to End API Testing and Web Fundamentals

* Requirements

* You should have basic understanding of the PC
* Chrome and have idea about chrome extensions
* You should know how to install and run commands in the terminal(Optional)
* You should have a basic understanding of the Testing(Optional)

Description

In this course, We will Master the API Testing, We will learn how an Experience Testers Write Test Cases for the API Testing in the POSTMAN(API Testing Tool) and Create an Automation TestSuite to run it regularly and Integrate it in the Continuous Integration Delivery Stack(CI/CD Stack).

API Testing Basics Covered : - 

  • Introduction to APIAPI Testing.

  • HTTP Methods & Fundamentals.

  • Authentication & Cookie basics.

  • File Upload and misc Web fundamentals.

  • Test Coverage and Code Coverage.

  • Approach of API Testing, Writing Test Plan and Test Cases.

  • Performance Testing Plan and Execution.

  • Best Practices of API Testing.

  • Load Testing of the API using JMeter.

We will explore the features of the POSTMAN :-

  • Installation of Chrome App and Native App.

  • Environments & Variables.

  • Setting up Pre-Script/ Post-Scripts

  • Writing Test Cases in POSTMAN.

  • Exporting POSTMAN Request in Different Programming Languages.

  • Validate JSON Schema.

  • Advance Use of Assert Framework(Chai assert framework) in POSTMAN.

  • Consecutive Request in POSTMAN and Passing variables to Other request.

  • Collections.

  • Test  Runner.

  • Import/Export Collection or Test Data or Request.

  • Newman( Monitoring POSTMAN Requests) & Running Test Cases on the Docker Jenkins

  • POSTMAN Interceptor.

  • Proxy Settings.

  • Generating API Documentation.

  • TEAM library.

  • Sharing Collection as V1/V2 format.

  • Debugging Request using Console /Dev Tools.

  • Mock Servers.

  • Notifications.

  • Keyboard shortcuts.

  • How to Be a Part of Community of POSTMAN.

  • API Testing Interview Questions - Part 1,2,3,4 ( 101+ Questions)

Assuming Beginner in the API Testing, First, we'll learn about "What is API and how do we test them", after that, we'll create a POSTMAN Test suite(collection) and add our validation framework to it. After finishing our Test Suite, we will run collection command-line and add it as Jenkins Job(monitoring purpose). 

Next steps will include the Test Coverage for the API-Testing and how to perform the Load Testing of the API using JMeter and More Advance Concepts in POSTMAN.

Who this course is for:

  • This course is for Software Testers/QA who want to understand how to test WEB API using POSTMAN
  • This course is for Beginners which don't have any clue API
  • Anyone new to Postman & Newman
  • Software Developers using POSTMAN daily for debugging
  • Software Testers or DevOps

Course content

8 sections • 26 lectures

Getting Started with API Testing , What is an API and How to test it. Preview 27:30

Let's start the awesome journey to Learn API and API Testing. We are going to Master the API Testing in Postman and Use it in our daily Software development life-cycle.

We also will learn how to use the collection made in Postman Tool to Run in Continuously Integration/Delivery environment Jenkins & Docker.

HTTP Basics and Cookie Basics Preview 31:15

In this lecture, We are going to learn about the HTTP Basics, Authentication and what is Cookies?

Post Request with Postman - How to Do it ( API Testing Series ) Preview 12:06

Importing HTTP requests to Postman Preview 05:20

Understanding API Basics, API Testing Test cases in Postman Preview 26:09

In this tutorial,I am going to cover about the What is API. We will learn the most used WEB API that is REST API's basics. We will dive into some HTTP Methods which are commonly used.

JSON Schema Validation: How to Validate JSON Schema with Postman? Preview 11:49

Question about HTTP Methods( Interview Question)

Provide the difference Between HTTP, GET and POST Request with Example

API testing using postman - Part 3 - Environments & Pre-request Script basics Preview 16:02

Before Testing API we need a Tool that can help us to Test the APIs.We will installing Postman. Our journey to Mastering Postman starts now.

Conditional Wordflow Preview 07:11

Building Workflow & Common Headers used in APIs Preview 10:16

Updated code


pm.test("Your test name", function () {

    var jsonData = pm.response.json();

    pm.expect(jsonData.value).to.eql(100);

});

Advanced test Scripts Preview 11:10

Using CSV and JSON in Postman Preview 09:59

Postman Collections & Test Runner Preview 05:35

Newman Basics Preview 08:49

Postman command line tool newman tutorial

Running in Jenkins CI/CD Preview 16:28

Running Newman Collection in Docker Preview 12:26

Running Collection in Jenkins & Docker - CI/CD Stack Preview 08:08

API Testing using POSTMAN - Tips & Tricks Preview 09:15

GITHUB Repos API Testing with POSTMAN( Live Project) Preview 07:51

API Testing Interview Questions and Answers : Part 1 Preview 12:57

Here is Questions List ► https://mm.tt/1352101052?t=6NxKjCXNfJ

API Testing Interview Questions and Answers : Part 2 Preview 15:25

Question's List ► https://mm.tt/1352593820?t=BVzY79wJk0

API Testing Interview Questions and Answers : Part 3 Preview 17:58

Question's List ► https://mm.tt/1353313271?t=4azUH0phJ5

API Testing Interview Questions and Answers : Part 4 Preview 09:21

Question's List ► https://mm.tt/1354421078?t=Lb7uY4TU0G

How to Test the Full API Security ? Preview 08:00

Cheklist - https://github.com/shieldfy/API-Security-Checklist

Postman Testcases Examples Preview 11:03

Bonus - API Testing Tutorial with Frisby.js Preview 14:45