lundi 5 octobre 2020

Testing performance of APIs that include several steps

I want to test the performance of a REST API while simulating the actions performed by a user in the GUI. It needs to be able to perform a total of 4 requests in sequence, where request 2, 3 and 4 is based on information received in the first request (getting IDs, locations, etc, and then using those in request 2,3 and 4), and then store the results from each request.

Is there any testing frameworks that are capable of performing such actions programatically? Preferably based on JAVA, but not necessarily. I'm planning to run this for an estimation of 30 users. Any tips would be appreciated

Aucun commentaire:

Enregistrer un commentaire