Session 6: API Testing | Postman | API Chaining

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

Topics :
-----------
Chaining of API's

@04:50 renaming collection in POSTMAN
@05:56 Placing POST request at the beginning in collection
@06:31 running API locally
@07:31 code for storing ID from response in Environment variable in POSTMAN
@12:08 Using Environment variable in next requests
@17:13 running collection
@19:15 remote API from internet
@20:30 complete URL of remote API
@25:31 Access token for remote API
@29:58 fields present in remote API
@33:56 create new collection in POSTMAN
@34:29 Create POST request in POSTMAN
@35:14 Pass JSON data in POST request
@37:15 Create GET request in POSTMAN
@39:22 Create PUT request in POSTMAN
@39:55 Pass JSON data in PUT request
@41:03 Create DELETE request in POSTMAN
@43:39 Placing Access token for remote API in POSTMAN
@45:28 Placing Access token for remote API in POSTMAN at collection level
@46:12 Inheriting authorization from collection in POSTMAN
@47:38 Running POST request in POSTMAN
@48:23 Updating PUT request in POSTMAN and run
@49:08 Delete Data - running DELETE request in POSTMAN
@51:24 JAVASCRIPT - Pre request script of POST request in POSTMAN for generating random data for particular fields.
@56:49 Calling variables from Pre request script into Test in POSTMAN
@1:00:26 JSON - storing ID from the data into variable in POSTMAN
@1:07:17 (pm library) - comparing response Data between POST and GET in POSTMAN
@1:20:54 UPDATE data - PUT request - Pre request script in POSTMAN for generating random data for particular fields.
@1:23:39 run as collection
@1:26:15 Checking environment variables
@1:27:00 (pm library) Delete Environment variable after completion of request
@1:28:19 run as collection

##########################
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
******
Рекомендации по теме
Комментарии
Автор

I am from Pakistan and have learned everything about QA from you. You are the best teacher I’ve ever had, with such detailed explanations of even the smallest things. I truly respect and am incredibly thankful to you for teaching me automation. Thank you so much, Sir. God bless you!

ragnarlathbrok
Автор

If there is a teacher that even comes closer to you I would pay him whatever I have. You are the standard.

yilkalabebe
Автор

God bless you sir. First time I am experiencing class room like experience on IT concepts. Usually people wouldn't help much in work environment or due to work pressure, we simply search what is required for that moment and do copy paste. Even professional classes in IT companies wouldn't cover concepts in depth. Other YouTube source would take classes but wouldn't teach like how you teach. you are teaching with pace, covering all concepts, repeating whenever required. You are giving a college class room vibe sir. you make things understand very clearly. First time for online teaching on IT course, I am appreciating someone as I feel like you are giving college class room like vibes. Teaching everything in detail.

r.rajalakshmi
Автор

Sir i taken lectures from many teachers in my life but ur explanation and binding is Uncomparable, I seen so many series of urs playlist and never get bored at all and the contents u r giving r also awaresome not seen anywhere else ur calmness and every thing that a teacher should have nothing is missing in you
Bhagwan apko hamesa khush rakhe aur lambi life de apke videos se pata nahi kitne log benifitted hue honge I left all the channels after watching ur first video, few month ago
App bhagwan ho🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

shresthacademyforphysicsma
Автор

This 6th session is the conclusion of all the previous session ...It was just amazing .
I just go through your course and now i think i am able to work like a pro in api testing..

shivambaghel
Автор

Best tutor I have ever seen so far. You really made the API Testing easy.

ramarajuvarma
Автор

Every day I am waiting for the next session 😊Clearly I am understanding the api testing. 😊waiting for next session sir😊😊Thanks a lot pavan sir for taking these sessions. 💐

andiselvam
Автор

The best presentation every time, mr. Pavan!
Thank you so much for your work!
The fact that you write down the steps and data, gives us the maximum understanding! May God bless you!

calintamas
Автор

No paid contents can teach you like Pavan. Be it API, Database, Selenium. All technologies concepts are explained that even beginner can grasp everything. Thank You So much Sir for everything you do!!

AshishDubeyashyou
Автор

@04:50 renaming collection in POSTMAN
@05:56 Placing POST request at the beginning in collection
@06:31 running API locally
@07:31 code for storing ID from response in Environment variable in POSTMAN
@12:08 Using Environment variable in next requests
@17:13 running collection
@19:15 remote API from internet
@20:30 complete URL of remote API
@25:31 Access token for remote API
@29:58 fields present in remote API
@33:56 create new collection in POSTMAN
@34:29 Create POST request in POSTMAN
@35:14 Pass JSON data in POST request
@37:15 Create GET request in POSTMAN
@39:22 Create PUT request in POSTMAN
@39:55 Pass JSON data in PUT request
@41:03 Create DELETE request in POSTMAN
@43:39 Placing Access token for remote API in POSTMAN
@45:28 Placing Access token for remote API in POSTMAN at collection level
@46:12 Inheriting authorization from collection in POSTMAN
@47:38 Running POST request in POSTMAN
@48:23 Updating PUT request in POSTMAN and run
@49:08 Delete Data - running DELETE request in POSTMAN
@51:24 JAVASCRIPT - Pre request script of POST request in POSTMAN for generating random data for particular fields.
@56:49 Calling variables from Pre request script into Test in POSTMAN
@1:00:26 (pm library) Extract ID from JSON response and store into environmental variable
@1:07:17 (pm library) - comparing response Data between POST and GET in POSTMAN
@1:20:54 UPDATE data - PUT request - Pre request script in POSTMAN for generating random data for particular fields.
@1:23:39 run as collection
@1:26:15 Checking environment variables
@1:27:00 (pm library) Delete Environment variable after completion of request
@1:28:19 run as collection

ksdnsdkumar
Автор

Thank you sir you are giving lectures in such a way that we are able to understand clearly..

harikrishnakalaga
Автор

Really hat's off to you. Such a amazing teaching! I went through manual testing videos also and it's was amazing. I placed in Cognizant Pawan bcz of you. Thank you so much!!!

dhanashrigunjal
Автор

Clear and Comprehensive session. Thank you so much for sharing your knowledge and experience.

flirtuall
Автор

Sir, you are doing a great job. (Suggestion: Please create a podcast with QA Topics/Case Study)

DeepakSharma-wnub
Автор

I really appreciate your effort sir in making such a well-structured session

samarthkulkarni
Автор

Thank you sir for creating this series. This is Very helpful to me. Thanks

pankajkhatal
Автор

Dear Sir, your content is really helpful for us, and surely I have learnt a lot from this. but please upload the document of all the videos. Its a request to you.

SaurabhNikam-cieq
Автор

Thank you so much Sir. Now only understanding the concepts clearly.

geethadhandapani
Автор

Thankyou so much sir for your contribution towards us. It is of great help.

Gudiyakumari-skvv
Автор

Hello Pavan Sir,
Could you please let me know where are the documents available?
Because I can't find any description link below.

KeDyMane