Answer the question
In order to leave comments, you need to log in
Which application to choose for API testing?
Hello. What REST API testing application do you use? What are the pros and cons of this or that application?
I tried postman - it seemed too fancy and not very clear. Plus, I was confused by registration and the limit on the number of requests (maybe the limit was removed on the local machine, I haven’t used it for a long time)
I liked testmace, but it’s still in beta version, although I didn’t notice any bugs.
I heard about insomnia, I haven’t tried
it. Not only do you need to study all its properties and parameters, it’s also not convenient to test through swagger ui
In fact, it is necessary that the application can work with collections (collection = project), it is easy to transfer collections to others (not necessarily through the cloud, you can just transfer the archive, for example). Some complex query and testing scenarios are not yet of interest
Answer the question
In order to leave comments, you need to log in
If I rarely need to pull a couple of handles to test the api there is a curl, it is quite enough for me.
But if we are already talking about some tests with scripts that are regularly launched and shared, then I use python + pytest + request(aiohttp) + allure - and I already write normal autotests, which can then be maintained and expanded.
Since we have the main SOAP service, I use SOAPUI both for it and for REST apishki.
POSTMAN or, as mentioned above, SOAPUI, both have the possibility of automation, which is convenient.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question