0
2.1kviews
Describe test reporting in detail. How to prepare a summary report ?
1 Answer
1
42views

Test reporting is a means of achieving communication through the testing cycle. There are3 types of test reporting.

  1. Test incident report: A test incident report is communication that happens through the testing cycle as and when defects are encountered .A test incident report is an entry made in the defect repository each defect has a unique id to identify incident .The high impact test incident are highlighted in the test summary report.

  2. Test cycle report: A test cycle entails planning and running certain test in cycle , each cycle using a different build of the product .As the product progresses through the various cycles it is expected to stabilize.Test cycle report gives

  • A summary of the activities carried out during that cycle.

  • Defects that are uncovered during that cycle based on severity and impact

  • Progress from the previous cycle to the current cycle in terms of defect fixed

  • Outstanding defects that not yet to be fixed in cycle

  • Any variation observed in effort or schedule

3 Test summary report: The final step in a test cycle is to recommend the suitability of a product for release. A report that summarizes the result of a test cycle is the test summary report. There are two types of test summary report:

  • Phase wise test summary, which is produced at the end of every phase.

  • Final test summary report.

A Summary report should present

  1. Test Summary report Identifier 2 Description: Identify the test items being reported in this report with test id 3 Variances: Mention any deviation from test plans, test procedures, if any. 4 Summary of results: All the results are mentioned here with the resolved incidents and their solutions. 5 Comprehensive assessment and recommendation for release should include: Fit for release assessment and recommendation of release.

OR

 A test report is any descriptions, explanation or justification the status of a test project.

 A comprehensive test report is all of those things together.

 Test reporting is a means of achieving this communication. Types of reports that might be generated for a classical waterfall based project include:

 summary report for the phase;

 technical review report;

 walkthrough report;

 audit report.

 test report

Summary Report:

 The phase may be between five and ten pages in length.

 It would cover the major points drawn out from the testing.

 It is suggested that the report be structured with a single highlight sheet at the front based on a small commentary and a table that will show key areas where successful testing has been completed and areas where concern must be documented.

 The report should also address any issues that arose from external dependencies that may have affected the schedule.

Please log in to add an answer.