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

Selenium Contents: Additional Configuration in Eclipse IDE For Selenium RC

This document provides an overview of topics related to learning Selenium, an automated testing tool. It discusses configuring the Selenium IDE and Eclipse IDE, using the Selenium WebDriver API to control browsers, working with page elements, implementing data-driven testing with Excel, handling windows and frames, locating elements, configuring browsers like Firefox, Internet Explorer and Chrome, using the TestNG framework for test automation, and running tests on a Selenium Grid for distributed testing.

Uploaded by

Shawn Sriram
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Selenium Contents: Additional Configuration in Eclipse IDE For Selenium RC

This document provides an overview of topics related to learning Selenium, an automated testing tool. It discusses configuring the Selenium IDE and Eclipse IDE, using the Selenium WebDriver API to control browsers, working with page elements, implementing data-driven testing with Excel, handling windows and frames, locating elements, configuring browsers like Firefox, Internet Explorer and Chrome, using the TestNG framework for test automation, and running tests on a Selenium Grid for distributed testing.

Uploaded by

Shawn Sriram
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Selenium Contents Configure Eclipse IDE (Adding selenium

Libraries)
Introduction
Using Firefox Driver API
What is automation testing
Working with Different Elements and
When to go for Automation
programming
Different Automation Tools
Edit boxes
Advantages of Automation
Checkbox, Radio Buttons
Criteria for Automation
Buttons
Difference between Manual Testing &
Automation Testing Process Links
Selecting values from a Dropdown list
Understanding xpath to locate elements
Introduction to Selenium
in webpage
What is selenium Tool
Working with Table Elements
Use of selenium tool in automation
Reading data from Table
Features of Selenium tool
Using Actions class
Differences between Selenium and other
Handing keyboard, mouse events
Tools
Data Driven Testing
Selenium Components What is Data Driven Testing
Selenium IDE How to parameterize the data to the
Selenium Web Driver script using Excel
Selenium Grid Reading, writing data into Excel

Configuration of Selenium IDE & Handling Windows


Dev. Scripts How to handle multiple browser
Recording the scripts in IDE Handling alerts
Running the scripts Handling windows alerts using Auto IT
Saving the scripts and using again tool
Understanding of the objects Handling Frames
identification (id, name)
Test case and Test Suite Recognizing elements in webpage
Languages supported while recording Using xpath, DOM, CSS
Synchronization in Selenium IDE (wait Running java scripts in WebDriver
commands) How to recognize duplicate elements
Using Selenium IDE How to recognize dynamically changing
Learning commands in IDE elements
Placing validations (assert, verify) Using Regular expressions
How to read text / values from
webpage (store commands) Configuring other Browsers
Handling mouse, keyboard events Configure IE browser
Running java script from IDE (user Configure Chrome browser
extensions) Running scripts on different browsers
Limitations of IDE
Additional Configuration in
Configuring Eclipse IDE for Java Eclipse IDE for Selenium RC
& Selenium Configuring External tools
How to Create new java project Running selenium server
How to create a new java class Execution of scripts on different
Running java class browsers
Viewing the results of java program
TestNG Framework
What is TestNG
Web Driver Create TestNG.xml file
Introduction to Web Driver Integrate the Selenium Scripts
and Run from TestNG Selenium Grid
Reporting Results & Analyze Introduction
Run Scripts from MultipleBrowsers RemoteWebDriver
TestNG Annotations Configuring hub
Tags in TestNG xml file Configuring node
Groups Running scripts on remote computer
Reporting Results

You might also like