Category: REST API

Interview Question Identify the Duplicate Items in the Listbox|HashMap|Selenium WebDriver

In Selenium WebDriver selecting a values from the Listbox is important based on the required input. In few scenario’s we need to validate the Listbox contains duplicate items are getting… Read more »

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 »

Automate Coronavirus COVID19 REST API GET METHOD Tutorial Part1

1. Understanding REST & REST Assured API REST stands for Representational State Transfer mainly uses the http protocol to exchange messages between client and server using different methods such as… Read more »

DevOps Tutorial-3 Triggering CI Build with Github Push Notifications

In this tutorial we will learn about triggering the CI Build with Git Hub Push notifications or Pull notifications automatically by using Jenkins Web Hook URL. The Jenkins Web Hook… Read more »

DevOps Tutorial-2 Resolve merge conflicts in Git and GitHub

In this tutorial we will learn about resolving the merge conflicts in Git and Github. Git can often resolve differences between merged branches. Usually, the changes are on different lines,… Read more »

XPath normalize-space example in Selenium WebDriver

In this example we will discuss about the usage of normalize-space in Xpath. We already aware of the Functions like text(),contains(),starts-with(),last() and position() in Xpath. Refer to this link to… Read more »