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 »
[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 »
Rest Assured Rest Assured API is used to test the REST [Representational State Transfer] methods as such GET,POST,DELETE and UPDATE Methods. REST API Documentation can be referred using the link… Read more »