DEV Community

ADYASHA AUROSIKHA NAYAK
ADYASHA AUROSIKHA NAYAK

Posted on

KEPLOY API FELLOWSHIP EXPERIENCE

๐Ÿ‘‹ Introduction

As a Computer Science student constantly building backend projects, API testing always felt like a tedious, repetitive chore. Manually writing test cases, figuring out edge cases, handling schema mismatches โ€” it was time-consuming and sometimes frustrating. That changed the moment I tried Keploy, an AI-powered API testing tool that literally made my life easier.

๐Ÿคฏ The Problem with Manual Testing
Before Keploy, hereโ€™s what API testing looked like for me:

Writing curl or Postman requests for each endpoint

Hardcoding test data

Keeping response schemas updated

Debugging failed tests manually

Zero reusability and full of human errors

It workedโ€ฆ but it was painful.

๐Ÿง  My Keploy Experience (Chrome Extension)

Keployโ€™s Chrome Extension turned that around. Hereโ€™s what I did:

Visited two real-world websites I frequently use โ€” Amazon and Flipkart.

Opened Keploy Extension and started capturing API traffic as I interacted with the pages.

Keploy automatically generated API test cases from the traffic โ€” including headers, payloads, and responses.

I could instantly re-run those test cases or export them into a testing suite.

It felt like magic. ๐ŸŽฉโœจ

Here is a snippet of the working of this extension:

  1. For the Amazon's website:
    Extension used on Amazon Site

  2. For the Flipkart's website:
    Extension used on Flipkart Site

๐Ÿ˜ What Excited Me the Most

No setup overhead โ€“ Keploy works with existing traffic and tools.

Instant test generation โ€“ Saves hours of writing and updating tests.

Great for CI/CD โ€“ I integrated it into GitHub Actions for full automation.

Student-friendly โ€“ Even beginners can get near-enterprise-level test quality.

๐Ÿ“ˆ What I Learned

This experience taught me how powerful AI can be in developer tooling. Instead of replacing developers, Keploy acts like a co-pilot that handles the boring parts of testing, while I focus on writing better APIs.

๐Ÿ“ฃ Final Thoughts

If youโ€™re still writing manual API tests โ€” stop. Just give Keploy a try and let it blow your mind. Itโ€™s open-source, free to use, and surprisingly easy to integrate into real projects.

Whether youโ€™re a student or a pro, this tool will change how you think about testing forever.

๐Ÿ’ป Tech Stack Used in My Project

Backend: Spring Boot (Java 17)

Database: PostgreSQL

API Test Tool: Keploy CLI + Keploy Chrome Extension

CI/CD: GitHub Actions

The link to my Project: KEPLOY

Top comments (0)