Functional Dashboard Test Plan
A structured summary of a specific test scenario, detailing its purpose, preconditions, test data, steps, and expected results. The description ensures clarity on the tests objective, enabling accurate validation of functionality or compliance. It aligns with defined requirements, identifies edge cases, and facilitates efficient defect detection during execution.
Verify that the dashboard Count field is present inside the Response Data. | passed | arun-ramanan@netspective.in | 15-12-2024 | High | |
Verify that the Dashboard Count field is present inside the Response Data when sending a GET request to the /dashboard endpoint. | passed | arun-ramanan@netspective.in | 15-12-2024 | High | |
Verify that if the System Count field in the response is not an integer and contains special characters, decimals, or leading zeros, it should throw an error. | failed | arun-ramanan@netspective.in | 15-12-2024 | High | |
Verify that if the Dashboard Count field in the response is not an integer and contains special characters, decimals, or leading zeros, it should throw an error. | passed | arun-ramanan@netspective.in | 15-12-2024 | High | |
Verify that the System Count in the response is greater than 0. | passed | arun-ramanan@netspective.in | 15-12-2024 | High | |
Verify that the Dashboard Count in the response is greater than 0. | passed | arun-ramanan@netspective.in | 15-12-2024 | High | |
Verify that the Dashboard Count is always greater than or equal to the System Count. | passed | arun-ramanan@netspective.in | 15-12-2024 | High | |
Verify that the response for System & Dashboard is of integer type. | passed | arun-ramanan@netspective.in | 15-12-2024 | High |