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?
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.
I’ve been working on my own version of Rest API test client, it relies on self executing TOML files, that can be save into a git repository, it currently has unlimited API requests, will be under a 0BSD license.
It currently does not do batch script or data import from spreadsheet or csv, but I can work that feature in, that should be easy to do in Python.
It currently supports arguments and pipelining http responses into a http request. I suppose I could use the pipelining system to do the data import!
It relies on adapters, those will take care of authentication like oAuth and provide the header to merge into the request.
It will be broken down into edition to keep it easy to maintain, current working on JSON edition, but will do XML edition sometime in the future. I really want to stay close to the Unix philosophy!
I did it out of frustration of Postman and other Electron based counterparts. But also I’m doing it because it fun 😁
I am disappointed about their recent switch to a subscription model though. They quietly removed the single-time purchase "Golden Edition" and introduced multiple subscriptions. Not a good start, let's see if the enshittification continues like with all API testing tools.
I use this as well. In fact, I have an instance of VSCode running only for access to the extension library - I do most of my editing in Android Studio, but manage Git interactions and things like Rest Client in VSCode.
android studio is built on intellij, and as a result can do the exact same things intellij does, which includes the .http files (which I think are the same as .rest files). So you can get the exact same features in android studio as you do in vscode. I think.
Curl. Everything you described is not hard to do via scripts. I use it every day for all of my API testing needs. You're also not limited to the features Postman provides.
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.
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.
All I want is to make API requests with whatever headers but no fucking Electron so the app loads before the heat death of the universe.. Please, please
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...
This is my official recommendation. It aims to be a drop-in replacement of Postman. They don't have pre/post-execution scripts at the collection level (only at the request level) and there are a few other features missing but they are making pretty good progress.
I say official because I was on my company's committee to switch to a new API tool. Though I personally felt that we should have just paid for Postman. But our business risk team didn't like the terms that Postman had.
Hopscotch is the one I've been recommending, but it has a "use us before we also enshitify" vibe, so I'm going to check out Insomnium, the open fork of Insomnia.
Sorry if this response is mal-informed and misses some important part of your workflow, but if all you're trying to do is run a postman collection then all you really need is newman.
Milkman. It's simple and I've seen bugs where it hangs, but overall it works well, doesn't require a login, runs local, is open source, supports postman import, and exports to a nice variety of formats