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 »
Resolving the Git Error current-branch-is-not-configured-for-pull
Resolution for the Error ->Current Branch is not configured for Pull. No Value for key remote.origin.url found in configuration. In Github , during the creation of branch we should make… Read more »
Running suite-of-suites Parallely in Testng
TestNG is a java framework useful to execute the Unit Tests in a java project. We can even TestNG to automate the Selenium Tests in the Project.In TestNG xml file,… 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 »