Tag: String

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 »

Select the Date from DatePicker in Selenium WebDriver-Example for While loop

In this example we will discuss how to automate the Date Picker in Selenium WebDriver. This example also gives details about the usage of while loop.As we know for and… Read more »