<?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: Siddharth Shukla</title>
    <description>The latest articles on DEV Community by Siddharth Shukla (@sidd_shukla).</description>
    <link>https://dev.to/sidd_shukla</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3301077%2Fdcc24171-6981-4811-9660-9c6816c1cca6.png</url>
      <title>DEV Community: Siddharth Shukla</title>
      <link>https://dev.to/sidd_shukla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sidd_shukla"/>
    <language>en</language>
    <item>
      <title>From Manual to AI-Powered API Testing with Keploy</title>
      <dc:creator>Siddharth Shukla</dc:creator>
      <pubDate>Fri, 27 Jun 2025 19:23:45 +0000</pubDate>
      <link>https://dev.to/sidd_shukla/from-manual-to-ai-powered-api-testing-with-keploy-493b</link>
      <guid>https://dev.to/sidd_shukla/from-manual-to-ai-powered-api-testing-with-keploy-493b</guid>
      <description>&lt;p&gt;As a student learning backend development, testing APIs manually was always time-consuming. This week, I tried Keploy, and it made the process so much easier!&lt;/p&gt;

&lt;p&gt;✅ Task 1: Testing APIs with AI + CI/CD&lt;br&gt;
I created an OpenAPI schema for my backend project.&lt;/p&gt;

&lt;p&gt;Used the Keploy CLI to record real API calls and auto-generate test cases — no need to write them manually!&lt;/p&gt;

&lt;p&gt;Then I added the Keploy test command to GitHub Actions, so the tests run automatically on every push or pull request.&lt;/p&gt;

&lt;p&gt;yaml-&lt;br&gt;
run: |&lt;br&gt;
  export KEPLOY_API_KEY=${{ secrets.KEPLOY_API_KEY }} &amp;amp;&amp;amp; \&lt;br&gt;
  keploy test-suite \&lt;br&gt;
    --app= \&lt;br&gt;
    --base-path= \&lt;br&gt;
    --cloud&lt;br&gt;
✅ The pipeline ran successfully, and I added a screenshot of the test report in my README.&lt;br&gt;
&lt;a href="https://github.com/siddshukla/MyKeployWorkflow/blob/main/README.md" rel="noopener noreferrer"&gt;GithubReadme&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🧪 Task 2: Using Keploy Chrome Extension&lt;br&gt;
I used the Keploy Chrome Extension to test APIs on Amazon.&lt;/p&gt;

&lt;p&gt;It automatically detected the API calls I made while browsing and converted them into test cases.&lt;/p&gt;

&lt;p&gt;Super easy and very beginner-friendly — no coding required!&lt;/p&gt;

&lt;p&gt;💬 Final Thoughts&lt;br&gt;
Using Keploy as a student helped me:&lt;/p&gt;

&lt;p&gt;✅ Save time on writing and maintaining tests&lt;/p&gt;

&lt;p&gt;🔁 Learn how real-world CI/CD workflows operate&lt;/p&gt;

&lt;p&gt;💡 Gain confidence in the quality of my code&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
