TestNG tutorial explains architecture of TestNG framework from scratch with real time examples for Annotations,Parameterization, @Dataprovider annotation and batch running test cases
I have one question : In console output why Listener SoP s like result.getName(),result.getStatus() etc are printed before the Test Case SoPs. Ideally we should have status of the TC after the TC execution. I even tried giving listener in testng.xml at the end but output remained same. Pls guide.
Reply