Can anyone suggest good testing tools/plugins for use with Firefox? Currently I use firebug and SQLInjector. Are there any others that people enjoy using for QA testing of web based systems?

I know selenium, but we don't currently use it.

link|improve this question

feedback

3 Answers

up vote 6 down vote accepted

Selenium IDE is the most used and one of the best supported Testing tools. Its a Firefox Addon that allows you to record/updated/replay Web UI Tests. Download it from http://release.openqa.org/selenium-ide/1.0.2/selenium-ide-1.0.2.xpi

I have some tutorials on my site at http://www.theautomatedtester.co.uk/selenium_training.htm

link|improve this answer
Thanks @AutomatedTester. I've found that the tests for my Ajax application seem quite brittle. I'll look through your tutorials. – cagreen Nov 30 '09 at 14:16
Any suggestions other then selenium? As I said, I know selenium, but just don't currently use it. – llaskin Nov 30 '09 at 14:55
There is also a Firefox Plugin Molybdenum addons.mozilla.org/de/firefox/addon/molybdenum that is kind of a frontend to selenium. I used it happily for automating repeated action sequences in the browser during developer tests. – hstoerr Sep 9 '11 at 7:05
feedback

Xceptance LoadTest has a nice set of tools for testing, and also a freely available firefox plugin for recording and playing back scripts. Personally, I used it sometimes for automating stuff during developer tests, and I have seen it used for automated GUI tests programmed in Java.

link|improve this answer
feedback

Selenium IDE is great as long as your aut is not using flash/flex which this IDE does not support. DejaClick, another FF add-on, is a capture/replay tool I've had some success with but again, no flash/flex support. Kosmo Doyle

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.