filmov
tv
Session 4: API Testing | RestAssured | Parsing Response Body | JSONObject
Показать описание
#apitesting #restassured#jsonobject
@02:02 Running local API
@02:41 checking api by URL
@03:27 Create package, class and test method
@5:54 Import static packages
VALIDATING JSON RESPONSE USING MATCHERS
@06:50 Declaring input type in Given() (correction @50:42)
@07:21 Declaring URL in GET request in When()
@8:00 Validate status code and Header in Then()
@09:02 Gather JSON response in POSTMAN for same URL
@12:00 JSON pathfinder to find path of specific field
@12:51 Using the path, validate a specific field of JSON response in Then()
@14:17 Execution of the code
VALIDATING JSON RESPONSE USING ASSERTIONS (Without using `Then()`)
@16:59 Declaring input type in Given()
@17:54 Declaring URL in GET request in When()
@18:14 Storing response into variable
@19:32 Validating status code using assertions.
@21:31 Gather Header in POSTMAN for same URL and Validating Header using assertions.
@23:01 Validating specific field of JSON response in Then() using assertions
@26:43 Execution of the code
@33:10 Converting JSON response into JSONObject
@34:33 Gather all values from specific JSON field for same URL in POSTMAN
@36:05 Using for loop to print all values from specific JSON field
@52:54 Execution of the code
@53:26 Drawbacks of this method.
@54:53 Using for loop and assertions to validate value from specific JSON field
@58:58 Execution of the code
@01:01:38 Printing the total of specific values from JSON field.
@01:05:10 Execution of the code
@01:05:31 Using assertions to validate total of specific values from JSON field.
@01:06:04 Execution of the code
=====================================
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
**********
@02:02 Running local API
@02:41 checking api by URL
@03:27 Create package, class and test method
@5:54 Import static packages
VALIDATING JSON RESPONSE USING MATCHERS
@06:50 Declaring input type in Given() (correction @50:42)
@07:21 Declaring URL in GET request in When()
@8:00 Validate status code and Header in Then()
@09:02 Gather JSON response in POSTMAN for same URL
@12:00 JSON pathfinder to find path of specific field
@12:51 Using the path, validate a specific field of JSON response in Then()
@14:17 Execution of the code
VALIDATING JSON RESPONSE USING ASSERTIONS (Without using `Then()`)
@16:59 Declaring input type in Given()
@17:54 Declaring URL in GET request in When()
@18:14 Storing response into variable
@19:32 Validating status code using assertions.
@21:31 Gather Header in POSTMAN for same URL and Validating Header using assertions.
@23:01 Validating specific field of JSON response in Then() using assertions
@26:43 Execution of the code
@33:10 Converting JSON response into JSONObject
@34:33 Gather all values from specific JSON field for same URL in POSTMAN
@36:05 Using for loop to print all values from specific JSON field
@52:54 Execution of the code
@53:26 Drawbacks of this method.
@54:53 Using for loop and assertions to validate value from specific JSON field
@58:58 Execution of the code
@01:01:38 Printing the total of specific values from JSON field.
@01:05:10 Execution of the code
@01:05:31 Using assertions to validate total of specific values from JSON field.
@01:06:04 Execution of the code
=====================================
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
**********
Комментарии