Selenium: Difference between revisions
From Genecats
Jump to navigationJump to search
No edit summary |
|||
Line 33: | Line 33: | ||
=General Automated Testing Resources= | =General Automated Testing Resources= | ||
* [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://wiki.answers.com/Q/Is_there_a_generic_checklist_for_Website_Testing Web application testing checklist] |
Revision as of 01:03, 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
- The Official Selenium Blog
- Selenium Users Group (Google)
- SauceLabs Selenium Blogs Posts
- Selenium Examples blog - examples and tips for Selenium
- Selenium Conference