Tag: total-qa

Automate Coronavirus COVID19 REST API POST METHOD Tutorial Part2

REST API Automation Testing Tutorial Part 2:In this tutorial we are going to focus on testing the HTTP POST method using REST ASSURED API. To know more details about the… 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 »