Find broken links using selenium
In a web page, we see lot’s of links which directs user to different other screens of same or different…
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…
In our previous few blog posts, we have learned how to write selenium tests using python, we will extend our…
We have learned to how to identify element[s] by using xpath & css locator strategies, this post will explain the…
With increasing dynamic elements on browser applications, basic xpath / css syntaxes sometimes not proper to use, for example –…
In one of our previous post, we have seen how to read write excel sheet using java POI. Now we…