Verify that the System Count in the response is greater than 0.

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 System Count in the response is greater than 0.

Created By : arun-ramanan@netspective.in

Created At : 2024-12-15

Priority : High

Description

This test case ensures that the API response for the /dashboard endpoint includes a valid System_Count value that is greater than 0. The test will confirm that the value in the response is correctly populated.

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:

  1. Step 1: Send a GET request to /dashboard API endpoint.
  2. Step 2: Review the JSON response from the server response contains the extension field, which should include a Daily_Cycle_Count_Url entry and the valueInteger should be greater than 0.

Expected Result:

  • The value of valueInteger should be greater than 0 (in this example, 2).

Run Date : 2024-12-15

Environment : Test

Run Summary

  • Status: Passed
  • Notes: All steps executed successfully.