filmov
tv
Session 6: API Testing | RestAssured | JSON & XML Schema validations | Serial & De-serilisation
Показать описание
#apitesting #restassured #schemavalidations#serilization#deserilization
Topics Covered
--------------------
JSON Schema validation
XML Schema validation
Serilization
De-serilization
@4:26 start local API
JSONSCHEMA VALIDATION
@4:46 Gather JSON response details of URL using GET request in POSTMAN
@5:57 Convert JSON response to JSONschema
@6:40 Create a package, a class and test method
@7:57 Copy that schema into a file and save it in the resources folder of the same project.
@9:59 Declaring same URL in GET request in When()
@10:53 Validate JSONschema in Then()
@13:20 Execute the test
XMLSCHEMA VALIDATION
@21:47 Gather XML response details of URL using GET request in POSTMAN
@23:10 Convert the XML response to an XML schema, then copy the schema into a file and save it in the resources folder of the same project.
@24:55 Create a class and test method
@26:19 Declaring same URL in GET request in When()
@26:57 Validate XML schema in Then()
@29:07 Execute the test
@31:17 Handling errors
SERIALIZATION
@45:54 Introduction
@51:32 Create a class and test method
@54:54 Create a another class for getter and setter methods
@55:54 In actual class, call setter methods from another class to declare input data using POJO class object
@58:11 Convert POJO class object into JSON object using OjectMapper class (serialization)
@01:02:21 Print JSON response in console
@01:02:43 Execute the test
DE-SERIALIZATION
@01:05:57 Store JSON response from previous test into String variable
@01:07:52 Convert JSON to POJO class object using OjectMapper class (de-serialization)
@01:11:46 Call Getter methods from another class to print data
@01:16:23 Execute the test
=====================================
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
**********
Topics Covered
--------------------
JSON Schema validation
XML Schema validation
Serilization
De-serilization
@4:26 start local API
JSONSCHEMA VALIDATION
@4:46 Gather JSON response details of URL using GET request in POSTMAN
@5:57 Convert JSON response to JSONschema
@6:40 Create a package, a class and test method
@7:57 Copy that schema into a file and save it in the resources folder of the same project.
@9:59 Declaring same URL in GET request in When()
@10:53 Validate JSONschema in Then()
@13:20 Execute the test
XMLSCHEMA VALIDATION
@21:47 Gather XML response details of URL using GET request in POSTMAN
@23:10 Convert the XML response to an XML schema, then copy the schema into a file and save it in the resources folder of the same project.
@24:55 Create a class and test method
@26:19 Declaring same URL in GET request in When()
@26:57 Validate XML schema in Then()
@29:07 Execute the test
@31:17 Handling errors
SERIALIZATION
@45:54 Introduction
@51:32 Create a class and test method
@54:54 Create a another class for getter and setter methods
@55:54 In actual class, call setter methods from another class to declare input data using POJO class object
@58:11 Convert POJO class object into JSON object using OjectMapper class (serialization)
@01:02:21 Print JSON response in console
@01:02:43 Execute the test
DE-SERIALIZATION
@01:05:57 Store JSON response from previous test into String variable
@01:07:52 Convert JSON to POJO class object using OjectMapper class (de-serialization)
@01:11:46 Call Getter methods from another class to print data
@01:16:23 Execute the test
=====================================
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
**********
Комментарии