Playwright Self Paced Video Course Curriculum

This course consists of the following modules: 

      1. JavaScript 
      2. Playwright Automation GUI & API 

Module 1 : Java Script

What is JavaScript
Why to Learn JavaScript?
Features of JavaScript Programming
Applications of JavaScript Programming
JavaScript First Program
JavaScript Comment
Types of JavaScript Comments
JavaScript Variable
Naming Conventions
String Primitive Data Type
Number Primitive Data Type
Boolean Primitive Data Type
Undefined Primitive Data Type
Null Primitive Data Type
Arithmetic Operator
Comparison (Relational) Operators
Logical Operator
Assignment Operator
Unary Operators
Conditional Operator
typeof Operator
if statement
if-else statement
if-else-if ladder
switch statement
for loop and for each
while loop
do-while loop
continue
break
infinity loop
What is JavaScript Function?
Advantage of JavaScript function
Function Definition
Calling a Function
Function Parameters
The return Statement
Scope of Global Variables
Scope of Local Variables
What is var?
What is let?
What is const?

Module 2 - Playwright Automation for GUI & API

What is Playwright Automation Tool?
Features of Playwright
Architecture of Playwright
Installing Playwright
Explanation of the folder structure
Installation of Playwright Plugin for VS Code
Sample Execution of existing test files
Syntax of the test body
What are async/await and "page" fixture
Object Identification mechanism
Types of CSS and Xpath Selectors (selectors hub use)
First Playwright Program
Overview of Playwright Configuration File
How to handle browser?
How to handle browser Navigation?
How to handle Text box and button?
Types of Playwright Locators
How to handle checkbox?
How to handle radio button
How to debug step by step?
How to handle dropdown?
How to handle dynamic dropdown?
How to handle multi select dropdown?
How to handle image?
How to validate the text message?
How to handle authentication?
How to handle mouse events ?
How to handle keyboard events?
How to handle alert popup?
How to handle iframes?
How to handle multiple browser and tabs?
How to handle dynamic webtable?
How to handle calendar or date picker?
UI Modes and its features
Page Object Model
Grouping and Tagging Concepts
Playwright configuration file in depth : Parallel Execution, Rerun failed test cases
Multi browser execution, Trace concepts, taking screenshot
Record and playback method
Hooks Concepts
Timeout settings for all the scenarios
Video recordings
Visualization Testing
Parametrization of Test Cases
Data driven framework
Handling CSV file for test case flow
Mobile Device Emulator Testing
Allure Reports
Introduction to API Testing, Swagger App and end to end flow manually
API Automation of all 5 HTTP methods using playwright