Java & Selenium Training Course Content – Regular Batch (January 5th 2025 – 6:30 AM IST / 7:00 PM / 8:00 PM EST (Registration open now)
Get Trained Get Hired!

Selenium and Java training -Starting January 5th, 2025
Please Fill this Registration form: https://forms.gle/rhiqWSgxUaqapSMh9
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.
Next Batch will be starting from January 5th, 2025
Duration: 16 weeks (4 days in a week) (Thursday to Sunday)
Timing: 7pm CST/5pm PST/8PM EST.
Location: Online (Zoom Meeting) – 2hours 30minutes
Thanks for registering “Selenium & java with end-to-end framework & Test Dev ops” by The Next Gen Automation.
As per the further registration process, you need to pay the registration fee: $700
​
Total Fee:
-
700 USD (for one time Pay– Registration Fee
-
300 USD (for Monthly pay - Registration Fee
-
5000 USD (for Tuition fee - Pay in 6 months after getting Hired
-
400 USD (Outside US)
​
Note:
-
There will be 2 demo sessions (first two classes are demo sessions).
-
Demo Meeting link will be share one day before the session.
-
After 2 demo sessions, the amount must be paid.
​
Please fill this training registration form to enroll for training.
​
​
​
​
​
​
​
​
​
​
Payment Options:
Here I’m sharing the payment details. Please send me the screenshot of receipt via email after you making the payment successfully.
mail me at : thenextgenautomation@gmail.com
​
1. Credit/Debit Card:
If you want to use credit card/debit card/Apple pay, please use this secured stripe payment link:
REGISTRATION FEE one time Pay (700 USD):
https://buy.stripe.com/5kAaFl0yw5io5MI7ss
MONTHLY PAY FEE (300 USD):
https://buy.stripe.com/8wM5l180Yh16b72eUX
2. Zelle:
Bank Details:
Payee name: The next gen automation
Zelle Number: thenextgenautomation@gmail.com
Course Content:
Selenium WebDriver is a leading web automation testing tool in industry. It is one of the most popular tools. Selenium WebDriver jobs are on a rise and highly paid and highly valued. Industry is shifting towards automation rapidly.
Today, every start up, product based, and service-based company needs automation QA Engineer to automate their web apps.
With more and more applications becoming accessible through browsers, it becomes very important to learn Selenium WebDriver. This course is designed to teach in depth concepts of Selenium WebDriver4. And java. We focus on the basics first and then move towards the advanced concepts of Selenium, java, and framework development.
Note: This training will be covered with the latest Selenium 4.x version.
Part -1: Basics of Java and Selenium
-
Automation: A brief introduction to automation and the need for automation how automation will enable you to beat competitions 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 your 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 useful for you to become a good automation Engineer. This section is specifically designed so that can be followed by any Manual test very easily.
​
-
Data Types and Variables
-
Strings Class
-
Arithmetic Operators and Concatenation Operators
-
Conditional and 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.
-
Collection Basics(Array List. HashMap, Set and hastSet)
​
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 out put
-
How to put a break point How to add watch variables
-
How to find error form 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 and 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 and navigation commands: This is something which everybody do very first thing when the learn Selenium. Opening and closing of browser and some navigation functions on top of it.
​
-
How to open a URL
-
Verify Page Title
-
Strategy to get the page source
-
Difference between close and Quit
-
Ways to Navigate back and 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 and FindElements
-
How click action works differently on different elements
-
Enter and Clear text from input field
-
Managing Input fields, buttons and links
-
Finding all links on the page
-
Extracting More than one object form 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 documents and what are the different attributes that are associated with an HTML element. We also try to find elements based on its attribute value.
​
-
What are Locators
-
HTML Basics
-
HTML Language tags and attributes
-
ID, Name, Xpath, CSS etc
-
Difference between absolute and complete xpath
-
Finding your first element
-
WebElement Commands
-
Interview Questions
​
9. Element Identification: This part explains the lifesaver Add-Ons and 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.
​
10. Tables, Checkboxes and Radio buttons: Many applications involve use of web tables and list boxes. These skills will help participants 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 and Deselect operations by index, Value and visible Text
-
Interview Questions​
​​
11. Selenium Waits, Alerts and 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 and SetScriptTimeout property
-
Simple use of thread Sleep method
-
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 and Prompt Alert
-
Concepts of set Interface in java
-
Difference between Window handle and Handles
-
Switching & Closing Windows, Tabs& Pop ups
-
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 and What can we do with Action Class
-
Mouse Hover & Mouse Movement with Action
-
Drag and Drop Action
-
Right Click and Context Click
-
Click and SendKeys using Action Class
-
Interview Questions
​
13. Brower 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 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 WebTables with Paginations
-
Handle infinite page Loading like Infinite Page
-
Scrolling on LinkedIn, Facebook, Food delivery web apps
-
Complex Frames & iFrames
-
Complex Shadow DOM, SVG Elements
-
Complex Pseudo Elements
-
Page Wait use Cases
-
Element Wait use Cases
​
Part – 2: Advanced Selenium:
​
15. TestNG Framework: TestNG is a wonderful off the shelf framework that can be used directly to create you test framework. We will learn about this framework.
​
-
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
-
Interview Questions
​
16. Automaton 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 and 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 no Page Factory (By Locators) with OOP concepts
-
Interview questions.
​
17. Real Time live Project on Ecommerce 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 Framework
-
Designing Test Data Provider (Excel)
-
Designing Run Data Provider -Text/Property file
-
Setting up Maven Build Tool
-
Data Provider Design
-
Creating Page Objects and 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 and TestNG Report
​
18. Dev ops and Continuous Integration
-
Jenkins Set up basics
-
Running Script via Jenkins
-
Jenkins PipeLine – classic view
-
Jenkins PipeLine(blue ocean)
-
Jenkins PipeLine Syntax
-
Jenkins Report generation using Extent Report, Allure and TestNG Report
-
Git WebHook with NGROK Proxy to trigger the buil automatically
-
GIT repo/Github
-
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 and pull commands
-
GIT Merge Conflicts
-
GIT Stash
-
GIT Stash
-
Git Stash Pop
19. 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 plugin
-
Mave nexus Deployment using maven deploy plugin.
​
20. Docker:
-
What id 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
-
Scale up the browsers at the run time
-
Shut down the Docker Infrastructure
-
Selenoid Grid Set up
-
Selenoid with docker- compose and browsers.json
-
Cross browser with specific version using Aerokube selenoid Dockerized Grid
-
Set up your won browser Lab with different versions.
​
21. AWS – Amazon Web Services:
-
Introduction
-
Set up Account
-
Create New EC2 Instance on AWS
-
Create AMI, Security Group, VPC and subnets
-
Selenium Dockerized Grid Set up on AWS- EC2 machine
-
Run Selenium test cases on AWS machine
-
Setup complete dockerized grid on AWS cloud using solenoid and Docker
​
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: Mostly Veda from The Next Gen Automation. 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.
Thanks for enrolling for Java and Selenium Training – By The Next Gen Automation.
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:
​
-
It will be online training and sessions will be recorded daily basis. Please try to join before 5-10 mins of the session time.
-
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.
-
If you have any questions, you can ask in go to 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.
-
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.
-
After the session, recording will be shared by EOD – daily basis.
-
You can access these recordings with Life Time Access. Downloading of the videos are strictly not allowed.
-
It’s strictly not allowed to share these videos with anyone, if it is found, the respective candidate account will be terminated immediately.
-
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.
-
Session will be there for 60 mins (+30 mins extra for doubts).
-
We will have two demo sessions, if you don’t want to continue with the training, registration money will be refunded back.
-
After demo sessions, pending amount has to be paid as per the fee structure.
“Happy Learning”
Cheers!!
​
The Next Gen Automation