Ensure that the `MRC result` field exists within the response data when a GET request is sent to the `/search` endpoint.
Status : passed
Start Time : 15-12-2024 08:45:11
End Time : 15-12-2024 08:45:13
Duration : 1.50 seconds
Title : Ensure that the MRC result
field exists within the response data when a GET request is sent to the /search
endpoint.
Created By : arun-ramanan@netspective.in
Created At : 2024-12-15
Priority : High
Description
This test verifies that the MRC result
is included in the response data returned by the /search
endpoint. The test ensures the correct structure and expected values are returned, demonstrating successful execution and compliance with the API requirements.
Pre-Conditions:
- The
/search
API endpoint is operational and accessible. - Authentication (if required) is provided, and the request can be successfully executed.
- The device has completed the wild cycle procedure, and relevant data is available in the system.
Test Steps:
- Step 1: Send a GET request to
/search
API endpoint. - Step 2: Review the JSON response from the server response data contains the
MRC result
object with the expected attributes.
Expected Result:
- The response data includes the proper structure.
Actual Result
Review the JSON response from the server response data contains the `MRC result` object with the expected attributes. | passed | 15-12-2024 08:45:13 | 15-12-2024 08:45:13 |
Send a **GET** request to the `/search` endpoint. | passed | 15-12-2024 08:45:11 | 15-12-2024 08:45:13 |