I am doing a firefox extension using eclipse and need to know how I can do unit testing for that project.
3 Answers
I've been using JSTestDriver, http://code.google.com/p/js-test-driver, and it is an excellent framework. Lightning fast testing, test on save, and other cool features.
Initial setup is a bit complicated, but it's certainly worth it.
1 Comment
Sean McMillan
I love jsTestDriver too, but it really tests Javascript inside a web page. The original questioner is building an extension.