<?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: Debasis Sikdar</title>
    <description>The latest articles on DEV Community by Debasis Sikdar (@debasis_sikdar_694ff705ea).</description>
    <link>https://dev.to/debasis_sikdar_694ff705ea</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%2F3301346%2Fdc9a4134-4b09-4633-9931-9ff95b711ddd.jpg</url>
      <title>DEV Community: Debasis Sikdar</title>
      <link>https://dev.to/debasis_sikdar_694ff705ea</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/debasis_sikdar_694ff705ea"/>
    <language>en</language>
    <item>
      <title>API Testing Made Easy with Keploy Chrome Extension: My Flask Bookstore App Experience</title>
      <dc:creator>Debasis Sikdar</dc:creator>
      <pubDate>Fri, 27 Jun 2025 19:46:45 +0000</pubDate>
      <link>https://dev.to/debasis_sikdar_694ff705ea/api-testing-made-easy-with-keploy-chrome-extension-my-flask-bookstore-app-experience-25hg</link>
      <guid>https://dev.to/debasis_sikdar_694ff705ea/api-testing-made-easy-with-keploy-chrome-extension-my-flask-bookstore-app-experience-25hg</guid>
      <description>&lt;p&gt;I recently used the Keploy Chrome Extension to automatically test my Flask Bookstore API, and the experience was super smooth and powerful.&lt;/p&gt;

&lt;p&gt;About My Project:&lt;br&gt;
It’s a Bookstore API built with Flask, using SQLite for storage and JWT authentication via cookies. It supports all basic CRUD operations for books and has full login/signup functionality. The project runs in GitHub Codespaces.&lt;/p&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/DebasisX/bookstore-api/" rel="noopener noreferrer"&gt;https://github.com/DebasisX/bookstore-api/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I Did with Keploy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I installed the Keploy Chrome Extension from GitHub.&lt;/li&gt;
&lt;li&gt;I ran my app in Codespaces and exposed port 5000 publicly.&lt;/li&gt;
&lt;li&gt;Then, I clicked “Start Recording” in the Keploy Extension and started interacting with my API (signup, login, add book, list books).&lt;/li&gt;
&lt;li&gt;After recording, I exported the captured API calls as a .sh file.&lt;/li&gt;
&lt;li&gt;I visited &lt;a href="https://app.keploy.io" rel="noopener noreferrer"&gt;https://app.keploy.io&lt;/a&gt; and used the "Generate API Tests" option to upload the cURLs and test them.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Result:&lt;br&gt;
✅ All tests passed successfully on the Keploy Dashboard.&lt;/p&gt;

&lt;p&gt;My Thoughts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This was much easier than writing manual test cases.&lt;/li&gt;
&lt;li&gt;Keploy saved me hours of work.&lt;/li&gt;
&lt;li&gt;The Chrome extension is fast, simple, and works offline too.&lt;/li&gt;
&lt;li&gt;I’m excited to explore deeper testing and CI/CD integration next.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks to Keploy for making API testing feel like magic!&lt;/p&gt;

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