88

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! ๐Ÿ™

you are viewing a single comment's thread
view the rest of the comments
[-] Ephera@lemmy.ml 13 points 3 days ago

I'm genuinely wondering, if this is a situation where the open-source community just uses curl and that's why there's only corporate gunk for those who want more features. For example, curl obviously won't support Excel import, but folks in the open-source community are also very unlikely to want that...

[-] expr@programming.dev 15 points 3 days ago

You can easily write a script to make curl requests from a CSV.

[-] MajorHavoc@programming.dev 5 points 3 days ago* (last edited 3 days ago)

I'm genuinely wondering, if this is a situation where the open-source community just uses curl and that's why there's only corporate gunk for those who want more features.

Yeah. Pretty much. As one of the folks who could code a new solution in go in a weekend, I have not - because curl plus some trivial one-liners in Bash, Python or PowerShell is already a 90% solution to what I need.

[-] notabot@lemm.ee 2 points 3 days ago

Depending on exactly what you mean by importing from excel, there are libraries for Perl/Python/your scripting language of choice that will simplify that so it becomes a matter of a fairly small amount of code to build a test harness that does exactly what you want.

[-] Ephera@lemmy.ml 3 points 3 days ago

Well, OP mentioned an Excel import, so I'm not 100% sure what that means either. ๐Ÿ™ƒ

But yeah, that's part of why I'm wondering. I hardly know anything about Postman, so I'm probably underestimating how complex this would be, but it still feels like at least the core feature-set could easily be covered by an open-source tool, if anyone in the open-source community had that itch to scratch.
Maybe it's also just solving a problem that only companies have? The webpage mentions some things about centrally managing API definitions. Do not ask me why the API definitions are not in a repo. But I guess, if you join a company that works like that, you're not going lean up against that...

this post was submitted on 31 Dec 2024
88 points (100.0% liked)

Programming

17717 readers
200 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS