top button
Flag Notify
Site Registration

Unit Testing Tool for J2ee Project

+2 votes
227 views

Is there any single tool with which we can test Java, JavaScript and JQuery functions??
For now i am using jUnit. But what are the other opensource options?

posted Sep 12, 2013 by Satyabrata Mahapatra

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
JWalk is more powerful the JUnit though I don't know your exact requirement. Check this link http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#Java

Similar Questions
+5 votes

Can someone please share the knowledge/experience so that I can develop Unit test frame in minimal time frame ?

+3 votes

I am trying to debug a javascript file, which is used in a .jsp file. When I debug the using F12 in IE10 I did not find that particular file in the debugger tool.

Can anybody please tell, why that particular file is not showing even it is present in project folder location?

...