Category: Selenium

using WebDriverManager class in Selenium WebDriver

      No Comments on using WebDriverManager class in Selenium WebDriver

Selenium WebDriver automation tool is mainly useful to run tests against multiple Browsers such as Chrome Browser,Firefox Browser,Internet Explorer Driver.Running the tests against multiple browsers is known as Cross Browser… Read more »

Steps to Launch the ChromeBrowser without using chromedriver.exe

Selenium WebDriver automation tool is mainly useful to run tests against multiple Browsers such as Chrome Browser,Firefox Browser,Internet Explorer Driver.Running the tests against multiple browsers is known as Cross Browser… Read more »

Capturing screenshot using java.awt.Robot class-Selenium WebDriver

The java.awt.Robot class is mainly useful to perform native actions where keyword and mouse actions to be performed. This actions are helpful for automation. If the current platform configuration does… Read more »

Regex Pattern Matching in JAVA – String Functions startsWith(),endsWith(),contains()

To identify particular pattern of regular expressions in Strings is achieved in JAVA by using the API java.util.regex. This API consists of two main java classes such as Matcher and… Read more »

Dynamic Input Test Data Generation: Best Practices,Random Java API

In Testing it is important to provide input data to complete the execution of Test-cases. Irrespective of any type of testing such as Functional Testing,Integration Testing,System Testing and Performance Testing… Read more »