UrbanPro
true

Selenium Automation Testing with Java

LIVE
20 Hours

Course offered by Sreekanth Katar

0 review

Selenium Course Content:

1) Automation :

â?¢ 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 IDE, RC WebDriver & Grid

2) Java for QA:

â?¢ Data Types and Variables
â?¢ String Class
â?¢ Arithmetic Operators & Concatenation operators
â?¢ Conditional & Decision Making
â?¢ Single Dimensional Array
â?¢ Double Dimensional Array
â?¢ Loops (For, While, Nested, Do While Loop)
â?¢ Classes and Objects
â?¢ Class Constructors
â?¢ Functions in Java
â?¢ Function Input Parameters
â?¢ Function Return Types

3) 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

4) 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 browser

5) 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

6) 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
â?¢ Strategy to check dead 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

7) 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

8) 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
â?¢ FireBug & FirePath Add-Ons in Mozilla
â?¢ Various HTML locator strategies
â?¢ XPath Helper Plug-in for Chrome
â?¢ Selection of Effective XPath
â?¢ Handling Dynamic objects/ids on the page

9) 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

10) Launching different browsers using WebDriver : This topic will make you familiar with the concept of browsers in WebDriver and how to launch different types of browsers using WebDriver. This will also covers the Challenges faced in using browser other than firefox.
â?¢ Launching IE
â?¢ Challenges with IE Browser
â?¢ IE driver server and path settings
â?¢ Launching Chrome
â?¢ Chrome server and path settings

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

12) Action 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
â?¢ Finding Coordinates of a Web Object
â?¢ Drag and Drop Action

13) Auto IT : AutoIT is third party tool which is used for Desktop automation. In Selenium world sometimes there Is a need of automating windows component in browser automation script. So automation done through AutoIT can be called with Selenium Scripts.
â?¢ What is AutoIT and its usage
â?¢ Downloading of AutoIT
â?¢ Usage of AutoIT in Selenium
â?¢ Upload, download files using AutoIt
â?¢ Handling http user authentication with AutoIT

14) 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 FireFox profile
â?¢ How to set up IE profile
â?¢ HTTP user authentication in Mozilla
â?¢ HTTP user authentication in IE
â?¢ Certificate handle in Mozilla
â?¢ Certificate handle in IE

15) Java Tutorial
In this class we dive deep into understanding Instances, classes and Inheritance which are prerequisite to Automation Framework. We will also take a look at how program control flows and how we can alter it to suit our needs.
â?¢ Local & Global Variables
â?¢ Static Variable & Function
â?¢ Modifiers â?? Access Modifiers
â?¢ Modifiers â?? Non Access Modifiers
â?¢ Overloading and Overriding Functions
â?¢ Inheritance
â?¢ Polymorphism
â?¢ Exception and Error
â?¢ Final and Finally Keyword
â?¢ Throw and Throws

16) TestNG 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

About the Trainer

Sreekanth Katar picture

Avg Rating

0 Reviews

0 Students

1 Courses

Sreekanth Katar

B.Tech in Information Technology

2 Years of Experience

I have been working as Software Testing Engineer and having 5 years in the area of Software Testing. 3+ years in Automation and 2 years in Manual Testing. I am sure that you will become Master in Selenium Web Driver once you took my course.

Students also enrolled in these courses

LIVE
30 Hours

Course offered by Anand

0 review
LIVE
40 Hours

Course offered by Anand

0 review
LIVE
30 Hours

Course offered by Anand

0 review
LIVE
50 Hours

Course offered by Mr.Kishore

3 reviews

Tutor has not setup batch timings yet. Book a Demo to talk to the Tutor.

Different batches available for this Course

No Reviews yet!

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

tickYou have successfully registered

Selenium Automation Testing with Java by Sreekanth Katar

Sreekanth Katar picture
LIVE

Class
starts in

01

Hour

01

Min

01

Sec

Select One

Register Now

Do you want to Register for this Free class?

Yes, Register No, not right now

Tell us a little more about yourself

Selenium Automation Testing with Java by Sreekanth Katar

Sreekanth Katar picture
LIVE

Class
starts in

01

Hour

01

Min

01

Sec

Please enter Student name

Please enter your email address.

Please enter phone number.

Verify Your Mobile Number

Please verify your Mobile Number to book this free class.

Update

Please enter 10 digit phone number.

Please enter your phone number.

Please Enter a valid Mobile Number

This number is already in use.

Resend

Please enter OTP.

Or, give a missed call and get your number verified

080-66-0844-42

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more