Selenium: Difference between revisions

From Genecats
Jump to navigationJump to search
(Added new section on setting up Selenium IDE)
Line 16: Line 16:


* [http://agiletesting.blogspot.com/2006/03/ajax-testing-with-selenium-using_21.html Testing Ajax apps with Selenium] using waitForCondition - note that waitForCondition is now part of Selenium core (not a plugin as this article mentions).
* [http://agiletesting.blogspot.com/2006/03/ajax-testing-with-selenium-using_21.html Testing Ajax apps with Selenium] using waitForCondition - note that waitForCondition is now part of Selenium core (not a plugin as this article mentions).
=Setting up Selenium IDE=
Content coming....


=Element Locators=
=Element Locators=

Revision as of 22:20, 9 December 2011


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