hi sir
What is JunitEE ? Is it comes with the JUnit SetUp ?
JUnitEE is a simple extension to JUnit which allows standard test cases to be run from within a J2EE application server. It is composed primarily of a servlet which outputs the test results as HTML.
And it doesn't reside in JUnit setup . You need to download & configure it separately.
Ads