ReporterLog to send logs to testNG report & attach screenshot on test failure
In one of our previous post, we have seen how to use default testNG html report to understand the pass,…
In one of our previous post, we have seen how to use default testNG html report to understand the pass,…
You might be knowing everyone is suggesting to avoid hardcoding strings inside code like browser url, username, password, environment, which…
TestNG provides different ways to run multiple testng.xml files Through code Through testng.xml itself TestNG tutorial For this post let’s…
TestNG provides a way to get the data from external sources like from excel/textfile/arrays which helps to prepare data driven…
In our previous post, you have seen how to use testNG dataProvider to run selenium tests multiple times, mostly we…
In one of our previous post we have seen what is dataProvider and how to write the syntax and also…
In our previous post , we have seen list of testNG listeners and also we have seen how we can…
In this post, we will see how to create a maven project in eclipse and run selenium java tests using…
This post will explain the integration of any java logger (let’s say Log4j) with ITestListener to customise result output and…