I need this tool to automate JavaScript testing.
Selenium Recorder used to work, but is no longer available.
|
I need this tool to automate JavaScript testing. Selenium Recorder used to work, but is no longer available.
| |||||
feedback
|
|
Web Developer Tools and Firebug offer developer and tester tools for web pages (and sites). But if you want to track what has been clicked on a page, using Greasemonkey to inject a script which hooks into clickable items, and records what has been clicked might be a better approach. | |||
|
feedback
|
|
iOpus iMacros are very good and flexible IMO. I remember bulk downloading pictures from an AJAX page with it (using the "torrent version", since it's really expensive), it's quite a hard task and it made it without giving me too much headache. | |||
|
feedback
|
|
Use Selenium IDE, http://seleniumhq.org/projects/ide/ Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use its recording capability, or you may edit your scripts by hand. With autocomplete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for c reating Selenium tests no matter what style of tests you prefer." | |||
|
feedback
|