Verify dynamic values in API response
Preconditions (3)
Step 1: Set the GET request URL to https://api.example.com/user/12345
Step 2: Send the GET request
Step 3: Capture the 'createdAt' field from the response
Step 4: Verify that the 'userId' field equals '12345'
Step 5: Verify that the 'createdAt' field is a valid ISO 8601 date string
Step 6: Verify that the 'status' field equals 'active'
✅ Expected Result: The response contains userId '12345', status 'active', and a valid ISO 8601 date string in 'createdAt'