How to test a report generated from a DB?

Questions by harrybangera

Showing Answers 1 - 3 of 3 Answers

Accy test

  • Nov 28th, 2014
 

Well, in order to test report generating after successful execution of job,you need to perform following tests:

1. Verify the report is generated at the respective path or not.

2. Verify the format/layout of the report.Check whether all of the mandatory fields are present in it or not.

3. Verify the number of rows present in the report is equal to the number of records getting loaded as per the logs generated after successful execution of job.

4. Validate the values and the data is getting loaded from the DB correctly. All the values in the report should match with the values in the tables in the DB.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions