Verify that the response for System & Dashboard is of integer type.
Status : passed
Start Time : 15-12-2024 08:45:11
End Time : 15-12-2024 08:45:13
Duration : 1.50 seconds
Title : Verify that the response for System & Dashboard is of integer type.
Created By : arun-ramanan@netspective.in
Created At : 2024-12-15
Priority : High
Description
This test case checks the API response to ensure that the values for "System" and "Dashboard" are returned as integer values. The API should return the expected response structure, with "valueInteger" containing integer values.
Pre-Conditions:
- The
/dashboard
API endpoint is operational and accessible. - Authentication (if required) is provided, and the request can be successfully executed.
- The API response contains the
extension
field with the expected data structure.
Test Steps:
- Step 1: Send a GET request to
/dashboard
API endpoint. - Step 2: Review the JSON response from the server response to ensure the fields for System and Dashboard are of integer value.
Expected Result:
- The response body contains the proper value.
Actual Result
Review the JSON response from the server response to ensure the fields for System and Dashboard are of integer value. | passed | 15-12-2024 08:45:13 | 15-12-2024 08:45:13 |
Send a **GET** request to the `/dashboard` endpoint. | passed | 15-12-2024 08:45:11 | 15-12-2024 08:45:13 |