Verify that the Dashboard Count field is present inside the Response Data when sending a GET request to the /dashboard endpoint.

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 field is present inside the Response Data when sending a GET request to the /dashboard endpoint.

Created By : arun-ramanan@netspective.in

Created At : 2024-12-15

Priority : High

Description

This test case ensures that the API endpoint /dashboard returns the Dashboard Count field as part of the response data. The field should be present inside the extension array, with a valid value of type integer.

Pre-Conditions:

  • Ensure that the API is up and running and accessible.
  • The /dashboard endpoint should return a valid response with relevant data.

Test Steps:

  1. Step 1: Send a GET request to the /dashboard endpoint.
  2. Step 2: Inspect the response to check if the Dashboard Count field is included inside the extension array in the returned JSON data.

Expected Result:

  1. If the Dashboard Count field is present, the response should have the following format:
    • Status Code: 200 OK

Run Date : 2024-12-15

Environment : Test

Run Summary

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