Session 7: API Testing | Postman | Parameterisation | Data Driven Testing

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

@2:22 remote API from internet
@7:58 create new collection
@9:01 create POST request to get access token
@11:26 create GET request for status
@12:54 create GET request for existing ID
@15:17 create GET request for specific ID
@17:12 create POST request
@18:35 Placing Access token for remote API in POSTMAN
@19:47 create GET request for existing ID
@21:21 create GET request for particular ID
@22:19 Update Data using PATCH request
@26:25 Delete request to delete ID
@28:03 Storing access token as variable at collection level
@28:44 Calling access token variable at request level
@31:46 Why collection level Authorization wont work for some requests
@39:39 duplicate collection
@39:58 removing unnecessary requests
@41:41 CSV file to store data
@43:42 data-driven testing or parameterization
@45:37 (pm library) Code to verify status code and Create environment variable at runtime from POST request
@50:36 Calling environment variable from POST request to GET request
@51:27 (pm library) Using snippets to validate status code from GET request
@54:04 (pm library) validate environment variable in response from GET request
@57:28 Calling environment variable from POST request to DELETE request
@57:52 Using snippets to validate status code from DELETE request and delete environment variable
@1:02:13 Setting iterations, choose csv file as input and run as collection.
@01:07:56 New run with more/less iterations
@01:09:22 Why Same book numbers in the csv file
@01:11:10 convert CSV into JSON
@01:12:35 Setting iterations, choose JSON file as input and run as collection.
@01:13:29 viewing test results

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

Hi Sir, I always feel you are my best Master in my Life. Thank you so much Guruvu garu.

aravetisuryanarayana
Автор

@2:22 remote API from internet
@7:58 create new collection
@9:01 create POST request to get access token
@11:26 create GET request for status
@12:54 create GET request for existing ID
@15:17 create GET request for specific ID
@17:12 create POST request
@18:35 Placing Access token for remote API in POSTMAN
@19:47 create GET request for existing ID
@21:21 create GET request for particular ID
@22:19 Update Data using PATCH request
@26:25 Delete request to delete ID
@28:03 Storing access token as variable at collection level
@28:44 Calling access token variable at request level
@31:46 Why collection level Authorization wont work for some requests
@39:39 duplicate collection
@39:58 removing unnecessary requests
@41:41 CSV file to store data
@43:42 data-driven testing or parameterization
@45:37 (pm library) Code to verify status code
@47:32 (pm library) Extract ID from JSON response and store into environmental variable
@50:36 Calling environment variable
@51:27 (pm library) Using snippets to validate status code from GET request
@54:04 (pm library) validate environment variable in response from GET request
@57:28 Calling environment variable
@57:52 Using snippets to validate status code from DELETE request delete environment variable
@59:32 (pm library) delete environment variable
@1:02:13 Setting iterations, choose csv file as input and run as collection.
@01:07:56 New run with more/less iterations
@01:09:22 Why Same book numbers in the csv file
@01:11:10 convert CSV into JSON
@01:12:35 Setting iterations, choose JSON file as input and run as collection.
@01:13:29 viewing test results

ksdnsdkumar
Автор

Hands off sir 🙌
I haven't seen this kind of teaching in my career so far. Thanks a lot for the free knowledge-sharing ❤
Sir, can you please provide us material or documents PDFs it helps a lot in practicing
Share us drive link or telegram in any of your convenient ways

mohammedimdaad
Автор

Mr. Pavan, can you, please, show us how to write all these tests from Postman in Intellij tests (java) -especially BooksAPI Data Driven?
Thank you in advance!
Thank you again for this tutorial!

calintamas
Автор

Very nice explanation sir.. Please provide all documents it is very useful to us.

dhanasri-eorp
Автор

Thank you for the detailed explanation sir

nagasaimaddula
Автор

data driven concept is so useful here, thank you sir for explaining.

tejastoley
Автор

nice api videos i will esay to understanding tq sir

manasakonappa
Автор

Thank you sir this was very help full for me your great.

shubhamchinchalkar
Автор

Hello sir, I am your huge fan, I was a beginner with zero knowledge in QA testing and learend full Selenium with Python, Jira and MySQL from your videos, I can't express with words how grateful I am. God bless you, I hope one day I can do something good for you! Now I am learing Postman. Could somebody tell me, when the developer gives the code to QA for API testing, is it ready JSON or XML file or how to find key values, authentications and so on?

natiachikovani
Автор

Thak you sir for all the detailed explanations, please how do I get the documentations for series 6 and 7.

emekaaniukwu
Автор

Dear Pavan sir, , ,

This video 5.16 minutes we can saw a Book API PDF, ,, but this pdf is not found in your website(API testing) Link .... Please share this pdf with us This pdf is not found in your website

sirajulsiddique
Автор

sir, thank you. Please state the diff bw json.parse(responseBody) and pm.response.json()

Deepti-mrfd
Автор

Hi Sir, I tried uploading CSV file but only first record only repeates even though the CSV file has multiple records

vinodraoaero
Автор

Where should I find document which you discussed in video?

smwxubm
Автор

Brilliant video again - thankyou. Would you say that this level of testing is a common level of testing in the market at the moment in your experience? These lessons are really good, the hardest part I'm finding is remembering the syntax of the functions without using snippets. I guess that is just down to practice practice practice. Are these just the obvious high level assertions or would we need to know a lot more functions from the pm library?

stevenclark
Автор

hi sir,
could you please share the documentation which you have shown in this video.

bhuvanavinod
Автор

Anyone got documentation of lecture 7. If yes then plz provide me as well.
Thanks in advance
@pavan sir.. Please give us the document to practice.

arjunprasad
Автор

Very good course on youtube from sdet. Sir when can we expect rest assured automation course on your channel. eagerly waiting for the series from you

babyravella
Автор

Sir, can you share the above document- Data driven testing

swatithakur