« Test cases from requirements specifications and use cases | Main | How to determine test coverage »
Wednesday
Oct292008

Planning for reporting

Working on an article related to test analysis and reporting, I got to thinking about some of the questions I try to answer when I report test status. Here are some of the questions I might ask myself during a project:

  • How much testing did we plan to do and how much of that have we done?

  • What potential tests are remaining and in which areas?

  • What is our current test execution velocity and what has it been for the duration of the project? How does that break out across testing area or test case priority?

  • What is our current test creation velocity and what has it been for the duration of the project? How does that break out across testing area or test case priority?

  • How much of our tests have been focused on basic functionality (basic requirements, major functions, simple data) vs. common cases (users, scenarios, basic data, state, and error coverage)vs. stress testing (strong data, state, and error coverage, load, and constrained environments)?

  • How much of our testing has been focused on capability verses other types of quality criteria (performance, security, scalability, testability, maintainability, etc...)?

  • How many of the requirements have we covered and how much of the code have we covered?

  • If applicable, what platforms and configurations have we covered?

  • How many issue have we found, what severity are they, where have we found them, and how did we find them?



What did I miss? What do you ask?

Reader Comments (2)

Which of the stakeholders' questions can we answer? What are the answers?

Which questions can we not yet answer? What keeps us from answering them?

To the stakeholders: How well are we answering your questions? What other information would you like from us?

October 29, 2008 | Unregistered CommenterDale Emery

Did the automated tools employed meet their purpose?

Did we get enough ROI from those tools to justify their continued usage?

October 30, 2008 | Unregistered CommenterAnkur Jain

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>