7
Jan/10
0

Selenium IDE Firefox extension for testing web applications

just came across this tool while researching testing frameworks. Selenium IDE for Firefox is essential for testing a website or web application on an actual browser. It records your actions on the browser and stores them as a test. Then the test can be run everything you want to verify the site still works correctly.