Postman API Testing Tutorial Chapter-04 | Postman API Testing Tutorial for Beginners

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

** Postman Collections link **

** REST API Requests details link **

Chapters
00:00 API Testing Tutorial Postman Tutorial Intro
01:08 How to download & Install Newman tool
01:50 Install Nodejs
03:20 How to run postman collections from command prompt?
06:05 How to generate newman html report
11:14 How to generate advanced newman html report

** Postman official website **

** Subscribe to channel to get more updates **

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

**You can follow us on**

Tags:
postman api testing,postman tutorial,postman tutorial for beginners,postman,postman api testing tutorial,api testing using postman,api testing tutorial,api testing postman,software testing mentor postman,postman headers,postman headers explained,headers in postman,headers in postman tool,how to add headers in postman,how to pass headers in postman,add headers in postman

Hashtags:
#PostmanTutorial #PostmanAPITesting #ApiTesting #API #Postman #apiautomation
#testerstalk
#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
#bakkappan
Рекомендации по теме
Комментарии
Автор










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

testerstalk
Автор

my 4 assertions are getting failed:-
1. AssertionError verify first name
expected undefined to deeply equal 'Kiran'
at assertion:1 in test-script
inside "Positive EndPoints / Get booking Details"

2. AssertionError verify total price
expected undefined to deeply equal 1000
at assertion:2 in test-script
inside "Positive EndPoints / Get booking Details"

3. TypeError verify checkin date
Cannot read properties of undefined (reading 'checkin')
at assertion:3 in test-script
inside "Positive EndPoints / Get booking Details"

4. TypeError verify checkout date
Cannot read properties of undefined (reading 'checkout')
at assertion:4 in test-script
inside "Positive EndPoints / Get booking Details"

Delicious_Adda