Logging is most important part in any automation tools which make our script in more readable format.Today we will discuss one easy way to Generate logs in Selenium via TestNG Reporter class. We have already seen some default reporting which is generated by TestNG and Advance XSLT reports as well. As a good automation engineer, you should implement logging feature in your … [Read more...] about Simple steps to Generate logs in Selenium using TestNG reporter