BaseTest to handle browsers & share driver object across project
In this post, we will be learning why we need to use Base classes for handling different browsers and then…
In this post, we will be learning why we need to use Base classes for handling different browsers and then…
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…
In a web page, we see lot’s of links which directs user to different other screens of same or different…
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…