Verify custom test utility function for response validation
Preconditions (2)
Step 1: Create a new Postman request with GET method to https://api.example.com/users
Step 2: Write a test utility function in the Tests tab that checks if the response status is 200
Step 3: Write a helper function that verifies the response body contains a 'users' array
Step 4: Call these utility and helper functions inside the Tests tab
Step 5: Send the request
Step 6: Observe the test results in the Postman Test Results tab
✅ Expected Result: The test results show that the status code is 200 and the response body contains a 'users' array