Hello Everyone
I Need help comparing two values from two different API responses
For example: From one API response I will get the Employee count, I need to compare this count with another response
Hello Everyone
I Need help comparing two values from two different API responses
For example: From one API response I will get the Employee count, I need to compare this count with another response
You will need to store the count from the first request\response into a variable (collection or environment) that you can compare with the result from the second response request.
This type of activity is covered in the basic training.
I would recommend going through the Postman training if you haven’t done so yet.
Postman Galaxy Training | Postman API Network
Run through the “APIs 101 Training”, then the “Testing and Automation Training” course.
Then if you are still unsure, please post what you have tried, and we may be able to guide you.