API Testing Postman Tutorial Full Course 2023

preview_player
Показать описание
API Testing Postman Tutorial Full Course 2023 | Postman Tutorial | Rest API Testing Tutorial | Restful Webservices #apitesting #postman #restapi #tutorials

** REST API Requests details link **

Chapters
00:00 API Testing Tutorial Postman Tutorial overview
00:56 Postman collections link
03:05 Chapter01 - API Testing Tutorial
04:19 What is API?
04:58 How a API works?
05:50 Types of API - private api public api partner api composit api
07:30 What are webservices?
07:50 Types of webservices? SOAP webservice & RESTful webservices
09:09 What are the softwares required?
10:14 Postman sample api request
12:00 How install postman tool?
12:50 Open postman tool
14:02 How to create collections in postman?
14:30 How to create folders in postman?
16:00 Create GET API request
17:43 Save api request into postman collections
18:37 API Response
20:00 Duplicate API request in postman
21:26 How to create POST api request in postman
22:20 How to add headers in api reauest
22:32 How to add api request body?
25:04 JWT JSON Web Token
27:59 How to create PUT api request
31:05 using JSON web token JWT
32:30 How to create DELETE api request
37:38 Chapter02 - API Testing Tutorial
38:35 Negative scenarios or negative api request
41:29 404 status code
42:46 400 bad request
44:04 How to declare environment variables in postman
47:40 How to use environment variables in postman
48:21 How to save api response in variable in postman
52:00 Access environment variable value
58:35 200 status code
59:46 Postman console
01:00:00 How to use postman console
01:03:46 How to write api tests?
01:04:10 How to verify status code using javascript
01:05:00 Test Results in postman
01:07:18 How to assert status code in postman
01:10:05 How to assert api response body
01:12:31 Assert api response headers
01:13:29 assert api response time
01:16:40 Chapter03 - API Testing postman Tutorial
01:18:56 How to assert JSON object key value
01:23:19 Assert nested JSON object values
01:26:04 curl command in postman
01:28:55 How to execute postman collections
01:31:52 How to run folders in postman
01:35:25 How to skip api tests from execution
01:34:49 Export postman collections into JSON file
01:35:40 Export postman environment variables into JSON file
01:36:59 Chapter04 - API Testing postman Tutorial
01:38:04 How to install newman tool?
01:39:13 Verify nodejs instllation
01:40:00 verify newman installation
01:41:24 How to run postman collections from command prompt
01:43:00 How to generate newman html report
01:48:12 How to generate newman advanced html report
01:55:14 Chapter05 - API Testing postman Tutorial
01:55:55 API testing interview questions answers
01:58:51 Create PATCH API request
02:03:28 Verify api response JSON schema
02:10:53 Data Driven Testing using JSON file in Postman
02:11:56 create JSON testdat file
02:24:18 Chapter07 - API Testing postman Tutorial
02:24:30 Data Driven Testing using CSV file in Postman
02:30:11 Chapter08 - API Testing Tutorial
02:30:35 How to install jenkins
02:31:30 How to create jenkins job for postman collections
02:34:17 Unicode issue solving in jenkins
02:35:13 Run jenkins job
02:35:58 What is CRON patter
02:36:48 Schedule jenkins job
02:39:17 Generate newman html report in jenkins
02:42:18 Attach html report in jenkins

** Postman official website **

** FREE YouTube Full Courses **
==========================

🔊 Rest Assured API Testing Tutorial Full Course (Chapter 06 to 11)

**You can follow us on**

#testerstalk #tutorial #beginner #latest #java
#selenium #automationtesting #testing #testautomation #qa #sdet #softwaretesting #bdd #automationframework #seleniumjava #seleniumcsharp #.net #testng #nunit #appium #cucumber #specflow #git #github #tutorial #beginner #seleniumautomationtesting #restapi #api #easyrepro #postman #apitesting #restapitesting #youtube #linkedin #google
Рекомендации по теме
Комментарии
Автор

Excellent and well presented API testing tutorials in a simple manner

KarthikKumar-rdsb
Автор

Such a brainstorming video it was, thanks alot.

sistersexplore
Автор

wow :) seems I know what to do on this weekend
Thank you

qwerty
Автор

Hi Bakkappa, I feel like we need to learn JavaScript as the scripts you have used and the the pace at which they are modified would confuse a person like me who doesn't have much idea about JavaScript. Do we have a video which would explain the Js statements required for Postman?

MuzammilThousif
Автор

Thank you for this video. The content in this video is very good.

idkcznv
Автор

Best, easy, neat and clear tutorial. many thanks for your effort.

soniyadeshmukh
Автор

Thank you so much for the tutorial it is very useful .

pzcuost
Автор

It's very good tutorial, i get cleared about each n every concept.
Thank you very much sir 💐

dyanmanjarisatpute
Автор

00:06 Accessing and importing API collections and environment details in Postman
03:21 Postman is a tool for developers and testers to build, modify, and test APIs.
08:25 Introduction to Representational State Transfer (REST)
10:47 Sending API requests using Postman
15:28 Simple booking API for providing details and retrieving booking ID
17:51 Understanding API response details
22:36 Sending data using JSON format in Postman
24:45 Generating token for booking API and using PUT request to update resources.
29:38 Demonstrating the process of creating and updating resource details in Postman
31:45 Updating resource details in the server using code request
36:09 Covered response codes for delete request and upcoming topics
38:18 Discussing negative scenarios in API testing with Postman
42:56 Testing negative API requests for input validation and restriction checks.
45:10 Setting and using environment variables in API requests
49:19 Using JavaScript code to set environment variables and access API response data.
51:34 Reading and passing variables in API requests
56:05 Parameterizing environment variables for API testing
58:16 Executing APIs with different status codes and updating booking details
1:02:26 Cross verify eBay request details and use Postman console for debugging
1:04:36 Executing and validating status codes for APIs in Postman.
1:09:42 Executing assertions for API response body
1:11:54 Validation of headers and response elements in API testing
1:16:37 API Testing using Postman tool
1:18:51 Testing script from the command line
1:23:24 Accessing check-in date using JSON concepts
1:25:44 Export and import API using curl command
1:30:00 Summarized key details of API testing and execution in Postman
1:32:10 Executing various APIs and test data files in Postman
1:36:29 How to install Newman and execute Postman collections from the command prompt.
1:38:46 Installing Newman and executing Postman collections from command line
1:43:07 Generate standard HTML report after executing Postman collections
1:45:47 Generate HTML report for API test results.
1:50:25 Exploring HTML reports and assertions in API testing using Postman
1:52:42 Overview of API testing workflow
1:56:50 Differences between PUT and PATCH API requests
1:58:57 Patch API request is used to modify a resource by sending partial data to the server.
2:03:19 Understanding JSON schema validation in API testing
2:05:36 Verifying and creating expected JSON schema for API testing
2:10:13 Performing Json schema validation in API testing using Postman
2:12:16 Creation of JSON test data file
2:17:00 Performing data-driven testing and adding validations in test scripts
2:19:04 Reading and verifying test data from JSON file
2:23:28 Data-driven testing using CSV file in API testing with Postman
2:25:43 Creating and using test data in Postman
2:30:13 Installing Jenkins, running Postman collections, and Newman Advanced HTML reporting in Jenkins
2:32:19 Creating and executing Windows batch file for Jenkins job
2:36:52 Setting up a scheduled job in Jenkins
2:39:02 Integrate Newman HTML report in Jenkins job for better visibility
2:43:26 Generate HTML report in Jenkins for Postman collections execution

Maverick_____
Автор

Thanks for this course. just subscribed

buyitlessbuyitless
Автор

Top class explanation👍. Excellent tutorial. Really appreciate it Sir🙏.

RishabhRawat_
Автор

Please include a video HEAD, OPTION request in postman video . Means when to use this request ?

vipintekade
Автор

hello sir very helpful video thanku so much

VarshaRani-qzek
Автор

Before watching this I thought I had enough knowledge on Postman, After watching this video I have realiazed many things were missing and Bakkappas tutorial is easy to understand.

robinbabu
Автор

Hi, I have trouble with Jenkins. It does not recognize newman. I have installed newman globally and set system variables as needed but still it doesnt recognize. Any solution? By the way thanks for video!

english_bender
Автор

I am new to API testing. After seeing your video I learned the API testing. Really your explanation is so good.. Tomorrow I have an interview after watching your video I got confident in me to crack the interview.
Good it up😊

sivadaram
Автор

Excellent presentation and very informative.
Pls do video for api testing interview questions

garenesruthi
Автор

Can you make a video on,
"If the token is valid for 24 hour, and the requirement is to generate a new token if the old one gets expired"

Thanks for the amazing work

randomfood
Автор

please make a video on Configuring postman with burpsuite

tmlyubo
Автор

Hello Bakkappa,
Amazing video brother, learnt a lot.

I have a doubt in data driven testing. Suppose i am running two different requests in same run with different variables. Now, should I create different test data files for these or need pass the values of all the variables in same sheet.

TIA

patss