What is a good alternative to Postman's scratchpad?

I’ve been using Postman’s offline mode or scratchpad for a really long time for a lot of my exploratory testing. I have a large number of endpoints that I check from time to time to gather information for issues I’m getting further down the line and I keep examples of each in collections.

The endpoints usually require either a username/password or a key, that I’d rather keep offline, and I currently keep them in the environment variable area.

The scratchpad is being removed on the 15th September 2023 and the cloud-based workspaces have not been signed off as acceptable at our company. I have used SOAP UI before and I could go back to that, but I was wondering, what are other good alternatives that testers regularly use instead?

1 Like

I am using the [Karate] (GitHub - karatelabs/karate: Test Automation Made Simple) testing tool to do my API testing. If you are familiar with cucumber, then you can check out this tool. You can use the tool in different environments with any number of endpoints.

2 Likes