Author: Avinash Mishra
Warning: Attempt to read property "post_id" on null in
/home3/inviula8/public_html/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php on line
143
Warning: Undefined array key 0 in
/home3/inviula8/public_html/wp-content/plugins/enhanced-category-pages/classes/ecp/Enhanced_Category.php on line
232
Warning: Attempt to read property "ID" on null in /home3/inviula8/public_html/wp-content/plugins/commentsafe/comment-safe.php on line 98
Warning: Attempt to read property "ID" on null in /home3/inviula8/public_html/wp-content/plugins/wp-tab-widget/wp-tab-widget.php on line 621
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 …
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 …