Hey!
I’m currently hitting the limits with Postman’s free tier and need your recommendations for alternatives. My company isn’t planning to upgrade to the paid version, so I’m specifically looking for:
Must-have features:
- Unlimited API requests
- Collection runner or similar batch testing capability
- Data import from spreadsheets for test automation
- The collection runner feature is crucial for my workflow: I heavily rely on being able to import Excel data to generate and map multiple API calls without manual setup.
Has anyone switched from Postman to something else that offers these capabilities? What’s your experience been like?
Thanks in advance for any suggestions! 🙏
I can use insomnium for almost everything, but it’s not as complete as postman. randomly I’ll run into some problem that makes me go back.
for instance, there’s no way to just enter binary data on a readable format to send over websocket. with postman there’s an obvious dropdown to send hex encoded data as a binary message.