Verify that the Dashboard Count is always greater than or equal to the System Count.
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 Dashboard Count is always greater than or equal to the System Count.
Created By : arun-ramanan@netspective.in
Created At : 2024-12-15
Priority : High
Description
This test verifies that the Dashboard Count, which represents the total number of cycle counts done up to the current date, is always greater than or equal to the System Count, except for the first time.
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 contains the
extension
field, which should include aSystem_Count_Url
andDashboard_Count_Url
value.
Expected Result:
- The response body contains the proper structure:
Actual Result
Review the JSON response from the server response contains the `extension` field, which should include a `Dashboard_Count_Url` and `system_Count_Url` 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 |