
Reporting In TestNG: How To Write Custom Loggers And Reporters
Welcome to the next episode in our new series “Integrating testing into your development flow”. Today we are going to be looking at “Reporting In TestNG: How To Write Custom Loggers And Reporters”. In the last two presentations on TestNG, we talked about what TestNG is and have given a thorough walkthrough of where to get the tools, setting up your environment, the different annotations you can use, how to execute your procedures and tests. Then we looked at the different types of suite testing you can do. Such as, how to ignore tests, group testing, exception testing, dependency testing, parameterized testing, and running JUnit tests in TestNG. So far we have covered only the basics of reporting in TestNG.... Read more