Selenium Certification Training

This Selenium Certification Training program is designed to get participants familiarized with the web testing tool. The Selenium Certification teaches in depth concepts of Selenium WebDriver 3 and Java. It focuses on the basics first and then moves towards the

13700
user 29450 Partipants
certifiedLooking for Corporate Training
Click Here
Right Img
Selenium Certification Training
Highly Experienced Trainers
Post Training Assistance
Course Designed According To Requirements
Comprehensive, Interactive Classroom & Online Training

Selenium Course Overview

This Selenium Certification Training program is designed to get participants familiarized with the web testing tool. TheSelenium Certificationteaches in depth concepts of Selenium WebDriver 3 and Java. It focuses on the basics first and then moves towards the advance concepts of Selenium, Java and Framework development. Comfortable to understand, the functional automation testing using selenium java web driver. and understand the basic features of java web driver method. As a professional, you can implement automation framework using Selenium Training Course.

Loading...

COURSE OBJECTIVES

  • Practice Selenium basics through the Selenium Training Course Program
  • Grasp Selenium features and Components
  • Attain knowledge on Selenium Java Web Driver through Selenium Certification.
  • Master the use of Selenium Java Advanced Web Driver
  • Gain insight of Selenium IDE

AUDIENCE

  • Fresh Graduates
  • Manual Tester
  • Automation Tester
  • Java Developer

 

Course Outline

Selenium Basics

  • What is selenium?
  • Why selenium?
  • Selenium tool suite
  • Selenium IDE
  • Selenium RC
  • Selenium web driver
  • Selenium Grid
  • Different Automation tool

Selenium Trainings

  • Describe selenium and its purpose
  • Understand selenium Ide
  • Explain Junit
  • Explain Locators
  • Selenium RC
  • Selenium testNG framework
  • TestNG Report

Selenium WebDriver

  • Introduction to selenium web driver
  • Different types of web driver
  • Overview of WebDriver method
  • Setup WebDriver method in Eclipse Project
  • Creating script in java using selenium Web Driver
  • Identify and understand the object
  • Different Web Driver method
  • Working with buttons, checkbox, radio button
  • Handle popup windows

Selenium WebDriver Advance

  • Implicit and Explicit wait
  • Working with proxy and profile
  • Taking screenshot
  • HTML5
  • Grid implementation

Choose Your Preferred Mode

ONLINE TRAINING

ONLINE TRAINING

  • Instructor led Online Training
  • Experienced Subject Matter Experts
  • Approved and Quality Ensured training Material
  • 24*7 learner assistance and support
CORPORATE TRAINING

CORPORATE TRAINING

  • Customized Training Across Various Domains
  • Instructor Led Skill Development Program
  • Ensure Maximum ROI for Corporates
  • 24*7 Learner Assistance and Support

FAQ’s

What is automation and advantage of automation?

  • The process of converting the manual test cases to test scripts by using any automation tool is known as Automation
  • Advantages:
  • It saves time by executing the test cases without manual effort
  • CTC(Cost to the company) can be saved
  • We can maintain Accuracy by repeating the same task in same manner
  • Bugs can be identified
  • We can report the bugs to the developer
  • We can ensure for quality

What are the components available in Selenium?

  • Selenium contains 4 components
  • Selenium IDE 2. Selenium RC 3. Selenium WebDriver 4. Selenium Grid

Why should we go for Selenium instead of QTP (or) How is Selenium different from commercial browser automation tools?

  • Selenium is an opensource automation tool
  • It supports multiple languages like Java,C#,Perl,python,Ruby,HTML and PHP
  • It supports Firefox, IE, Google chrome, Safari and Opera
  • Supports Windows, Linux and Mac
  • Supports Web and mobile Applications
  • Its very flexible and extendable

What is Selenium IDE?

  • IDE stands for integrated Development environment
  • It is for Record and Run the Scripts
  • Selenium IDE is an add on for Firefox
  • Its accountable for user actions
  • Recorded script can be viewed in the supported languages like HTML, JAVA, C#, Ruby, Python
  • Recorded script can be run against other browsers also by using Selenium RC or Webdriver

How many test cases can be automated per day?

It always depends on the application and test cases. But on and average we can automate 5 to 6 test cases per day. Ex: 1. For analysing the test cases 2. Developing the script 3. Debugging and executing the script 4. Stabilizing the script

What challenges you have faced with Selenium?

  • Challenge means problems or issues
  • Maintaining synchronization is a challenge in Selenium
  • Handling Desktop, Flex, Flash elements is challenge with selenium.
  • Proving the user defined Results a challenge
  • Taking the data from the application is a challenge

How to handle SSL Certificate issue in Firefox with Webdriver (or) How do you handle the secured connection error in HTTPS?

  • FirefoxProfile profile = new FirefoxProfile();
  • profile.setAcceptUntrustedCertificates(true);
  • profile.setAssumeUntrustedCertificateIssuer(false);
  • driver=new FirefoxDriver(profile);

What is the latest version of Selenium available?

selenium-server-standalone-2.42.3.jar

How to handle SSL certication issue in IE?

  • Add the below command after opening the browser.
  • driver.navigate().to(“javascript:document.getElementById(‘overridelink’).click()”);

How to change the port number for Selenium RC?

  • Syntax: -jar seleniumJarfileName -port anyFourdigitNo
  • Ex: -jar selenium-server-standalone-2.33.0.jar -port 1234

How do you start Selenium RC from command prompt?

  • Save the selenium jarfile (Selenium-server-standalone-2.34.0.jar) in any folder (Ex: D:/Library)
  • Open command prompt
  • Navigate to the path where you have saved the jar file and follow the below steps
  • D:
  • cd D:/Library
  • java -jar selenium-server-standalone-2.34.0.jar

What locators available in Selenium RC?

  • ID
  • Name
  • CSS (Cascade style sheet)
  • XPATH (Relative xpath and Absolute xpath)
  • Dom

What locators available in Selenium Webdriver?

  • ID
  • Name
  • CSS
  • XPATH
  • Classname
  • TagName
  • LinkText
  • Partial Link Text

How to create DefaultSelenium object and what parameters needs to be pass?

  • DefaultSelenium selenium= new DefaultSelenium(“localhost”,4444,”*firefox”,”http://”);
  • localhost – It is the machine name and selenium server should be configured in the specific machine
  • 4444 – It’s selenium port number.
  • firefox – Its is the command to launch firefox
  • http:// – Protocol to open URL

How many types of Xpaths are available?

  • Xpath is two types:
  • Relative XPath
  • Absolute XPath

What is the difference between single and double slash in Xpath?

  • // is the starting point of the Xpath
  • / will navigate into the tag
  • Ex: //html/head/body/div1/div2/……

How to handle Alerts and Confirmation Alerts in WebDriver?

  • We have to navigate to Alert or Confirmation as below,
  • driver.switchTo().alert()
  • To click OK or Cancel on Alert or Confirmation Alert then follow as below
  • driver.switchTo().alert().accept(); — To click OK
  • driver.switchTo().alert().dismiss(); — To click Cancel

Why Vinsys

whyVinsys
Seasoned Instructors
Seasoned Instructors
Official Vendor Partnerships
Official Vendor Partnerships
Authorized Courseware
Authorized Courseware
3,000+ Courses & 2,000+ Modules
3,000+ Courses & 2,000+ Modules
In Synch with Tech-advancements
In Synch with Tech-advancements
Customizable Blended Learning Options
Customizable Blended Learning Options

Need Help Finding The Right Training Solution

Our Training Advisors Are Here For You

Contact Us 
X
Select Language
X
Select Country
X
ENQUIRE NOW
  • Contact Us at :

Please accept cookies for the best website experience. By clicking 'Accept and continue', you agree to the use of all cookies as described in our Cookie Statement. You can change or withdraw your cookie consent at any time.