Archives


  • DriverFactory with Java functional interface

    In this blog, lets see how to use Java functional interface with lambda to create a driverfactory. This is slightly advanced coding, so it will be nice to have a…

  • Web Test Automation – Page Object Model with Springboot, TestNG and Selenium WebDriver

    Read the previous blog before continuing with this topic. Click here to read more. Let’s create a Page Object Model design pattern with Spring Boot, TestNG and Selenium WebDriver. From…

  • Selenium 4 – Chrome Dev Protocol – Block Url

    Selenium 4 alpha version has introduced support for Chrome Dev Protocol which is really a good news for automation testers. This can be used in various scenarios. E.g. Mimic Geo…

  • Selenium 4 – Browser New Window

    In the Selenium 4 – Browser New Tab, we have seen how Selenium 4 allows us to open a new tab and load the url. Opening a browser new window,…

  • Selenium 4 – Browser New Tab

    Selenium 3 does not have any feature to open a new Browser Tab though it can be done with the help of Java script executor. Selenium 4 Alpha version has…

  • Selenium 4 – Minimize browser window

    This is a simple change introduced in “v4.0.0-alpha-5.” Refer to the changelog at “https://raw.githubusercontent.com/SeleniumHQ/selenium/trunk/java/CHANGELOG” for more details. Let’s examine the differences between versions “4.0.0-alpha-6” and “3.141.59.” If we check the…

  • Set up http server with the help of node.js to run html file locally

    In the world of web automation, you may want to practice the automation. One may go for some sites in the internet and some may go for their own html…

  • Generic Addon

    There may be a scenario you may have to write an utility in your automation project. E.g. It may be a case where you select 2 quantities of the same…

  • Mobile Application Testing – Best practices

    Recently every business who has a web presence now focuses on MobileApp to attract more consumers. There are various reasons to this: Good internet speed, rising in smartphone usage, improving…

  • TestProject – If-Then-Else

    How to achieve if-then-else condition in TestProject? There are 2 ways to achieve it: With the help of SDK which I personally like. With the help of TestProject UI features.…

  • TestProject – Looping certain set of steps (without the help of addons)

    Though we can loop a certain set of steps with the help of addons, lets see how we can do the same with the help of TestProject features. Scenario: Open…


About This Site

The main aim of this site is to share knowledge with fellow software test specialists who are keen to grow both technically and professionally.

Categories