How to validate the functionalities of the reports and what are all the things to be tested while validating reports
All, Reports are the means by which we are going to extract needful data and present it in a useful manner to the user, while validating the functionality of a report two things always need to be keep in mind
1. Correctness -Here correctness refer to the correctness of data extracted, means whether we are getting correct data for the given data extraction criteria (Query)
2. Content-means the output which we are getting
3. Completeness - means whether we are getting data which is complete with respect to the given criteria. For validating the report, people need to have access to the backend so that he can compare the data and assure correctness, completeness and content of output.

0 comments