Session 4: API Testing | Postman | API Response Validations | Different types of Assertions

preview_player
Показать описание
#apitesting #postman #sdet #json

Topics Covered:
1) Validating Response by adding Tests
2) Testing status codes
3) Testing headers
4) Testing cookies
5) Testing response time
6) Testing response body
7) Testing JSON Schema

@5:58 Assertion library
@9:16 Testing status codes
@11:37 assertion Syntax for single status
@13:07 assertion Syntax for multiple status
@15:33 assertion Syntax for status code text
@17:12 Using assertions in POSTMAN for status code
@18:27 Using multiple assertions in POSTMAN for status code
@19:28 Seeing test results in POSTMAN
@26:33 Using assertions in POSTMAN for header and its value
@26:46 Seeing test results in POSTMAN
@30:58 Using assertions in POSTMAN for cookies
@31:20 Seeing test results in POSTMAN
@32:08 Using assertions in POSTMAN for response time
@34:24 Seeing test results in POSTMAN
@38:51 assertion Syntax for type of data
@44:07 Verifying value type in POSTMAN for type of data & seeing test results
@47:59 assertion Syntax for validating JSON array contents
@50:21 Verifying value type in POSTMAN for JSON array contents & seeing test results
@52:13 assertion Syntax for validating JSON fields
@55:45 Verifying JSON array contents in POSTMAN & seeing test results
@01:01:17 JSON Schema
@01:03:23 Generating JSON Schema
@01:07:14 assertion Syntax for validating JSON Schema
@01:09:14 Verifying JSON schema in POSTMAN & seeing test results
@01:15:03 Run as collections

##########################
Udemy Courses:
##########################

Manual Testing+Agile with Jira Tool
***********************

Selenium with Java+Cucumber
*****************

Selenium with Python & PyTest
******************

Selenium with python using Robot framework
******************

API Testing(Postman, RestAssured & SoapUI)
******************

Web & API Automation using Cypress with Javascript
******************

Playwright with Javascript
*******************

Jmeter-Performance Testing
*********

SDET Essencials(Full Stack QA)
********

Appium-Mobile Automation Testing
***********

Java Collections
*******

Python Programming
******

Cucumber BDD Framework
*****

Protractor with Javascript
******

================================
Youtube Playlists:
================================

Manual Testing & Agile
*****

SQL
****

linux & Shell Scripting
*****

Java
*****

Selenium With Java+Cucumber
********

Python
*******

Selenium With Python,Pytest&Behave
*************

Selenium With Python Using Robert Framework
(Web&API Testing)
********

API Testing (Postman,SoapUi,&Rest Assured)
*************

Mobile App Testing Appium
************

Performance Testing Jmeter
************

Maven,Jenkins,Git,Github,CI/CD
***********

SQL,DB Testing&ETL,Bigdata
**********

JavaScript Based Automation Tools
************

Selector Hub Tools
*******

GraphQL
********

Cypress API Testing
*********

Cypress Web Testing
*********

Playwright with Javascipt
**********

#APITesting
#APIAutomation
#APIs
#TestingAutomation
#SoftwareTesting
#QualityAssurance
#CodeTesting
#RestAPI
#APITestCases
#TestingTools
#APIPerformance
#Postman
#TestAutomation
#APIIntegration
#Swagger
#APIQuality
#DevOpsTesting
#ContinuousIntegration
#APIEndpoints
#APIWorkflow
Рекомендации по теме
Комментарии
Автор

I am from Kazakhstan. Kazakhs are love Indian chai(tea). Nowadays I work in USA. learning API and drinking chai(tea) . Thanks for teaching us! Big respect.

motivationRoll
Автор

voy recien 3 videos y es el mejor curso que pude haber visto de postman. La verdad te felicito por hacerlo tan completo y con tanta dedicación. Es una pena que no hayan así en español.

joanalay
Автор

@5:58 Assertion library
@9:16 Testing status codes
@11:37 assertion Syntax for single status
@13:07 assertion Syntax for multiple status
@15:33 assertion Syntax for status code text
@17:12 Using assertions in POSTMAN for status code
@18:27 Using multiple assertions in POSTMAN for status code
@19:28 Seeing test results in POSTMAN
@26:33 Using assertions in POSTMAN for header and its value
@26:46 Seeing test results in POSTMAN
@30:58 Using assertions in POSTMAN for cookies
@31:20 Seeing test results in POSTMAN
@32:08 Using assertions in POSTMAN for response time
@34:24 Seeing test results in POSTMAN
@38:51 assertion Syntax for type of data
@44:07 Verifying value type in POSTMAN for type of data & seeing test results
@47:59 assertion Syntax for validating JSON array contents
@50:21 Verifying value type in POSTMAN for JSON array contents & seeing test results
@52:13 assertion Syntax for validating JSON fields
@55:45 Verifying JSON array contents in POSTMAN & seeing test results
@01:01:17 JSON Schema
@01:03:23 Generating JSON Schema
@01:07:14 assertion Syntax for validating JSON Schema
@01:09:14 Verifying JSON schema in POSTMAN & seeing test results
@01:15:03 Run as collections

ksdnsdkumar
Автор

Hello sir I have really enjoyed ur teaching style.i have never seen such a best teacher.i have completed my full course with your videos.i am praying to God for giving us such wonderful teacher.

krushnasohaniiiiii
Автор

You are an amazing teacher. I have similar course that I paid and downloaded from Udemy but nothing compares to this course. I have stopped watching it after I found this one. I cant thank you enough for the time that you have put into this course to teach knowledge seekers like me. God Bless you Sir!!.

sudeeppandey
Автор

You are the most amazing faculty one can have ❤ undoubtedly you must be receiving alot of blessings and especially from those who can't afford but really want to learn. You are blessing for all !! Cant thank enough for your efforts and knowledge you are sharing.

soniabajaj
Автор

I never knew APIs but after watching this series, I have learned so much I can now start doing tests for APIs

robertjames
Автор

So far you are the best teacher for all different technology on You Tube that I found. Thank you so much for what you do.

diandiallo
Автор

The flow from start to end describes how much you are expert on Testing

srinivasmotapuram
Автор

All your lectures are highly informative. Great job.

ifyeze
Автор

About the topic of asserting the data types. I have following issue. I have even literally rewrritten test API from last episode. No matter what I do, the assertions do not work, as my response is not treated as an object but as an array.

I get the response embedded in the [ ] additionally and postman says that test is failed because i expect the array to be an object. As I say, I have even rewritten 1:1 whole json file and still get this error.

For me to work, I must use the allocation of the array element to have assertions working >>>

Also, despite defining the ID and number as the numbers, they are converted by postman to strings.

As a result, the schema test fails once i generate the schema where it says - response type = object and id type = integer. I have 1:1 same json file as you have... If i change obviously first one to array and id type to string - works perfectly then

Endrju
Автор

I wanted to take a moment to express my heartfelt gratitude for the incredible tutorial you provided on API testing. Your clear explanations and detailed examples have helped me gain a deeper understanding of this important aspect of software testing.

I truly appreciate the effort you put into creating such informative and engaging content. Your teaching style is exceptional, making complex concepts easy to comprehend. The way you broke down the client-server architecture and explained the role of APIs as mediators between front-end and back-end applications was particularly enlightening.

Thanks to your tutorial, I have learned so much and feel more confident in my ability to perform API testing. Your dedication to sharing knowledge and helping others is truly inspiring.

Best regards,
jalal Khan

hithuqn
Автор

sir your videos are so detailed and you make things so simple to understand. thank you so much for all the efforts you put in. God bless you.

MsCutegirl
Автор

Thank you sir from bottom of my heart you and your videos help me to get job on testing 😢
Every points and details are so precise thank you sir ❤❤❤❤

ioqkgnv
Автор

👍 thank you again to teach us validation section in very easy way..we ll oblised to you always.🙏

dibassahoo
Автор

where do i find the document shown in this video, checked on site didnt find it

bhushanprakash
Автор

you teaching skills are exlent sir....the way of explanation is very good..

naveengottapu
Автор

Thank you sir, I watched several videos about Postman, but this one is the best. Clear and very informative.

dulanjalijayasekara
Автор

I don't exact about the testing and postman after watching your videos, now am sure don't want another Channel for same course. This is enough for everything, Thank you so much, uploaded great videos ❤

krishnanaik
Автор

You're a saviour honestly. Thankyou so much for explaining everything so clearly😇

rinal