Where we learn technology

Tag: Training

Playwright Javascript/Typescript Training – 26th June 2025 [ 8 PM IST / 10:30 AM EST ] – (Registration Open Now)

Playwright Javascript Training – Regular Batch (26th June 2025)

Hi Folks,

This time I’m introducing some amazing content on Playwright Javascript, Typescript and some different approaches on Framework Designing with some complex real time use cases.

After a very high demand on Playwright + Javascript, here I’m going to start next batch from 26th June 2025 [ 8 PM IST / 10:30 AM EST ]

 

Next Batch Starting from: 26th June, 2025
Duration: 16 weeks (3 days in a week – Monday, Wednesday & Thursday)

As per the further registration process, you need to pay the registration fee:

For Candidates in India: 3000 INR

For Candidates in USA/UK/Europe/Aus: 50 USD

Total Fee: 

  • 17,500 INR (for Candidates in India) – including Registration Fee
  • 330 USD (for Candidates in USA/UK/AUS/Europe) – including Registration Fee

Location: Online (Zoom Meeting) – 1 hr + 30 mins + doubts session (Everyday)

Class Timings: Monday, Wednesday & Thursday

    • 8 PM IST (Indian Time)
    • 10:30 AM EST (US Time)
    • 7:30 AM PST (US Time)
    • 9:30 AM CST (US Time)

Note:

  • There will be 2 demo sessions (first two classes are demo sessions).
  • Demo Meeting link will be shared one day before the session.
  • After 2 demo sessions, pending amount must be paid.
    • 14,500 INR – for candidates in India
    • 280 USD – for candidates in USA/UK/AUS/CANADA
  • In case of any query on training:
    Please mail me at: naveenanimation20@gmail.com
    What’s app me at: +91-9902233400
 Payment Options:
Here I’m sharing the payment details.
Please send me the screenshot of receipt via email once you make the payment without fail. 
Mail me at : naveenanimation20@gmail.com 
CANDIDATES IN INDIA:
1. Pay by Credit/Debit Card:
If you want to use credit card/debit card, please use this secured stripe payment link:
 
 
2. BANK TRANSFER:
Bank Details:
Payee name: NAVEEN KHUNTETA
Name of the Bank: ICICI bank
Address of the Bank: Bhandarkar Road, Pune
Bank Account Number: 624001553272
IFSC Code(11 Digit Code): ICIC0006240
 
3. Pay by GPay/PhonePe/Paytm/UPI:
ph: +91-9902233400 or +91-9828866542 
(You can use the following scanner as well).

======================================
CANDIDATES IN USA/CANADA/UK/EUROPE/AUS/OTHERS:
1. Payment link using secured stripe (Pay by Credit/Debit Card):
If you want to use credit card/debit card, please use this secured stripe payment link:
Payment Link: https://buy.stripe.com/fZeg1i1J35Ssa7S4i4
 
2. Bank Transfer:
Please find below bank details.
You can make the transaction directly to the given account or make it via Western Union (only via bank transfer) / Xoom/Remitly or any other remittance.
 
Bank Details:
Name: Naveen Khunteta
Bank Account Number:  1015794367401
IBAN Number:  AE520260001015794367401
City/Country: Dubai, UAE
Swift Code: EBILAEAD
Address: Staybridge, DIFC, Dubai (UAE) – 500001
 

3.  Paypal:

Check out with PayPal

Note: If you are paying through PayPal, You need to pay 340 USD (10 USD will be the PayPal Fee).

Imp Note:

  • There will be 2 demo sessions. In case If you don’t want to proceed with the training. Full Registration amount will be refunded back to you after 2 demo sessions.
  • Candidate has to inform immediately after two demo sessions via email (in case of refund, else refund won’t be possible).
  • After 2 demo sessions, pending amount must be paid.
  • Zoom Meeting link and password will be shared to join the session before the session everyday.

Please fill this training registration form after making the payment.

Playwright JavaScript/TypeScript Training Course Content

Part 1: Basics of JavaScript/TypeScript & Playwright

1) Automation: A Brief Introduction

  • What is Automation Testing
  • Use of Automation Testing
  • Tools for Automation Testing
  • Why automation is important for your career
  • What is Playwright
  • Advantages of Playwright over other tools
  • Introduction to Playwright Architecture

2) JavaScript + TypeScript Essentials for Test Automation

(Only the required programming concepts for automation, focusing on TypeScript usage in Playwright)

JavaScript Basics (for non-programmers)

  • Variables (let, const, var)

  • Data types (Number, String, Boolean, Array, Object)

  • Operators & Expressions

  • Conditional Statements (if, else, switch)

  • Loops (for, while, forEach)

  • Functions & Arrow Functions

  • Arrays and Objects (push, pop, map, filter, etc.)

TypeScript for Automation Engineers

  • What is TypeScript and why use it in automation?

  • Setting up TypeScript project with Playwright

  • Types vs Interfaces

  • Type Annotations and Inference

  • Enums and Union Types

  • Classes and Objects in TypeScript

  • Access Modifiers – public, private, protected

  • Constructor functions

  • Inheritance

  • Optional Chaining (?.)

  • Generics (basic overview)

  • Promises and async/await pattern

3) VS Code IDE

  • Setting up VS Code for Playwright development
  • Essential VS Code plugins for Playwright
  • Debugging in VS Code
  • Understanding console output
  • Setting breakpoints
  • Using watch variables
  • Finding and resolving errors
  • Step into and step over debugging functionality

4) Set up Playwright

  • Installing Node.js
  • Installing VS Code
  • Setting up a Playwright project
  • Installing Playwright using npm
  • Configuring browsers (Chromium, Firefox, WebKit)
  • Creating your first test script
  • Running your first test with Playwright Test Runner
  • Understanding Playwright configuration file

5) Playwright Architecture

  • Understanding Playwright’s multi-browser architecture
  • Browser contexts and isolation
  • Pages and frames
  • Playwright Test vs Playwright Library
  • Test fixtures and how they work
  • Playwright Inspector tool
  • Trace Viewer for debugging

6) Browser & Navigation Commands

  • Launching browsers (Chrome, Firefox, Safari)
  • Opening URLs
  • Verifying page titles
  • Getting page content
  • Browser context management
  • Page lifecycle (close vs context close)
  • Navigation (back, forward, reload)
  • Multiple tabs and windows management

7) Element Commands

  • Locating elements with Playwright
  • Text input and clearing fields
  • Click operations on different elements
  • Working with input fields, buttons, and links
  • Finding multiple elements on a page
  • Extracting elements from specific areas
  • Checking element states (visible, enabled, checked)
  • Auto-waiting mechanisms in Playwright

8) Locators

  • Introduction to HTML structure
  • Understanding CSS selectors
  • Playwright’s locator engine
  • Text-based locators
  • CSS and XPath locators
  • Role-based locators (accessibility first approach)
  • Filter and has locators
  • Chaining locators for precision

9) Element Identification

  • Using Playwright Inspector for element selection
  • Codegen tool for automatic test generation
  • Browser Developer Tools integration
  • Best practices for selector stability
  • Handling dynamic elements
  • Creating robust selectors
  • Recording and playing back user interactions

10) Tables, Checkboxes & Form Elements

  • Working with web tables
  • Extracting data from table cells
  • Dynamic table handling
  • Checkboxes and radio buttons
  • Dropdown and select elements
  • Multi-select operations
  • Form submission

11) Playwright Waits & Dialogs

  • Auto-waiting mechanism in Playwright
  • Explicit waits with waitForSelector
  • Custom waiting conditions
  • Timeout configuration
  • Handling alerts, confirmations, and prompts
  • Page dialogs (alert, beforeunload, dialog)
  • File dialogs and file uploads

12) Actions Class Equivalent

  • Mouse actions (hover, click, double-click)
  • Keyboard actions and shortcuts
  • Drag and drop operations
  • Right-click (context click)
  • Pressing keys and key combinations
  • Scrolling and viewport manipulation
  • Touch/mobile gestures

13) Browser Contexts & Authentication

  • What are browser contexts
  • Creating persistent contexts
  • Configuring browser contexts
  • Handling cookies and local storage
  • Authentication strategies
  • Saving and reusing authentication states
  • HTTP authentication

14) Complex UI Scenarios

  • Handling AJAX components
  • Working with complex calendars
  • Managing web tables with pagination
  • Infinite scrolling implementation
  • Shadow DOM handling
  • SVG elements interaction
  • Working with iframes
  • Handling pseudo-elements
  • Network request timing and synchronization

Part 2: Advanced Playwright

15) Test Frameworks with Playwright

  • Playwright Test built-in test runner
  • Test annotations and fixtures
  • Test grouping and organization
  • Test dependencies and sequencing
  • Parameterized testing
  • Test filtering and focusing
  • Reporting capabilities
  • Parallel test execution
  • Cross-browser testing setup
  • Visual comparison testing

16) Automation Framework (End-to-End Project)

  • What is an Automation Framework
  • Features and benefits of frameworks
  • Page Object Model (POM) with Playwright
  • Data-driven testing approaches
  • Hybrid framework design
  • Creating reusable components
  • Best practices for framework development

17) Real-Time Live PROJECT on E-Commerce Application

  • Building a Playwright framework for an e-commerce application
  • Setting up the project structure
  • Creating page objects and fixtures
  • Designing test data providers
  • Implementing configuration management
  • Writing test scripts with proper assertions
  • Error handling and logging
  • Test reporting with built-in HTML reporter
  • Custom reporting with Allure and other tools
  • Handling global setup and teardown
  • Cross-browser testing implementation

18) DevOps & Continuous Integration

  • Jenkins setup for Playwright
  • Running Playwright tests through CI pipelines
  • Jenkins Pipeline configuration
  • GitHub Actions integration
  • Working with Git repositories
  • Git commands and workflows
  • Pull request processes
  • Git branching strategies
  • Resolving merge conflicts
  • Git best practices

19) Node.js & npm Ecosystem

  • Understanding package.json
  • npm scripts for test automation
  • Managing dependencies
  • Creating custom commands
  • Environment configuration
  • Configuration files and environment variables
  • Managing test environments (dev, staging, prod)
  • Creating reusable npm packages

20) Dockerized Testing

  • What is Docker
  • Creating Dockerfile for Playwright tests
  • Running Playwright in containers
  • Docker Compose for multi-browser setup
  • Scaling test environments
  • CI/CD with Docker containers
  • Best practices for containerized testing
  • Playwright’s Docker images

21) Cloud Testing & Integrations

  • Setting up cloud infrastructure
  • BrowserStack and LambdaTest integration
  • Cross-browser testing in the cloud
  • Reporting and analytics in cloud environments
  • Cost optimization for cloud testing

22) Advanced Playwright Features

  • API testing with Playwright
  • Mock API responses
  • Network interception and modification
  • Visual testing and screenshot comparison
  • Geolocation and device simulation
  • Testing responsive designs
  • Playwright With AI
  • Playwright MCP / LLM AI Models

23) Lifetime Access

  • All recorded videos
  • Complete code repositories
  • JavaScript and TypeScript examples
  • Important notes and documentation
  • PDFs and e-books
  • Updates for future Playwright versions
  • Community support and forums
Life Time Access on all recorded Videos, Free Code Repos, and Java Code, important notes, pdfs and e -books.
 
 
 
Frequently Asked Questions:

Q1: Will I get the recordings for these sessions?
Ans: Yes, you will get the recording daily basis for the specific topic after the session.

Q2: Is this training useful for freshers?
Ans: 100% useful for freshers, who are looking for to start their career into automation QA field.

Q3: Is this training useful for Manual Testers?
Ans: 100% useful for Manual QA folks, it will surely help to trigger your interest from manual to Automation QA. After this training, you will become an expert in automation. 

Q4: Can I justify my automation knowledge, after this training?
Ans: Yes, training will help you to learn right automation with proper guidance. You have to practice accordingly to justify your automation knowledge.

Q5: Can I crack test automation interviews after this training?
Ans: Yes, 100%, if you put your efforts and attend the training regularly with proper practice. 

Q6: What is the duration of this course?
Ans: I never compromise in training content and syllabus. It depends how exactly we are going with this training. Ideally it should take around 16 weeks. It might take more than 16 weeks also.

Q7: Who will be the trainer?
Ans: Only Naveen from Naveen AutomationLabs. We don’t allow other trainers to take sessions.

Q8: Will this training be different from existing YouTube videos?
Ans: Yes, it will be more in-depth training and more topics will be covered with different scenarios along with one end to end framework as per industry standards (no copy paste) with full Infrastructure and dev ops setup.

Q9: What if I miss any session?
Ans: You will get each session recording daily basis. You can cover that topic after watching the recordings.  You will have the recordings with the lifetime access.

Q10: Will assignments be shared for covered topics?
Ans: Yes, for almost every important topic, I have assignments and will be shared daily basis. 

Q11: Can I improve my programming skills after this training?
Ans: I am 100% sure, it will drastically improve your coding skills and logical thinking for writing the best optimized code.

Q12: How will you cover the topics? Is it only theory or any real time experience?
Ans: I always try to relate the topics with real time scenarios, how exactly test automation works in real time projects and I hardly copy paste the code. I strongly prefer to write the code during the session. No COPY PASTE. NO Power Point Slides, No Boring Theories.
Q13: Do you provide any certification?
Ans: We can provide Course completion certification but this is just a certification. We never claim that this certification is globally recognized. You need to submit the coding assignments and GIT Repository URLs to get the course completing certification.

In case of any questions: Feel free to ping me on whats app : +91-9902233400.
 
Cheers!!
Naveen
Naveen Automation Labs
 
 

Selenium & Java Training Course Content – Regular Batch (27th March 2025 – 6:30 AM IST / 9 PM EST / 8 PM CST(Registration open now)

Selenium & Java Training – Regular Batch (27th March 2025)

PLEASE FILL THIS REGISTRATION FORM:

Hi Folks,

This time I’m introducing some amazing content on Java, Selenium and some different approaches on Framework Designing with some really complex real time use cases.

This will be a very different content from my YouTube channel. 

After a very high demand on Java+Selenium, here I’m going to start next batch from 27th March 2025 [ 6:30 AM IST / 6 PM PST /  9 PM EST /  8 PM CST]

 
Thanks for registering “Selenium & Java with end to end Framework & Test Dev Ops” By Naveen AutomationLabs.
 
 

Next Batch Starting from: 27th March, 2025
Duration: 16 weeks (4 days in a week)

(India: Mon to Thursday

USA: Sunday to Wednesday)

 

As per the further registration process, you need to pay the registration fee:
For Candidates in India: 3000 INR
For Candidates in USA/UK/Europe/Aus: 50 USD



Total Fee: 

  • 17,000 INR (for Candidates in India) – including Registration Fee

  • 320 USD (for Candidates in USA/UK/AUS/Europe) – including Registration Fee

Location: Online (Zoom Meeting) – 1 hr + 15 mins + doubts session (Everyday)

Class Timings:

(India: Mon to Thursday

USA: Sunday to Wednesday)

    • 6:30 AM IST (Indian Time)
    • 9:00 PM EST (US Time)
    • 6:00 PM PST (US Time)
    • 8:00 PM CST (US Time)

Note:

  • There will be 2 demo sessions (first two classes are demo sessions).

  • Demo Meeting link will be shared one day before the session.

  • After 2 demo sessions, pending amount must be paid.

  • 14,000 INR – for candidates in India
  • 270 USD – for candidates in USA/UK/AUS/CANADA
  • In case of any query on training:
    Please mail me at: naveenanimation20@gmail.com
    What’s app me at: +91-9902233400

Please fill this training registration form after making the payment.

 Payment Options:

Here I’m sharing the payment details. Please send me the screenshot of receipt via email once you make the payment without fail. 
mail me at : naveenanimation20@gmail.com 

CANDIDATES IN INDIA:

1. Pay by Credit/Debit Card:
If you want to use credit card/debit card, please use this secured stripe payment link:
 
REGISTRATION FEE (3000 INR):
REMAINING FEE(14000 INR):
Or you can pay total fee (17000 INR):
 
2. BANK TRANSFER:
Bank Details:
Payee name: NAVEEN KHUNTETA
Name of the Bank: ICICI bank
Address of the Bank: Bhandarkar Road, Pune
Bank Account Number: 624001553272
IFSC Code(11 Digit Code): ICIC0006240
 
3. Pay by GPay/PhonePe/Paytm/UPI:
ph: +91-9902233400 or +91-9828866542 
(You can scan the following scanner)
 
======================================

CANDIDATES IN USA/CANADA/UK/EUROPE/AUS/OTHERS:

 
1. Payment link using secured stripe:
Pay by Credit/Debit Card:
If you want to use credit card/debit card, please use this secured stripe payment link:
2. Bank Transfer:
Please find below bank details. You can make the transaction directly to the given account or make it via Western Union (only via bank transfer) / Xoom/Remitly or any other remittance.
 
Bank Details:
Name: Naveen Khunteta
Bank Account Number:  1015794367401
IBAN Number:  AE520260001015794367401
City/Country: Dubai, UAE
Swift Code: EBILAEAD
Address: Staybridge, DIFC, Dubai (UAE) – 500001
 

3.  Paypal:

Check out with PayPal

Note: If you are paying through PayPal, You need to pay 330 USD (10 USD will be the PayPal Fee).

 

Imp Note:

  • There will be 2 demo sessions. In case If you don’t want to proceed with the training. Full Registration amount will be refunded back to you after 2 demo sessions.
  • Candidate has to inform immediately after two demo sessions via email (in case of refund, else refund won’t be possible).
  • After 2 demo sessions, pending amount must be paid.
  • Zoom Meeting link and password will be shared to join the session before the session everyday.

Course Content:

Selenium WebDriver is a leading web automation testing tool in industry. It is one of the most popular tool. Selenium WebDriver jobs are on a rise and are highly paid and highly valued. Industry is shifting towards automation rapidly.
 
Today, every start up, product based and service based companies need Automation QA Engineer to automate their web apps.
 
With more and more applications becoming accessible through browser it becomes very important to learn Selenium WebDriver.
This course is designed to teach in depth concepts of Selenium WebDriver4.x and Java. We focus on the basics first and then move towards the advance concepts of Selenium, Java and framework development.
Note: This training will be covered with latest Selenium 4.x version.
 
Part -1: Basics of Java & Selenium
 
1) Automation : A brief introduction to automation and the need for automation. How automation will enable you to beat competition and make you get the better jobs in market.
• What is Automation Testing
• Use of automation Testing
• Tools for Automation Testing
• Why automation is important for you career?
• What is Selenium
• Advantage of Selenium
• Introduction to WebDriver

2) Core Java/Programming : This class will set you up for understanding Basic OOPs and java concepts. These concepts will be extremely important for you to become a good Automation tester. This section is specially designed so that can be followed by any Manual test very easily.

  • Data Types and Variables
  • String Class
  • Arithmetic Operators & Concatenation operators
  • Conditional & Decision Making
  • Single Dimensional Array
  • Loops (For, While)
  • Classes and Objects
  • Class Constructors
  • Functions in Java
  • Function Input Parameters
  • Function Return Types
  • Exception Handling
  • Inheritance
  • Polymorphism
  • Encapsulation
  • Data Hiding
  • Method Overloading
  • Method Overriding
  • Abstract class
  • Interface
  • Super/This Keywords
  • Final/Finally/Finalize Keywords
  • Concept of Garbage Collector and System.gc
  • Wrapper Classes
  • String Manipulation
  • Collections Basics (Array List, HashMap, Set, Hashtable)

3) Eclipse IDE : This topic might seem little off place here but it’s very important topic to understand the tool you are using. Eclipse will the primary choice of development environment and we will discuss features of eclipse here.

• How to use Eclipse
• How to run, stop, pause
• How to debug in Eclipse
• Understanding console output
• How to put a break point
• How to add Watch variables
• How to find errors from Problem window
• Usage of step into and Step over debug functionality
  • Interview Questions
4) Set up Eclipse : We will start with setting up WebDriver, so that every participant start flaunting off their newly learnt skills by writing some cool test programs:
• Download and install java
• Download and start Eclipse
• Download and configure WebDriver java client
• Set up a project
• Create packages
• Create a First Java test case
• Import WebDriver Source file
  • Interview Questions
Note: This training will be covered with latest Selenium 4.x version.
5) WebDriver Interface : This topic will make you familiar with the concept of browsers in WebDriver and how to launch basic Firefox browser using WebDriver. Here we will also talk about WebDriver & WebElement interface which will enable us to answer many complicated Interview Questions about WebDriver Implementation.
• Architecture of WebDriver
• WebDriver Interface
• WebElement Interface
• Launching Firefox/Chrome/Safari
  • Interview Questions
6) Browser & Navigation Commands : This is something which everybody do very first thing when they learn Selenium. Opening & closing of browser and some navigation function on top of it.
• How to Open a URL
• Verify Page title
• Strategy to get the Page Source 
• Difference between Close & Quit
• Ways to Navigate Back & Forward
• How to Refresh Page
• Another way of Navigating to specific Page
  • Interview Questions
7) WebElement Commands : An important and basic need of Selenium Automation. This part enables every participant to start writing automation test in their organizations. These are the most commonly used operations on any website.
• Difference between FindElement & FindElements
• Enter & Clear text from Input field
• How Click action works differently on different elements
• Managing Input fields, Buttons & Links
• Finding all links on the Page
• Extracting More than one object from a page 
• Extracting Objects from a specific area of a web page 
• Check if element is Present, Displayed, Enabled or Selected
  • Interview Questions
8) Locators : In this class we will start learning about HTML, how elements are defined inside HTML document and what are the different attributes that are associated with an HTML element. We also try to find elements based on its attribute values.
• What are locators
• HTML Basics
• HTML language tags and attributes 
• ID, Name, Xpath, CSS etc
• Difference between Absolute & Complete Xpath
• Finding your first element
• WebElement Commands
  • Interview Questions
9) Element Identification : This part explains the lifesaver Add-Ons & tools for Selenium. Finding elements are the most common activity carried out in Selenium. These tools give us power to easily identify complex elements and help us in saving lot of time.
 Element Inspector in Mozilla, Chrome and IE
• Element locator tool for FF
• Various HTML locator strategies
• XPath Helper Plug-in for Chrome
• Selection of Effective XPath
• Handling Dynamic objects/ids on the page
  • Interview Questions
10) Tables, Checkboxes & Radio buttons : Many applications involve use of web tables and list boxes. These skills will help participant to get the expertise on complex tables structures and write effective automation test.
• Identify table rows and columns
• Extracting values from a cell
• Dynamically Identify Tables Data
• Select class in Selenium
• Drop Down Handle
• Select multiple values from the list
• Select & Deselect operations by Index, Value & Visible Text
  • Interview Questions
11) Selenium Waits, Alert & Switch Windows : A little complexity will start now onwards. To use Waits effective is very important for every automation tester. Wait helps us in switching windows, handling pop-ups, operating alerts correctly.
• Implicit and Explicit waits
• How to use Expected Conditions with Waits
• PageLoadTimeout & SetScriptTimeout property
• Simple use of Thread Sleep
• Concept of Fluent Wait in Selenium 
• Strategy to poll for an object
• WebDriverWait and its uses 
• Different WaitUntil Conditions 
• Managing Ajax based components 
• Ways to handle Simple, Confirmation & Prompt Alert
• Concepts of Set Interface in Java 
• Difference between Window Handle & Handles 
• Switching & Closing Windows, Tabs & PopUps
• Concept of window ID 
• Extracting window IDs with Selenium Object reference
  • Interview Questions
12) Actions Class
This gives us power on recently build Application with latest and complex object features. Hovering mouse or simulate Mouse and Keyword operations can be done by using Action Class. A necessary thing to learn in Selenium journey.
• What is Action Class & What can we do with Action Class
• Mouse Hover & Mouse Movement with Action
• Drag and Drop Action
  • Right Click (Context click
  • Click and SendKeys using Actions Class
  • Interview Questions
13) Browser Profile: Different types of browser profiles and user authentication models with examples will be discussed in this class. You will need these to test secured websites and user authenticated websites.
• What is Browser Profile
• How to set up ChromeOptions and Firefox Options
 
14)Complex UI Scenarios:
  • Handle Ajax components
  • Handle Complex Calendars
  • Handle WebTable with Paginations
  • Handle infinite Page Loading like infinite page scrolling on linkedin, facebook, food delivery web apps
  • Complex ShadowDOM, SVG Elements
  • Complex Frames/iFrames
  • Complex Psuedo Elements
  • Page Wait use cases
  • Element Wait use cases
 
Part -2: Advanced Selenium
 
14) TestNG and Cucumber BDD Framework
TestNG is a wonderful off the shelf framework that can be used directly to create your test framework. We will learn about this framework here.
• What is TestNG
• Benefits and Features of TestNG
• How to download TestNG
• Annotations in TestNg
• How to run Test Suite in TestNG
• Groups in TestNG
• Depend On in TestNG
• Test Case sequencing in TestNG
• TestNG Reporters
• TestNG Assets
• TestNG Parameters
• Multi Browser testing in TestNG
• Parallel testing in TestNG
 
Cucumber – BDD Framework:
• What is Cucumber/ BDD
• Given/When/Then/And – Gherkin language
• How to create a right Feature File
• Cucumber Step Definitions/Glue
• Cucumber Test Runner using JUnit and TestNG
• How to run test cases in parallel mode using Cucumber plugins
• How to integrate Cucumber with Selenium WebDriver
• Page Object Model(POM) with Cucumber BDD
• Cucumber Reporting  
  • Interview Questions
15) Automation Framework (End to end Project)
This class will cover the concepts of Frameworks. After this the participant would got to know that which type of Framework works best for their Application and the pros & cons of the selected framework. Knowledge of frameworks is key skill to learn.
• What is Automation Framework
• Features of Automation Framework
• Benefits of using Automation Framework
• What is Data Driven Framework
• What is Hybrid Framework
  • What is Page Object Model Design Pattern with Non Page Factory (By Locators) with OOP concepts
  • Interview Questions
16) Real Time Live PROJECT On EComm Application– Selenium Hybrid Framework (POM)
In this class we will explore some major frameworks by looking at the code and understanding the key component of the framework. 

A real time web application will be taken and framework will be built on top of that which will simulate actual project scenarios. We follow the best practices for framework development, this is what we do in real time projects.
• Introduction and Component of Frameworks
• Designing Test Data Provider (Excel)
• Designing Run Data Provider (Text/Property file) 
• Setting up Maven Build Tool
• Data Provider Design
• Creating Page Objects & Object repository
• Writing Test Script and Fetching Test Data
• Designing Test Runner for Framework
• Asserts, Test Fails & Error logging
• Reporters, TestNG Listeners and Log file Generation
• Running test with different Test Data
• Generating the HTML reports : Extent Report, Allure Report, TestNG Report

17) Dev Ops & Continuous Integration 

  • Jenkins Setup Basics
  • Running Script via Jenkins
  • Jenkins PipeLine – Classic View
  • Jenkins PileLine – Blue Ocean
  • Jenkins PipeLine Syntax
  • Jenkins Report Generation using Extent Report, Allure and TestNG Report
  • Git WebHook with NGRok Proxy to trigger the build automatically
  • GIT Repo/GIT HUB
  • Learn how to use commit command
  • What is cloning in GIT
  • what is GIT Fork
  • My First Code Check-in to GIT
  • GIT PULL Request Process (PR, Merge Request)
  • GIT CheckOut
  • GIT Branching (Local branching Concept)
  • What to do when you join a new team – how to use GIT commands properly
  • GIT best practices
  • GIT Merge
  • GIT Commit
  • GIT ADD
  • GIT Push, Fetch & Pull Commands
  • GIT Merge Conflicts
  • GIT Stash
  • Git Stash Pop
18). Maven Life Cycle
  • Maven Commands
  • Maven Life Cycle stages
  • Create -> Compile -> Run Tests -> Package -> Install -> Deploy
  • Creating build JAR
  • Generation of FAT JAR using Assembly plug-in
  • Maven Nexus Deployment using maven deploy plugin

19). Docker

  • What is Docker
  • What is Docker Container
  • How to create account on Docker Hub
  • Selenium Grid Configuration on Docker Hub
  • Run your test cases on Dockerized Selenium Grid Hub – Node setup
  • Setup Infrastructure using Docker Compose yml 
  • Scale up the browsers at the run time
  • Shut down the Docker Infrastructure
  • Selenoid Grid Setup
  • Selenoid with docker-compose and browsers.json
  • Cross Browser with specific version using Aerokube Selenoid Dockerized Grid
  • Setup your own Browsers Lab with different browser versions
20). AWS – Amazon Web Services – 
  • Introduction
  • Setup Account
  • Create new EC2 Instance on AWS
  • Create AMI, Security Group, VPC and Subnets
  • Selenium Dockerized GRID Setup on AWS – EC2 machine
  • Run Selenium test cases on AWS machine
  • Setup complete dockerized grid on AWS cloud using Selenoid GRID and Docker
21). Life Time Access on all recorded Videos, Free Code Repos, and Java Code, important notes, pdfs and e -books.

Some of the reviews from my previous batch candidates, most of the students either got promoted  to test automation or got their dream automation jobs.
 
 
 
 
 

 
 
 

Frequently Asked Questions:

Q1: Will I get the recordings for these sessions?
Ans: Yes, you will get the recording daily basis for the specific topic after the session.

Q2: Is this training useful for freshers?

Ans: 100% useful for freshers, who are looking for to start their career into automation QA field.

Q3: Is this training useful for Manual Testers?

Ans: 100% useful for Manual QA folks, it will surely help to trigger your interest from manual to Automation QA. After this training, you will become an expert in automation. 

Q4: Can I justify my automation knowledge, after this training?

Ans: Yes, training will help you to learn right automation with proper guidance. You have to practice accordingly to justify your automation knowledge.

Q5: Can I crack selenium interviews after this training?

Ans: Yes, 100% guarantee. 

Q6: What is the duration of this course?

Ans: I never compromise in training content and syllabus. It depends how exactly we are going with this training. Ideally it should take around 15 weeks. It might take more than 15 weeks also.

Q7: Who will be the trainer?

Ans: Only Naveen from Naveen AutomationLabs. We don’t allow other trainers to take sessions.

Q8: Will this training be different from existing YouTube videos?

Ans: Yes, it will be more in-depth training and more topics will be covered with different scenarios along with one end to end framework as per industry standards (no copy paste) with full Infrastructure and dev ops setup.

Q9: What if I miss any session?

Ans: You will get each session recording daily basis. You can cover that topic after watching the recordings.  You will have the recordings with the lifetime access.

Q10: Will assignments be shared for covered topics?

Ans: for almost every important topic, I have assignments and will be shared daily basis. 

Q11: Can I improve my programming skills after this training?

Ans: I am 100% sure, it will drastically improve your coding skills and logical thinking for writing the best optimized code.

Q12: How will you cover the topics? Is it only theory or any real time experience?

Ans: I always try to relate the topics with real time scenarios, how exactly test automation works in real time projects and I hardly copy paste the code. I strongly prefer to write the code during the session. No COPY PASTE. NO Power Point Slides, No Boring Theories.
 
Q13: Do you provide any certification?
Ans: We can provide Course completion certification but this is just a certification. We never claim that this certification is globally recognized. You need to submit the coding assignments and GIT Repository URLs to get the course completing certification.

In case of any questions: Feel free to ping me on whats app : +91-9902233400.

Thanks for enrolling for Java and Selenium Training – By Naveen Automation Labs.

This batch is different from other previous batches, as I have some more new content in Java and Selenium with new style of framework designing part and much more.
I’m sure you will learn a lot of new things from this training. “A lot to know – A lot to learn”.
This course is huge and we really need to maintain the pace of the course, so that you all can learn the things within the given time frame. We never compromise in terms of content and quality of the training.
Few important points to remember before joining the training session:
  1. It will be online training and sessions will be recorded daily basis. Please try to join before 5-10 mins of the session time.
  2. I want you to be on mute during the session so that session should not get disturbed due to any background noise. Otherwise, it will break my rhythm as well as it will disturb the entire class.
  3. If you have any questions, you can ask in goto meeting chat section. If you have any background noise, please don’t unmute yourself. Please attend these sessions at a quite place with good internet connectivity and with good headphones.
  4. Best option is to write your question/query in chat section. I always believe, if it’s a pin drop silence, classroom decorum will be maintained properly. 
  5. After the session, recording will be shared by EOD – daily basis.
  6. You can access these recordings with Life Time Access. Downloading of the videos are strictly not allowed.
  7. It’s strictly not allowed to share these videos with anyone, if it is found, the respective candidate account will be terminated immediately.
  8. It’s not allowed to create any whats app/telegram group for this training batch. If you have any suggestions or feedback, feel free to reach me out. I would love to hear from you.
  9. Session will be there for 60 mins (+30 mins extra for doubts).
  10. We will have two demo sessions, if you don’t want to continue with the training, registration money will be refunded back.
  11. After demo sessions, pending amount has to be paid as per the fee structure.
“Happy Learning” 🙂

Cheers!!

Naveen AutomationLabs