Selenium Online Training

Best Selenium Online Training from Hyderabad. #1 Selenium Online Training by expert online trainer G C Reddy, trained thousands of Students currently employed with top MNCs all over the world.

Selenium Training Online in Real-time orientation, Selenium WebDriver, Core Java Programming, TestNG Testing Framework, Maven Integration, Selenium Project, and Selenium Automation Framework.

Manual Testing Material Download

Selenium Training Syllabus

Selenium Online Training Classes

Selenium Online Training FAQ

Selenium Online Training Fee Payment Details

Selenium Online Training Schedule

Trainer: G C Reddy

Mr. G C Reddy is having nearly 20 years of experience in the IT Industry, worked as a Software Developer (COBOL), Software Tester/Test Lead/Test Manager (Manual Testing, WinRunner, LoadRunner, QTP/UFT, and Selenium), and well versed with UNIX, Java, Python, and SQL.

Selenium Weekday (Monday to Friday) Online Training Program will commence on:

***************

60 hours of live training and recorded videos (private videos).

Course Fee: 15,000 INR


Training Schedule for Weekday Training (Monday to Friday) .

7:00 AM to 9:00 AM – Indian Standard Time
0:00 PM to 00:00 PM EST
0:00 PM to 00:00 PM CST
0:00 PM to 0:00 PM PST

Contact Details:

Email: xxxxxxxx@gmail.com
Mobile: 91-xxxxxxxxxx
WhatsApp: 

Note: Above contact details are only for ‘Selenium Online Training Course’ related queries.

Selenium Online Training Certificate
Selenium Online Training Certificate
Modules in our Selenium Online Training:
  1. Java Programming 
  2. Selenium WebDriver
  3. TestNG Testing Framework
  4. Automation Framework
  5. Project

Selenium Training Online Demo Video


Selenium Online Training Prerequisites:

1) Manual Testing 
2) Automation Testing Basics
3) Programming Fundamentals
4) Web Application Fundamentals

Note: These topics are not only for learning Selenium, and also for working using Selenium.


Selenium Online Training Syllabus

Module I) Selenium Fundamentals…

1. Introduction to Selenium

i) What is Selenium?
ii) History of the Selenium Project
iii) Selenium Components / Selenium’s Tools suite
a) Selenium IDE
b) Selenium RC
c) Selenium WebDriver
d) Selenium Grid
iv) Platforms supported by Selenium
v) Selenium License
vi) Advantages of Selenium
vii) Disadvantages of Selenium
viii) Testing Frameworks and other tools used in Selenium
ix) Selenium Environment Setup

Software Test Life Cycle / Software Test Process

i) Test Planning
ii) Test Design
iii) Test Execution
iv) Test Closure

Selenium Test Process / Selenium Test Life Cycle

i) Test Planning
ii) Generate Basic Tests / Test cases
iii) Enhancing Tests / Test Cases
iv) Running Test cases & Debugging Test Cases
v) Analysing Test Result and Report Defects

 2. Java for Selenium – Overview of Java Programming

Core Java / Java Standard Edition
i) Comments in Java
ii) Data Types in Java
iii) Java Modifiers
iv) Variables in Java
v) Operators in Java
vi) Java Control Flow Statements
a) Conditional Statements (Ex: if…)
b) Loop Statements (Ex: for…)
c) Branching Statements (Ex: break…)
vii) String handling in Java
viii) Arrays and ArrayList in Java
ix) IO Operations and File Handling in Java
x) Java Methods
a) Java Predefined Methods
b) Java Built-in Methods
xi) Exception Handling
xii) Java Object Oriented Programming System (OOPS) Concepts
a) Inheritance
b) Polymorphism
c) Abstraction
d) Encapsulation
Interfaces in java
Constructor in Java

Module II) Java Programming for Selenium

1. Java Environment Setup

i) Uses of Java
ii) Java Syntax
iii) Java Environment Setup
iv) Write first Java Program…

2. Java Program Structure

i) Java Program Structure
a) Documentation Section
b) Package Statement
c) Import Statement/s
d) Class Declaration
e) Interface Section
f) main Method (Java Program Execution Starts from the main method)
g) Declaration Statements
h) Normal Statements
i) Code Blocks
j) Object Creation Statement, etc…
ii) Java Program Example

3. Java Comments, Modifiers, and Data Types

i) Java Comments
ii) Java Modifiers
a) Access Modifiers
b) Non -Access Modifiers
iii) Java Data Types
a) Primitive Data Types
b) Non-primitive Data Types

4. Java Variables and Operators

i) Java Variables
a) What is Variable?
b) Declaration of Variables
c) Assign values to Variables
d) Variable Naming Restrictions
e) Types of variables in Java
ii) Java Operators
a) Arithmetic Operators
b) Assignment Operators
c) Comparison Operators
d) Logical Operators
e) Miscellaneous Operators

 5. Java Control Flow Statements Part-1

i) Conditional Or Decision Making Statements
a) Types of Conditional Statements
b) Types of Conditions
c) Usage of Conditional Statements / Decision-Making Statements
d) Java Programming Examples

6. Java Control Flow Statements Part-2

i) Java Loop Statements…
a) for loop
b) while loop
c) do while loop
d) Enhanced for loop
ii) Branching Statements
a) break
b) continue
c) return

7. Java Strings, and Arrays

i) String Handling in Java
a) What is String?
b) Create and Use Strings
c) Concatenating Strings
d) String Comparison
e) Find String Length
ii) Java Arrays
a) What is Array?
b) Declare and Use Arrays
c) Creating different Types of Arrays
d) Copy values from one Array to another (Copy Array)
e) Advantages and Disadvantages of Arrays

8. Java IO Operations

i) Java IO Operations
a) Java Input Operations
b) Java Output Operations
ii) File Handling in Java
a) File System Operations
b) Create a Folder
c) Delete a Folder
d) Create a Text File
e) Create different Files
f) Read a Text File
g) Write data to a Text file
h) Read a Text File and write to another file.

9. Exception Handling in Java

i) What is an Exception in Programming?
ii) Types of Exceptions
iii) Common scenarios where Exceptions may occur
a) Scenario where ArithmeticException may occur
b) Scenario where NumberFormatException Occurs
c) Scenario where NullPointerException occurs
d) Scenario where ArrayIndexOutofBoundsException occurs

10. Java Methods – User Defined Methods

i) What is Method?
ii) Introduction to Java Methods
iii) Types of Methods
iv) User Defined Methods
a) Methods with return value
1) Call methods by invoking Object (Non-static Methods)
2) Call methods without invoking Object (Static methods)
b) Methods without return any value
1) Call methods by invoking Object (Non-static Methods)
2) Call methods without invoking Object (Static methods)

11. Java Predefined Methods

i) String Methods
ii) Number Methods
iii) Character Methods
iv) Array Methods Etc…

12. Java OOPS – Inheritance

i) Java Object Oriented Programming System
ii) Java Inheritance
a) What is Inheritance?
b) Types of Inheritance in Java
c) Reusing Class members between two classes without inheritance in the same package
d) Reusing Class members between two classes with inheritance in the same package
e) Reusing Class Members (Multi-Level) without inheritance in the same package
f) Reusing Class Members (Multi-Level) with inheritance in the same package
g) Reusing Class Members from two different packages in the same project
h) Reusing Class Members from two different packages as well as two different projects

13. Java Polymorphism, Abstraction and Encapsulation

i) Polymorphism
a) What is Polymorphism?
b) Compile Time Polymorphism / Method OverLoading
c) Run Time Polymorphism / Method Overriding
ii) Abstraction
a) What is Abstraction?
b) When do we go for Abstract Methods?
c) Inherit Abstract Class (Class Members)
d) How to call methods in Home Class/Abstract Class?
iii) Java Interfaces
iv) Encapsulation

14. Miscellaneous Topics (Java)

i) Java Constructor
ii) Calling Methods inside other Methods
iii) Data Type Conversion
iv) Types of Output in Java

Module III: Selenium WebDriver

1. Introduction to Selenium WebDriver

i) What is Selenium WebDriver?
ii) Advantages of Selenium WebDriver
iii) Drawbacks of Selenium WebDriver
iv) Writing Selenium WebDriver Test Steps
v) Types of Statements/Steps in Selenium Test cases

2, Selenium WebDriver Environment Setup

i) Selenium WebDriver Environment Setup
(Download and Extract Eclipse IDE, Download & Install Java, Download Selenium WebDriver Java Language binding and add to Java Project in Eclipse IDE)
ii) Write first Selenium Test Case and Execute

3. Web Elements and Operations on the Web Elements

i) Introduction to Web Environment
ii) Web Elements (Page, Button, Link, Edit Box, Text Box, Drop Down Box, List Box, Combo Box, Radio Button, Check Box, Web Table, and Frame Etc…)
iii) Manual Operations on Web Elements

4. Element Locators in Selenium

i) What is Element Locator?
ii) Why do we need to use different locators?
iii) How to inspect Elements?
iv) Element Locators Selenium
a) id
b) name
c) className
d) tagName
e) linkText
f) partialLinkText
g) cssSelector
h) xpath

5. Selenium WebDriver API Commands

Categories of WebDriver Commands:
i) Browser Regular commands
ii) Browser Navigation commands
iii) Regular Commands on Web Elements
iv) Verification Commands on Web Elements
v) Other Commands

6. Element Handling in Selenium Part-1

Prerequisites to create Test Cases in Selenium WebDriver
i) Element Locators
ii) Selenium WebDriver Commands
iii) Java Programming Concepts
iv) Handling Browser
v) Handling Edit Box

7. Handling Elements in Selenium Part-2

i) Handling Text Area, Error Message, and Popup Window
ii) Handling Button
iii) Handling Link
iv) Radio Button
v) Image, Image Button, and Image Link

8. Handling Elements in Selenium Part-3

i) Handling Check Box
ii) Handling Dropdown Box
iii) Handling Web Table
iv) Handling Frames…
v) Handling Mousehover

9. Writing Selenium Test Cases

Prerequisites for writing Selenium WebDriver Test Cases…
i) Test Scenario or Manual Test Case
ii) Element Locators to Locate/Recognize/Identify Elements/Objects
iii) Selenium WebDriver API Commands to perform operations on Elements
iv) Programming Concepts to enhance the Test Cases
v) Testing Framework (Junit/TestNG) to group Test cases, prioritize Test cases, execute Test batches and generate Test Reports
vi) Test Case 1: Verify Internal and External Links in a Website
vii) Test Case 2: Verify an Element Existence in a Web Page
viii) Write a Negative Test Case with Exception Handling

10. Writing Selenium Test Cases Part-2

i) Test Case 4: Customer Registration in gcrShop Web portal User Interface
ii) Test Case 5: Verify Customer Login to gcrShop User Interface
iii) Test Case 6: Admin Login to gcrShop Admin Interface

11. Writing Selenium Test Cases Part-3

i) Data-Driven Testing
ii) Batch Testing

12. Writing Selenium Test Cases Part-4

i) Write a Test Case for Admin Login Locking Functionality
ii) Write a Test Case for Positive and Negative Testing for Admin Login Functionality
iii) Synchronization in Selenium WebDriver
a) What is Synchronization?
b) Why Synchronization?
c) When Synchronization is required?
d) How to identify the Synchronization Problem?
e) How to Synchronize AUT and Test Tool (Selenium WebDriver)

13. Writing Positive and Negative Test Cases

i) Writing Positive Test cases
ii) Writing Negative Test Cases with Exception Handling

14. Page Object Model in Selenium

Module IV: TestNG Testing Framework for Selenium

1. TestNG Testing Framework for Selenium Part-1

i) Introduction to TestNG Testing Framework
ii) Install TestNG and write First TestNG Test Case
iii) Create multiple Test Cases and Run
iv) Prioritize Test Cases

2. TestNG Testing Framework Part-2

i) TestNG Annotations
ii) TestNG Attributes
iii) Execute multiple Programs/Classes using XML

3. TestNG Testing Framework Part-3

i) Grouping Test Cases using XML
ii) Parallel Testing using TestNG
iii) Data-Driven Testing using @DataProvider

Module V: Selenium Automation Framework 

Selenium Automation Framework Design & Implementation

1. Selenium Automation Framework Design

i) Maven Integration with Selenium
ii) Create Maven Project and add Software dependencies
iii) Create multiple Packages to store Test Automation Resources
iv) Page Object Model (POM)

2, Selenium Automation Framework Implementation

i) Create Object Repositories using POM
ii) Create customized Commands
iii) Create Reusable Functions
iv) Create Test Cases using Automation Resources
v)   Jenkins Integration with Selenium
vi) Execute Test Cases and View Result Reports

Module VI: Selenium Live Project

Selenium Live Project with Selenium WebDriver, Java, and TestNG

1. Software Testing Project Part-1

i) Project Environment and Information
ii) Project Description
iii) Stake Holders of the Project
iv) Interfaces of the Project/AUT
v) Features to be tested in Admin Interface

2. Software Testing Project Part-2

i) Features to be tested in User Interface
ii) Test Requirements, Test Scenarios, and Test cases…
iii) Derive Smoke Test Scenarios for Admin Interface
iv) Derive Smoke Test Scenarios for User Interface
v) Derive Comprehensive (All Possible) Test Cases for Admin Interface
vi) Derive Comprehensive (All Possible) Test Cases for User Interface

3. Software Testing Project Part-3

Automate Admin Interface Smoke Test Cases using Selenium WebDriver, Java, TestNG, and Maven

4. Software Testing Project Part-4

Automate User Interface Smoke Test Cases using Selenium WebDriver, Java, TestNG, and Maven

Selenium Online Training provides you to enhance Software Automated Testing Skills and Programming Skills.

Software Testing Live Project

Selenium Online Training Course Syllabus
 
 

Selenium Online Training FAQ

1. What are the prerequisites to learn this Selenium? 
  1. Manual Testing Experience or Knowledge
  2. Computer Programming Fundamentals
  3. HTML Fundamentals
2. What are the subjects in this Selenium Training Course?
  1. Selenium WebDriver
  2. Java
  3. TestNG
  4. Automation Framework
  5. Project 
3. What is the fee structure for this training?
 
The Course fee is 15, 000 INR (Fifteen Thousand), a one-time payment, with no installments.
 
4. Can I rejoin this course free of cost?
 
Once you join this course then you can rejoin this course free of cost within 2 years.
 
5. Can I get recorded videos?
 
Yes, you can get recorded videos and class notes after live classes.
 

6. How to install Selenium on my computer?

We will show the Selenium Test Environment setup in a class, after the class you can install Selenium and practice, and Selenium is open-source software.

7. Can I join in this training even though I don’t have any programming knowledge?

If you have computer programming knowledge then it is easy to learn automated testing, otherwise no issue, anyhow we teach Programming from basics.

8. Can I pay the course fee in installments?

Sorry, we are not providing any installments, you need to pay the fee at a time.

9. What about the Project in this Training?

we have a sample project in this training program, after the training you can practice Selenium using the sample project.

10. Can I get Manual Testing Material from you?

Sure, you can download the Manual Testing Material PDF from the below link

Manual Testing Material Download

11. Can I get Selenium Course Brochure?

Selenium Course Brochure

12. What about Selenium Certification?

According to Selenium’s official website (www.selenium.dev), there is no valid Selenium certification since it is open-source software. Some training institutes are providing Selenium Certification but they are invalid.

Follow me on social media: