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! 🙏

  • qaz@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 days ago

    How would you test a GraphQL API with curl?

    EDIT: Nevermind I just looked it up and I’ll just stick with postman for now.

    • expr
      link
      fedilink
      arrow-up
      1
      ·
      5 days ago

      The same way you test any other API. Not really different. I tend to keep my request bodies in separate files organized in folders to keep things tidy.