Selenium Tutorial Day 1-0 - Selenium and IDE Overview
Selenium Tutorial Day 1-0 - Selenium and IDE Overview
Selenium
Web Test Tool Training
Discover the automating power of Selenium
Presented by:
Kangeyan Passoubady (Kangs)
Copy Right: 2009, All rights reserved by Kangeyan Passoubady (Kangs). Republishing requires author’s permission
1
Day
Selenium Overview
Selenium IDE Introduction
Selenium.
•Selenium is used for treating Mercury Poisoning
Discover the automating power of Selenium
Copyright © 2009-2011 by Kangeyan Passoubady (Kangs) 5
Story about Selenium
• Mercury Quality Center (MQC) is developed by Mercury
Interactive Corporation (Now HP owns it)
Mercury
• Selenium consists of
–Selenium Core
–Selenium RC
–Selenium Grid
–Selenium on Rails
–Selenium IDE
Discover the automating power of Selenium
Copyright © 2009-2011 by Kangeyan Passoubady (Kangs) 8
Selenium IDE
• Selenium IDE (SIDE) is a complete
Integrated Development Environment
(IDE) for Selenium tests (previously
known as Selenium Recorder).
• Firefox extension that allows recording
and editing of tests
• Allows easier development of tests
• Can output Ruby for it’s Ruby based
(Application Programming Interface) API
Discover the automating power of Selenium
Copyright © 2009-2011 by Kangeyan Passoubady (Kangs) 9
Selenium IDE Features
• Record and playback
• Intelligent field selection will use IDs, names, or XPath
as needed
• Auto complete for all common Selenium commands
• Walk through test cases and test suites.
• Debug and set breakpoints
• Save tests as HTML, Ruby scripts, or other formats
• Support for Selenium user-extensions.js file
• Option to automatically assert the title of every page
• Rollup common commands