<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ADYASHA AUROSIKHA NAYAK</title>
    <description>The latest articles on DEV Community by ADYASHA AUROSIKHA NAYAK (@adyashaa22).</description>
    <link>https://dev.to/adyashaa22</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3302111%2F4b5fce13-9819-4d48-a6f6-a8a62149525a.jpg</url>
      <title>DEV Community: ADYASHA AUROSIKHA NAYAK</title>
      <link>https://dev.to/adyashaa22</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adyashaa22"/>
    <language>en</language>
    <item>
      <title>KEPLOY API FELLOWSHIP EXPERIENCE</title>
      <dc:creator>ADYASHA AUROSIKHA NAYAK</dc:creator>
      <pubDate>Sat, 28 Jun 2025 05:24:40 +0000</pubDate>
      <link>https://dev.to/adyashaa22/keploy-api-fellowship-experience-1f4d</link>
      <guid>https://dev.to/adyashaa22/keploy-api-fellowship-experience-1f4d</guid>
      <description>&lt;h2&gt;
  
  
  👋 Introduction
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;🤯 The Problem with Manual Testing&lt;br&gt;
Before Keploy, here’s what API testing looked like for me:&lt;/p&gt;

&lt;p&gt;Writing curl or Postman requests for each endpoint&lt;/p&gt;

&lt;p&gt;Hardcoding test data&lt;/p&gt;

&lt;p&gt;Keeping response schemas updated&lt;/p&gt;

&lt;p&gt;Debugging failed tests manually&lt;/p&gt;

&lt;p&gt;Zero reusability and full of human errors&lt;/p&gt;

&lt;p&gt;It worked… but it was painful.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧠 My Keploy Experience (Chrome Extension)
&lt;/h2&gt;

&lt;p&gt;Keploy’s Chrome Extension turned that around. Here’s what I did:&lt;/p&gt;

&lt;p&gt;Visited two real-world websites I frequently use — Amazon and Flipkart.&lt;/p&gt;

&lt;p&gt;Opened Keploy Extension and started capturing API traffic as I interacted with the pages.&lt;/p&gt;

&lt;p&gt;Keploy automatically generated API test cases from the traffic — including headers, payloads, and responses.&lt;/p&gt;

&lt;p&gt;I could instantly re-run those test cases or export them into a testing suite.&lt;/p&gt;

&lt;p&gt;It felt like magic. 🎩✨&lt;/p&gt;

&lt;p&gt;Here is a snippet of the working of this extension:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;For the Amazon's website:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp5nna657gbfas8irrx3s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp5nna657gbfas8irrx3s.png" alt="Extension used on Amazon Site" width="800" height="422"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;For the Flipkart's website:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fipxj10rees09m8anl9qt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fipxj10rees09m8anl9qt.png" alt="Extension used on Flipkart Site" width="800" height="423"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  😍 What Excited Me the Most
&lt;/h2&gt;

&lt;p&gt;No setup overhead – Keploy works with existing traffic and tools.&lt;/p&gt;

&lt;p&gt;Instant test generation – Saves hours of writing and updating tests.&lt;/p&gt;

&lt;p&gt;Great for CI/CD – I integrated it into GitHub Actions for full automation.&lt;/p&gt;

&lt;p&gt;Student-friendly – Even beginners can get near-enterprise-level test quality.&lt;/p&gt;

&lt;h2&gt;
  
  
  📈 What I Learned
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h2&gt;
  
  
  📣 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Whether you’re a student or a pro, this tool will change how you think about testing forever.&lt;/p&gt;

&lt;h2&gt;
  
  
  💻 Tech Stack Used in My Project
&lt;/h2&gt;

&lt;p&gt;Backend: Spring Boot (Java 17)&lt;/p&gt;

&lt;p&gt;Database: PostgreSQL&lt;/p&gt;

&lt;p&gt;API Test Tool: Keploy CLI + Keploy Chrome Extension&lt;/p&gt;

&lt;p&gt;CI/CD: GitHub Actions&lt;/p&gt;

&lt;p&gt;The link to my Project: &lt;a href="https://github.com/Adyashaa22/KEPLOY-API-FELLOWSHIP" rel="noopener noreferrer"&gt;KEPLOY&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cicd</category>
      <category>api</category>
      <category>testing</category>
    </item>
  </channel>
</rss>
