Selenium WebDriver
In the last article, we discussed testing with evolving web development technologies, that is handling bootstrap modal window in Selenium WebDriver. Now today’s agenda is testing the AJAX call …
Selenium WebDriver
Web technology is evolving day by day. Developers are more keen towards optimization and responsive design of the web application and the primary focus is Mobility. Even Google announced …
Selenium WebDriver
Test automation is efficient when we have a unified framework which supports cross browser testing. Now we just touched the string of cross browser testing, hence, we can’t ignore …
Selenium WebDriver
In the previous tutorial, we discussed checkpoints in Selenium. Today we are going to discuss the technique to handle browser authentication window in Selenium; both tutorials are related to …
Selenium WebDriver
This article will help you decide the breakpoints, Startpoints, and Checkpoints in your Selenium based tests. We have already discussed the breakpoints and startpoints in Selenium IDE tutorials; Now …
Selenium WebDriver
We have discussed the execution of Selenium tests from the command line in our previous tutorial. Now it’s time to know about image comparison testing, which is not so …
Selenium WebDriver
We have discussed why do we use WebDriver driver = new ChromeDriver in our last tutorial. I believe it helped many learners to understand the core concept behind the …
Selenium WebDriver
If you have given Selenium interviews, you must have faced the question which signifies the title of this post. Being a Selenium enthusiast, you must know the logic behind …
Selenium 4
Recently Selenium launched the alpha version of Selenium 4 and you might be wondering whether you need to migrate your testing projects to the new version. I can understand …
Selenium WebDriver
Are you getting ElementNotVisibleException while locating any Web elements on the web page? If yes, then there might be one reason that your element is hidden, and it is …