Selenium: Difference between revisions

From Genecats
Jump to navigationJump to search
(→‎Resources: added links)
No edit summary
Line 30: Line 30:
* [http://seleniumexamples.com/blog/ Selenium Examples blog] - examples and tips for Selenium
* [http://seleniumexamples.com/blog/ Selenium Examples blog] - examples and tips for Selenium
* [http://www.seleniumconf.org/ Selenium Conference]
* [http://www.seleniumconf.org/ Selenium Conference]
=General Automated Testing Resources=
* [http://thetestingblog.com/ The Testing Blog]

Revision as of 00:59, 19 November 2011


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

The Basics

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