Selenium: Difference between revisions

From Genecats
Jump to navigationJump to search
Line 14: Line 14:
* [http://seleniumhq.org/docs/ Selenium documentation]
* [http://seleniumhq.org/docs/ Selenium documentation]
** [http://seleniumhq.org/docs/06_test_design_considerations.html Test Design Considerations]
** [http://seleniumhq.org/docs/06_test_design_considerations.html Test Design Considerations]
* [http://agiletesting.blogspot.com/2006/03/ajax-testing-with-selenium-using_21.html Testing Ajax apps with Selenium] - note that the plugin this article mentions is now part of Selenium core.


=Element Locators=
=Element Locators=

Revision as of 01:21, 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