I want to test my API (automated) through executing https requests , passing different inputs and evaluating responses while also being able to mock data if the requestor(user-agent) is this api test client. Does a tool like this exist? How do you do yours?
โ05-22-2021 10:57 PM
As you can see above, HTTP response shows data and response status. Thus, you can use Postman to test your Web API.
โ05-31-2021 12:50 AM
SoapUI is the bee's knees when it comes to testing and developing SOAP APIs. If it is as good with REST, then it is certainly worth trying. It is written in Java so it pretty much cross-platform.
โ06-02-2021 08:51 PM
@myccpay wrote:I want to test my API (automated) through executing https requests , passing different inputs and evaluating responses while also being able to mock data if the requestor(user-agent) is this api test client. Does a tool like this exist? How do you do yours?
Runscope is a cloud based service that can monitor Web APIs using a set of tests. Tests can be , scheduled and/or run via parameterized web hooks. Tests can also be executed from data centers around the world to ensure response times are acceptable to global client base.
The free tier of Runscope supports up to 10K requests per month.
โ06-03-2021 10:56 PM
Runscope is a cloud based assistance that can screen Web APIs utilizing a bunch of tests. Tests can be , planned or potentially run by means of defined web snares. Tests can likewise be executed from server farms all throughout the planet to guarantee reaction times are OK to worldwide customer base. The complementary plan of Runscope upholds up to 10K solicitations each month.
โ09-09-2021 11:15 PM