I think the Convert to TestNG wizard should have an additionnal checkbox, for including JUnit test cases in the testng.xml. The thing is that they are already included, but in the same Test tag as ...
We use @Test method to make a class as a part of our testcase. We can set priority by using "priority=" with @Test annotation in testng.xml file.
ReportNG is a simple HTML reporting plug-in for the TestNG unit-testing framework. It is intended as a replacement for the default TestNG HTML report. Now ReportNG reports will be generated for each ...