π§ͺ Recording API Calls on Chess.com & Keploy's Website β My First API Testing Experience
As a part of the Keploy API Fellowship, I explored API testing using the Keploy Chrome Extension. Instead of writing tests from scratch, I simply used the βRecord Callsβ feature β and it worked really well.
I tested on two websites:
π What I Did
- Opened the Keploy extension in Chrome
- Clicked βStart Recordingβ
- Browsed both Chess.com and Keployβs homepage, triggering API calls
- Let Keploy automatically capture the API requests/responses
- Exported the results as cURL commands for replay and debugging
π‘ What Surprised Me
- I didnβt have to write any test manually
- Keploy showed me exactly how many calls it captured
- I could export the tests and use them with tools like
curlor shell scripts
This helped me understand how sites communicate behind the scenes.
βοΈ Why It's Better Than Manual Testing (Especially for Beginners)
| Task | Manual Tools | Keploy Extension |
|---|---|---|
| Setup | Medium | Just install |
| Test Writing | Manual JSON | Auto-generated |
| Replaying Calls | Scripted | One-click export |
π§΅ Final Thoughts
Trying this on Chess.com showed me how much goes on behind a simple page click.
Using it on Keployβs own website was fun β I literally tested the tester!
For beginners, this tool makes API testing approachable. You just click, browse, and capture β it feels like magic.
β Sarvansh
Top comments (0)