In this post, we will see some facts,misconceptions and myths about Selenium WebDriver which you may be keep encountering around:-…
This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in…
As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from Explicit wait…
Hello Folks, Many people approached me to write down my journey to become an Automation tester. So here it comes:-…
Front end Automation testing is not only about Navigating/Clicking/Typing here and there. It is more about validation so that it…
We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways…
In this post we will see an important and confusing topic – Difference between get() and navigate() methods. In fact…
Hello Folks, I was asked this question in an interview and I was like “Are there two terms “Parameters” and…
Hello Folks, In last post, we learnt about Multiple groups names foe test and configuration methods. When we assign a…
Hello folks, We have seen in last post which explains how can we load a URL without using any get()…