GraphQL API Automation

   We know that GraphQL is designed to make APIs fast, flexible, and developer-friendly. It can even be deployed within an integrated development environment (IDE) known as GraphiQL. As an alternative to REST, GraphQL lets developers construct requests that pull data from multiple data sources in a single API call. It is a query language and... Continue Reading →

JSON Schema Validation in API Test Automation

   The API testing process analyzes multiple endpoints such as web services, databases, or web UIs. Testers should watch for failures or unexpected inputs. API testing can be achieved manually or via automation. API automation testing ensures that APIs function properly and meet customer's expectations. In API testing, we usually validate the data in the responses, headers, status... Continue Reading →

Miniature Framework for API Automation using Playwright with Python

   We know that API testing is important for ensuring that the application API performs as expected when faced with a wide variety of expected and unexpected requests. Playwright can be used to get access to the REST API of the application. In this article, I would like to share a miniature framework for API test automation... Continue Reading →

Create a website or blog at WordPress.com

Up ↑