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 …
Selenium WebDriver
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 WebDriver
In the last tutorial, we discussed running test automation with a headless browser. Whether it is physically installed browser in the system or headless browser, WebDriver will fetch all …