I'm posting on behalf of a colleague who doesn't yet use this mailing list (with any luck he will soon).
He's done some digging on
Let's consider the state of the art with JavaScript unit tests and finds the whole lot wantingtesting tools.His notes:
Jsunit
JsUnit: we already use it for some of our js code.
- eclipse Eclipse plug-in
- Does not support js file to write the unit test code: it has to be embedded inside
a an html file - it has not be updated fro couple of for a few years,Note: There is a Jsunit JsUnit (2).People are looking into it.
rhinounit
RhinoUnit - Simulation of JavaScript engine: not advanced enough to support our code: I tried to run test code working with jsunitJsUnit: I encountered issue when loading our common JavaScript files.
- No activity for 2 years: it does not support Firefox versions 2.x nor 3.xfrom Firefox.Note: I did not actually try it with our code.So,
It looks like Jsunit JsUnit is the only choice we have; . Please note it is already used in other components. It is not perfect though because it does not provide an easy way to apply the TDD process for the following reasons: - It forces you to have a local installation of the jsunit JsUnit framework in order to avoid absolute hard coded path to reference js unit files.
Also I still need to look at a proper JavaScript editor eclipse or Eclipse plug-in allowing easy referencing and refactoring(there . There is the JSTD one which is part of WTP, However, however I have not played with it enough in order to have a good idea of it)it.
As a conclusion, I do not think we have the tools to be fully "TDD" compliant. We can be TOD (Test Oriented Development), but I have not found any tool that allows us to work with JavaScript as efficiently as with Java. Once again, the ideal solution would be to have something identical to junit.
Any ideas would be greatly appreciated.
Sorry I tried to markdown and I suck at itJUnit.
Mark LevisonBlog: http://www.notesfromatooluser.com/
What JavaScript unit testing tools do you use?
