Keploy Logo

Author Details

Posts by Sarthak Shyngle

Cover Image for Maintaining Auto-Generative API Tests: Need of de-duplicate tests

Maintaining Auto-Generative API Tests: Need of de-duplicate tests

Sarthak Shyngle

The Evolving Landscape of Auto-Generative Testing In today’s fast-paced development environment, automatically generating tests has become a necessity. Tools leveraging AI, manual interventions, and live environment captures facilitate this process. For instance, k6 focuses on load testing, generating automated tests with minimal maintenance. On the other hand, AI generative tools like GitHub […]

Cover Image for Exploring Unit Test Generative Tools

Exploring Unit Test Generative Tools

Sarthak Shyngle

Introduction: Artificial Intelligence (AI) has revolutionized various industries, including software development. One particular area where AI has shown significant promise is generating unit tests effortlessly. With the help of AI-based tools, developers can automate the process of creating unit tests, saving time and effort. In this blog, we will delve into the […]

Cover Image for What is Postgres Wire Protocol

What is Postgres Wire Protocol

Sarthak Shyngle

Databases are the backbone of modern applications, enabling efficient storage and retrieval of data. But have you ever wondered why databases like PostgreSQL don’t simply use HTTP for communication? The answer lies in the specialized nature of database protocols. The PostgreSQL wire protocol is specifically designed to handle complex database tasks such […]

Cover Image for How to Test Traffic with a Custom Kubernetes Controller

How to Test Traffic with a Custom Kubernetes Controller

Sarthak Shyngle

K8s controllers and operators In k8s world every resource created via controller. Like there are inbuilt controllers for pods, deployments , replica set etc. So basically, Controllers are nothing but a control loop that continuously monitor the state of the cluster and take actions to bring the cluster into the desired state. […]

Cover Image for Integration Testing vs End-to-End Testing: What’s the Difference

Integration Testing vs End-to-End Testing: What’s the Difference

Sarthak Shyngle

As software architectures evolve toward microservices, event-driven workflows, and polyglot backends, testing strategies must evolve accordingly. Two of the most important—and often confused—approaches are integration testing and end-to-end (E2E) testing. This article explains each method in depth, compares their scope and cost, and shows how Keploy automates and simplifies both through traffic-based […]