Postman: How to verify the data type of the field without verifying its value?
For example, API response is: "Test": { "Test1": 390, "Test2": "391" }
I just want check that the Test1 returning integer value and Test2 is returning string value without verifying the actual value (ex: 390) returned by the field.
Aucun commentaire:
Enregistrer un commentaire