I am doing a firefox extension using eclipse and need to know how I can do unit testing for that project.
                +1 
                A: 
                
                
              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.
                  Itay
                   2009-12-28 11:12:55
                
              I love jsTestDriver too, but it really tests Javascript inside a web page. The original questioner is building an extension.
                  Sean McMillan
                   2010-07-14 21:59:35