I have a java web application and I'm using Netbeans6.9.1 to develop it.
I wrote some Junit test class for some DAO classes, but I was not able to run the code coverage test.
It seems that the NetBeans code coverage plugin does not support the java application code coverage,
and I cannot activate the coverage collection as a Tutorial .
Any ideas?
source
share