selenium webdriver

In this post, we will see some facts,misconceptions and myths about Selenium WebDriver which you may be keep encountering around:-…

Continue Reading →

This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in…

Continue Reading →

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from Explicit wait…

Continue Reading →

Hello Folks, Many people approached me to write down my journey to become an Automation tester. So here it comes:-…

Continue Reading →

Front end Automation testing is not only about Navigating/Clicking/Typing here and there. It is more about validation so that it…

Continue Reading →

We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways…

Continue Reading →

In this post we will see an important and confusing topic – Difference between get() and navigate() methods. In fact…

Continue Reading →

Hello Folks, I was asked this question in an interview and I was like “Are there two terms “Parameters” and…

Continue Reading →

Hello Folks, In last post, we learnt about Multiple groups names foe test and configuration methods. When we assign a…

Continue Reading →

Hello folks, We have seen in last post which explains  how can we load a URL without using any get()…

Continue Reading →