Category: Selenium WebDriver
One Response
Leave a Reply
Image Comparison Testing with Selenium WebDriver and Java
May 26, 2019
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 …
How to Execute TestNG based Selenium Tests from the Command line?
May 25, 2019
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 …
WebDriver driver = new ChromeDriver()- Its meaning in Selenium
May 12, 2019
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 …
Handle hidden elements with Selenium WebDriver
April 27, 2019
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 …
Get current date time and future date in Selenium using Java
February 24, 2019
In our last tutorial, we discussed the technique to read test data from the CSV file. There are some scenarios where we need to send current date and time; …
How to create GitHub Repository and its integration with Eclipse?
January 26, 2019
When we create a Maven project or TestNG project or any Java project, we create a workspace and provide space to our local system for code commit and execution. …
Database testing with Selenium WebDriver using JDBC
January 25, 2019
A database is the heart of the application. It should be organized in such a way that there should not be any loss of the information while the exchange …
How to integrate AutoIt tool in Selenium WebDriver?
January 23, 2019
As we all know Selenium handles only web-based applications and we can’t perform any automation testing of the application which does not have HTML codes. We have also seen …
How to perform Flash Testing with Selenium WebDriver?
January 20, 2019
Today we are going to discuss an interesting topic; you may go back to your childhood flashback. If you remember, during 2000 to the 2008-09 era when we initially had …
Handle SSL untrusted certificate error message using Selenium
January 15, 2019
In the previous tutorial discussed the technique to find all the broken links of any website. Today we will talk about the website’s trust and security which is determined …
selenium