1

I'm writing some reports for software system test results, and I'm looking for inspiration. Are there any really good examples out there of test reports that I can model mine after?

Note that this is system testing, not unit testing. I'm taking test cases, running them through my system in a variety of ways, and doing both truth and regression testing on the results.

I need a good way to visualize all that information and make it useful.

Raedwald
  • 46,613
  • 43
  • 151
  • 237
jjkparker
  • 27,597
  • 6
  • 28
  • 29

1 Answers1

1

Checkout some of the data visualization examples and the frameworks that generated them. Whichever you choose keep below points in mind (based on my own experience in generating reports for test automation initiative at my company)

  • Make provision to provide the results in Excel format so that stakeholders can use it in whichever way they want i.e. graph it, derive some info out of it, email it etc
  • Show the Trend history at feature level and also individual test level
  • Numbers matter than charts
Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327