As part of a Java assignment i have written a Payroll program. The programm generates 2 files: payslip and report. The payslip contains all the details for each employee e.g. name, id, annual salary, tax credits, department code, tax due etc etc and the report contains details of each of the 4 department e.g. total gross, total net tax etc.
ok i guess so far it's boring but here's my query: the development of this application occurred in 11 stages for each of which i need to present input data, expected output data and some sccreenshots. Does anyone have a recommendation or experience regarding 'test data strategies'? My point is that i find it rather unreadable and simplistic to just add a table into the report with all the data of 8 or 10 employees as input data. Is a report focusing on unit testing acceptable when only part of the data is presented selectively? Any examples would be very welcome. I googled but it is difficult to find something that matches my query.
Thanks
Baba