0% found this document useful (0 votes)
27 views

Selenium Course Content

Learn Selenium Course in Chennai at Credo Systemz. We offer Selenium Training from the automation experts who are specialists in selenium and have more than 13+ years of industry experience. We provide you with the top-class Selenium Training in Chennai with unique Selenium Course content which ensures the absolute Practical oriented Selenium course. https://www.credosystemz.com/training-in-chennai/best-selenium-training-in-chennai/

Uploaded by

aswini sowmiya
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Selenium Course Content

Learn Selenium Course in Chennai at Credo Systemz. We offer Selenium Training from the automation experts who are specialists in selenium and have more than 13+ years of industry experience. We provide you with the top-class Selenium Training in Chennai with unique Selenium Course content which ensures the absolute Practical oriented Selenium course. https://www.credosystemz.com/training-in-chennai/best-selenium-training-in-chennai/

Uploaded by

aswini sowmiya
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Selenium

Software testing

Selenium Course Curriculum


Our Selenium Training course ensures effective training with our updated Selenium course
content which covers all the necessary advanced testing concepts, techniques from scratch and
the skill set needed for uplifting to a testing professional with Selenium, automation testing tools
with Selenium IDE, Selenium WebDriver, Selenium RC and Selenium Grid prepared by our testing
expert trainers for successful career growth.
Who We Are
Credo Systemz boasted as the Best IT Training institute
in Chennai, aim in educating the workforce to the IT
industry. Along with a team of highly experienced and
qualified trainers, we offer state of the art training with
excellent infrastructure to keep you above par for the
emerging IT skill trends. Upgrading my professional skill
With individual attention to our Customers, unique
with Selenium at Credo Systemz is
mentorship from trainers with hands-on project training, truly an enriching experience. Also,
career & placement guidance, we have 15000+ happy I would be glad to recommend this
customers who have distinguished us from our competi-
to my friends who are looking for a
tors, with their satisfied reviews.
breakthrough in their careers. My
faculty helped me in understanding
the basics and criticalities of the
Why Choose US tool and its importance of it in the
Be it an individual or a corporate collaboration, our ded- industry No doubt, Credo Systemz
icated team will serve and assist you for your needs to was my right choice.
enhance the effectiveness of training with utmost com-
mitment to your professional development. Also, with - Kowsi
comprehensive course duration & Flexible schedule & Automation Test Engineer
training pattern, allowing candidates to choose between
week day \ week end sessions, or online learning ses-
sions or for our corporate friends to conduct the training
in their office premises, we are committed to deliver as
per the need of our customer.

Real Time Projects Lifetime Support & Access


Live project based on most of Lifetime access to our LMS and
the selected use cases, involv- Technical Forum for 24x7 online
ing the various methodologies support team who will resolve
of Automation Testing. all your technical queries.

Hands-on Assignments Assured Placement


All the sessions will have chal- Our dedicated Placement Team
lenging practical assignments always touch with our client
which makes you stronger in companies and find the right
Selenium and Clear Interviews. jobs for you until you get your
Dream Job.

Expert Faculty Certification


Our Selenium curriculum has Successful completion of the fi-
been specifically designed and nal project will get you certified
delivered by our expert faculty as a Selenium Certified Profes-
who has great industry exposure. sional by Credo Systemz.
2 w w w. c r e d o s y s t e m z . c o m
01 Introduction To
Automation Testing

Topics

• What is automation testing? • What is the use of automation • What is the difference between
testing? Selenium and QTP?
• When Automation Testing is
needed? • Different Automation Tools
available in the Market.

02 Basics Of Java –
Introdution Of Java

Topics

• Java Installation • More about JVM,JRE&JDK • Data Types in Java


• Introduction to all predefined • Types of Variables
packages

Hands-on Practicals:

• Implementing Calculator Functionality

03 OBJECT ORIENTED
PROGRAMMING CONCEPTS

Topics

• Introduction to OOPS • Final Keyword • Encapsulation


• Class • Inheritance and Types • Abstract classes
• Object • Working with super classes • Interfaces
and subclasses
• Local, Instance and • String Methods
static variables • Super Keyword
• Collections
• Constructors • Using types of polymorphism
• Exception Handling
such as overloading,
• Methods
overriding, and dynamic
• Arrays binding
• This keyword • Abstraction

3 w w w. c r e d o s y s t e m z . c o m
Hands-on Practicals:

• Java Logical Programs from • Interview Questions


Interview Point of View. Discussion.

04 I/O STREAMS

Topics

• I/O using Java • Files (Create/Read/Write


operations on files)

Hands-on Practicals:

• Reading Values from the File and Perform Java Logical Programs.

05 Introduction
To Selenium

Topics

• What is Selenium? • Advantages of Selenium • Architecture of Selenium


WebDriver

06 Components
In Selenium

Topics

• IDE Overview • Selenium-Grid Selenium 4.0


• RC Overview • Selenium Web Driver/

4 w w w. c r e d o s y s t e m z . c o m
07 Selenium Ide

Topics

• Installing IDE • IDE Context Menu • Adding IDE comments


• IDE icons • Assert • Write your own IDE script
without record and playback
• Recording your first test • Verify
with IDE

Hands-on Practicals:

• Writing the Record and PlayBack Script with Validation in the Form Submission Application

08 Selenium Web
Driver

Topics

• Selenium Internal Architecture • Drivers for Firefox, IE, Chrome, • What is the difference between
Opera, Safariand HTML Unit RC and WD?
• Downloading web driver Jars
Driver.
configuring in eclipse • Installing and Configuring
Eclipse for Web Driver

09 Locators In Selenium

Topics

• ID • Class Name • Partial Link Text


• Name • Link Text • X-Path

Hands-on Practicals:

• Interview Questions Discussion.

5 w w w. c r e d o s y s t e m z . c o m
10 Exploring Web Driver

Topics

• Edit box • Capture screenshots • Handling confirmation


messages
• Link • Synchronization Commands
In Web Drive • Keyboard actions
• Button
• Implicit wait • Mouse actions
• Checkbox
• Explicit wait • Handling I frames
• Radio Button
• eb Driver wait • Handling multiple tabs
• Drop Down Box
• File uploads and File • Handling popups
• Select value
downloads
• Preparing web driver test
• Display all values
• Handling alerts cases using customized x-path
• Select values step by step
• HandlingWebTables

Hands-on Practicals:

• Performing End to End • Performing End to End • Handling WebTables in the Live
Scenarios in Ecommerce Scenarios in User Registration Score Card.
Application. Application.
• Performing Functionality Test
in the Banking Application.

11 Data Driven
Framework

Topics

• Interacting with Database • Interacting with XML


• Interacting with Property File • Interacting with Excel

Hands-on Practicals:

• Interacting with Database


• Retrieving Values from the Property file and perform End to End Scenarios in Live Projects
• Reading and Writing Values from the Excel File and perform End to End Scenarios in Live Projects.

6 w w w. c r e d o s y s t e m z . c o m
12 TestNG Framework

Topics

• How to Install TestNG plug-in • Creating Test suites using • Preparing TestNG Parallel Suite
in Eclipse? TestNG
• Running test multiple times,
• TestNG Annotations • Reports generation using depends on Methods,Grouping
TestNG
• TestNG sample script • TestNG Listener Sample
• Parameterized test cases Program
• Selenium testing script from
using TestNG framework
scratch

Hands-on Practicals:

• Implementing the Live Project Using TestNG

13 BDD – CUCUMBER

Topics

• How to Set up Cucumber in • How to integrate Testng with • Parameterization in Cucumber


Eclipse Cucumber
• Data Driven Testing using
• About Feature,Step Definition • Gherkin Keywords Examples Keyword and Data
and Runner Class Table.
• Cucumber Options

14 PAGE OBJECT MODEL


DESIGN PATTERN

Topics

• Why Page Object Model & • POM Design Rules • Implementation of testcases
When it will be effective using POM framework
• POM Implementation of Rules

Hands-on Practicals:

• Developing the TestNG Framework using POM Design Pattern in the Live Project.

7 w w w. c r e d o s y s t e m z . c o m
15 Reporting

Topics

• Installing Extent Report Plugin • Methods in Extent Report • Extent Report Implementation
in Eclipse

Hands-on Practicals:

• Generating the Live Report which Include Failure Screenshots

16 Code Repository

Topics

• Git Commands (Init,Git • Git Hub Implementations


Commit,Git Pull,Git Push ..)

17 Build Tools

Topics

• Maven Features • Maven Automation • Best Practices


Project Build
• Maven Build Process and
Dependencies

8 w w w. c r e d o s y s t e m z . c o m
18 CI Tools

Topics

• Install Jenkins • Schedule the build


• Setup Maven Project in • Best Practices
Jenkins

19 Real Time Project


Implementation

Topics

• Commerce Project • Travel Booking • Sample Banking Application

9 w w w. c r e d o s y s t e m z . c o m
Real Time Projects For - Case Studies

1 2 3

Implementing Continues Implementing the Hybrid Implementing the Hybrid


Integration(CI) using Jenkins Framework using Page Framework using Page Object
tool and Trigger the Project Object Model and Page Model esign Pattern with the
Frame Work Factory Design Pattern help of BDD (Cucumber).
with the help of TestNG.

Creating the Maven Job in Jenkins Creating the Maven Project and Creating the Maven Project and
and Trigger the POM.xml based on add all the project dependencies. add all the project dependencies.
every check-in that happens in Step by Step implementation of Step by Step implementation of
Source Code Management and Hybrid Framework for Live Hybrid Framework for Live
sending the test result to email distro Banking Application using Page E-Commerce Application using
after live e-commerce application Object Model and Page Factory Page Object Design Pattern with
validation., Design Pattern. the help of BDD.

All the way from skilling to placement


end-to-end Career Support

SESSIONS WITH MOCK


INDUSTRY MENTORS INTERVIEWS
Attend sessions from top Mock interviews to make you
industry experts and get guidance prepare for cracking interviews
on how to boost your career growth by top employers

RESUME GUARANTEED INTERVIEWS


PREPARATION & JOB SUPPORT
Get assistance in creating Get interviewed by our
a world-class resume from 400+ hiring partners
our career services team

10 w w w. c r e d o s y s t e m z . c o m
Completion Certificate
Credo Systemz's certificate is
highly recognized by 1000 +Global
companies around the world.
Recent Placed Candidates

Ram Kumar

Suganya

Sathish

Vinoth

Kunal

Ramya
GET IN TOUCH

CREDO SYSTEMZ – VELACHERY


[email protected] New # 30, Old # 16A, Third Main Road,
Rajalakshmi Nagar, Velachery,
(Opp. to Murugan Kalyana Mandapam),
www.credosystemz.com Chennai - 600 042.

CREDO SYSTEMZ – OMR


Plot No.8, Vinayaga Avenue,
Velachery – +91-9884412301 Rajiv Gandhi Salai, (OMR), Okkiampettai,
OMR – +91-9600112302 Landmark - Behind Okkiyampet Bus Stop,
Next to Buhari Hotel,
Chennai – 600 097.

You might also like