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
TestNG Tutorial
How to disable Selenium Testcases using TestNG Feature
Hello, Welcome to Selenium Tutorial, Today we are going to discuss very silent feature of TestNG which allow us to enable or disable our test case based on our requirement. Why to Disable Selenium Test cases? Before moving forward you should have Eclipse TestNG setup ready if still not configured then please do Selenium Eclipse setup now. Once our test suite size will … [Read more...] about How to disable Selenium Testcases using TestNG Feature
What is TestNG listener and How to implement in Selenium
What is TestNG Listener In last post, we have discussed WebDriver Listener and hope you understood the actual concept of listeners, if not I will strongly recommend you that please go through WebDriver Listener also. This is a very common question also in interviews that what is the actual difference between TestNG Listener and Webdriver Listener. Let's discuss now- … [Read more...] about What is TestNG listener and How to implement in Selenium
Simple way to execute failed test cases using Selenium
Hello Welcome to Selenium tutorial, Today we are going to discuss how to Execute failed test cases using Selenium Most of the time we have faced this question in interviews that Can we execute only failed test cases in Selenium or can we identify only failed test cases in Selenium and re-run them. I really love this feature of TestNG that you can run only failed test … [Read more...] about Simple way to execute failed test cases using Selenium
How to Generate Report in Selenium Webdriver using TestNG
Welcome to Selenium tutorial, Today we will discuss how to generate report in selenium webdriver. Automation without reporting of no use. Reporting plays very important role in Automation as well in Manual testing as well. Report help us to identify ROI and to prepare POC as well. We can generate Advance reports as well like XSLT report which provide very good … [Read more...] about How to Generate Report in Selenium Webdriver using TestNG