Ensure that the "Performed Date & Time" of the procedure is present in the response data.
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 "Performed Date & Time" of the procedure is present in the response data.
Created By : arun-ramanan@netspective.in
Created At : 2024-12-15
Priority : High
Description
Verify that the API response contains the correct "Performed Date & Time" field when sending a GET request to the /search
endpoint.
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 should include the "PerformedDateTime" field with the correct date and time.
Expected Result:
- The API response should include the "PerformedDateTime" field with the correct date and time in the following format: "PerformedDateTime" : "2015-02-07T13:28:17-05:00"
Actual Result
Review the JSON response from the server response should include the `PerformedDateTime` field with the correct date and time. | 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 |