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

  • Strykker
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    5 days ago

    This is like telling someone who needs a new table saw that they can use a handsaw.

    Like sure it works great, but it’s going to be a long process getting things done compared to something like postman.

    • runeko
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      4 days ago

      If a person needs to process an entire kitchen worth of lumber, then yes, tablesaw. If, however, a person needs to build one simple box and also learn how the wood fits together and practice their skills, then handsaw.

    • expr
      link
      fedilink
      arrow-up
      6
      arrow-down
      4
      ·
      5 days ago

      It does not take long to use curl, not sure what you’re talking about. There’s not particularly special about what Postman does.

        • msage
          link
          fedilink
          arrow-up
          5
          arrow-down
          2
          ·
          5 days ago

          Like what?

          I make backends, very complex, yet curl does it all, headers, files, any data, whatever.

          Need to test an API? Swagger will help everyone.

          You need reproducible tests? Write feature tests.

          Need to do many requests to achieve a business goal? Put it into a script. Shell is sufficient for basic needs, use anything that can be interpreted for anything more complex. Though at that point you should have an app to handle distributed states, which is never a fun time.

            • msage
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              5 days ago

              You want to tell me that Postman/whatever is a replacement for feature tests or Swagger?

              Oh hell naw