
ActivIT Automatron
A scripting tool for browser automation. By executing user given instructions contained in a javascript "TRON" file it automatically browses web, clicks on links, fills out forms, etc.
Selenium is a suite of tools specifically for testing web applications. Selenium IDE is a Firefox add-on that records clicks, typing, and other actions to make a test, which you can play back in the browser.
Selenium is a suite of tools specifically for testing web applications. Selenium IDE is a Firefox addon that records clicks, typing, and other actions to make a test, which you can play back in the browser. Selenium Remote Control (RC) runs your tests in multiple browsers and platforms. Tweak your tests in your preferred language.
development web-testing automated-testing automated-test