Selenium

From Genecats
Revision as of 22:20, 9 December 2011 by Greg (talk | contribs) (Added new section on setting up Selenium IDE)
Jump to navigationJump to search


This is mostly a place holder while we develop more content. Here are some useful links...

The Basics

Setting up Selenium IDE

Content coming....

Element Locators

A common way to find elements on a page using Selenium is xPath, however, we should use CSS selectors when possible, as the tests run faster - especially in IE. Here's some info:

Selenium Resources

General Automated Testing Resources