A Great Tool For Testing Web Applications
My first use...
....it helped me out with testing.
First it was easy to install because it is just a Firefox extension which can be retrieved from mozilla.org. Just install it into Firefox and restart the browser.
When using it, I started with the recording feature. When you start recording, it records your interaction with a web page in terms of Selenium events. You can then save these as test cases to be run later.
Selenium was useful to me because it allowed me to test my web application more easily because I was able to use a Selenium script to get my web application to a certain state before testing manually. It also allowed me to write test cases to prove that UI bugs were fixed.
92 Minutes of Lectures on Various Selenium-Related Topics
Google Maps Selenium Tests
...study the work of some of the masters of Selenium.
There is a list of examples and a list of general tests.
Point your browsers at these URLs and run the suites. The Selenium test window will appear in a frame in your browser, and the actual site is at the bottom of the browser. You will then be able to see what they do in the Selenium language in order to drive the Maps apps.
They have also published the code for both of these at Google Code.
Google Tech Talk on Selenium
This video shows how to extend Selenium.
GTAC 2007: Jason Huggins & Jen Bevan - Extending Selenium
The 2nd Annual Google Test Automation Conference (GTAC) in our New York office on August 23 and 24. Jason Huggins & Jen Bevan Extending Selenium into the Browser and out to the Grid.
Runtime: 3501
8934 views
Comments:
curated content from YouTube
The Selenium API
Learn it.
As you learn Selenium, learn what you can do with the API. The more you go back and forth between the API and your Selenium test cases and scripts, the better your understanding will become.
Selenium-related books on Amazon.com
Selenium as a Service
...another example of SaaS?
This is worth considering when you get far enough into using Selenium as a part of your tool chain for developing web applications.
The official Selenium Blog
Fetching RSS feed... please stand by






