jeudi 17 mai 2018

How to test API PUT/POST request without GET method developed?

If I'm in a situation where the API has only PUT or POST method developed, how would one test that the PUT or POST request updated the information correctly in the database, for example? Trying to think from a QA perspective... once they submit a PUT request, how can they check to make sure that it updated correct fields with correct information, provided there is no GET method developed for said API?

Aucun commentaire:

Enregistrer un commentaire