Java singleton pattern in Selenium framework
The singleton pattern is a software design pattern that restricts the instantiation of a class to one “single” instance. Ensures that a…
The singleton pattern is a software design pattern that restricts the instantiation of a class to one “single” instance. Ensures that a…
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…
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…
We have seen how to run selenium tests on chrome and Safari browsers, along with these browsers Firefox browser is…
We have already seen many posts on how to run selenium tests in chrome browser by downloading the chromedriver and…