Selenium: Difference between revisions

From Genecats
Jump to navigationJump to search
(→‎Selenium Resources: added links)
Line 36: Line 36:
* [http://thetestingblog.com/ The Testing Blog]
* [http://thetestingblog.com/ The Testing Blog]
* [http://www.softwaretestinghelp.com/category/testing-best-practices/ Software Testing Best Practices blog]
* [http://www.softwaretestinghelp.com/category/testing-best-practices/ Software Testing Best Practices blog]
* [http://wiki.answers.com/Q/Is_there_a_generic_checklist_for_Website_Testing Web application testing checklist]
* Web application testing checklists:
** on [http://wiki.answers.com/Q/Is_there_a_generic_checklist_for_Website_Testing wiki.answers.com]
** [http://www.adminitrack.com/articles/TestingYourWebApps.aspx Testing Your Web Apps]

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