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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
[findElements Example]How to find Broken Links in a WebSite using Selenium WebDriver? In Web Applications it is important to identify the Broken Links. As manual Tester when we click on… Read more »
[Solved] java.lang.ClassCastException using Generics in Java Generally when ever we write the Java Logic its better to know the issues during the compile time rather than at run time. If… Read more »