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 …
Selenium WebDriver
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; …
Parameterization
After this post, we will achieve extra miles in parameterization in the Selenium project. We have discussed test data read operation from excel sheet, write operation to excel sheet, …
Continuous Integration
In the previous tutorial, we discussed GitHub repository creation and integration with Eclipse for code commit and merge. Today we will take it to the next level hence we …
Selenium WebDriver
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. …
Selenium WebDriver
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 …
Uncategorized
You visit some sites most often. After your first login to that site, it directly leads you to the account page which means you are already logged in and …
Selenium WebDriver
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 …
Selenium WebDriver
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 …