To test any web application, It is important to know how users will navigate through it. Whenever we open URLs in the browser and take any action on the page, the control takes
In the previous article, We have explained the prerequisite to starting API automation testing with REST Assured. In this article, We will discuss the setup and installation of the REST Assured API Automation
Automating web browsers is made possible through Selenium WebDriver. In this blog, we will explore different browser methods provided by the WebDriver class which is actually an interface in Selenium, for more information
This blog will help you to initiate the API Automation testing with the REST Assured library. In this blog, we will cover the below topics required. What is REST Assured in REST API
In previous blogs, we have covered most of the locators. Now we are going to discuss another important type of locator, XPath, and CSS selector. We can prefer these types because they allow
As you may know from the last blog post, Selenium Locator is used in various ways. Therefore, we can see that Selenium's web driver provides different locators to find web elements on web
What are Locators?Locators help us to identify the location of a particular web/HTML element on a web page. Selenium uses those locations to perform actions and execute automation scripts. To identify
While using JMeter, basic authentication is a common issue that testers face. The way to get around this is to do base64 encode of '#{username}:#{password}' and pass it in as
applogger is a React Native mobile application framework that helps in minimizing QA (Quality Assurance) Team issue-reporting time and developer debugging time by providing a web interface for the logs generated and steps
Prior to joining PLG Works, I went through many rounds of interviews and realised that my experience was limited to manual testing and had little exposure to Databases, Postman, JMeter and other testing