Hey everyone! I am a current CS student, and I used to have to manually API test for learning backend coding. I do not have time to write automated tests so one day it came into my mind that "Why not build a quick API Testing tool that is powered by AI Agent?" And I gave it a shot.
Here's how it works:
1. Setup env with Openrouter key
2. Generate a Test Plan for your API
3. Generate Python test code (using pytest) based on that plan
4. AI Agent executes the test and tells you whether it passed or failed and check feedbacks in plain english,
You can use it at the link below. I'd love to hear your feedback!
Here's how it works:
1. Setup env with Openrouter key
2. Generate a Test Plan for your API
3. Generate Python test code (using pytest) based on that plan
4. AI Agent executes the test and tells you whether it passed or failed and check feedbacks in plain english,
You can use it at the link below. I'd love to hear your feedback!