In this screencast, some comments/thoughts/advice about using Selenium:
- Sharing tests within a project
- Pushing and pulling tests with Git
- Using fixed URLs rather than links in relative elements on the page
- Using one test suite for each user story
- Having one suite containing all tests
- Starting all tests cases/suites as anonymous visitor
- Reusable test cases for logging in with different accounts
- Using Selenium tests to run profile installations
- Using Selenium to run post-installation tasks
Additional Resources: