Archive for the 'Test Templates' Category

Published by Brad Kuhn on 28 Dec 2010

Checkout Test Plan Template Posted

I’ve posted a checkout test plan template at this link.

Checkout Testing Defined

Checkout testing has a very specific purpose – that is, to verify that a deployment (usually to a Production environment) was successful.  Checkout testing is concerned with making sure that the deployed system is complete, stable, and in working order.  Checkout testing is not concerned with finding defects within the developed code – hopefully the code went through numerous testing phases (e.g. unit, system, UAT) that identified all of the issues already.

Think about the typical weekend deployment – the technical team does all of the code migration activities, then usually one or two people are responsible for making sure things work.  The last thing you want after a long deployment weekend is to get a call at 8:00am Monday morning from a user complaining that the system doesn’t work, right?  Making sure that doesn’t happen is the purpose behind checkout testing.

Why Document a Test Plan for Checkout Testing?

If you take a look at my template, you’ll see that it is not a large document – so it shouldn’t take a lot of time to produce the document.  Why do it?  Two main reasons:

  1. Rather than let your checkout testers just wing it, if you put some time into planning the checkout test you’ll stand a better chance of making sure you don’t miss something.
  2. Having a documented checkout test plan will save you time and effort across deployments.  You’ll be able to pull out the previous deployment’s plan when the next release comes.  You can also improve the plan by making sure you perform lessons learned checkpoints at the end of your project (e.g. was something missed during checkout testing?  If so, document it so it gets into the next version of the plan).

Published by Brad Kuhn on 31 May 2007

Test Plan Template Posted

I’ve just posted a new Test Plan Template. Feedback is always appreciated, so feel free to leave a comment.

Published by Brad Kuhn on 18 May 2007

Test Case Planning and Execution Template Posted

I’ve just posted a template for test case planning and execution. If you don’t have access to a testing tool, you’ll find this helpful in planning and tracking test cases.

Published by Brad Kuhn on 16 Feb 2006

Test Scenario/Script Template Posted

 

I’ve posted a template for documenting test scenarios/scripts. Drop me a comment/email with any questions or feedback you may have.

Published by Brad Kuhn on 13 Dec 2005

Defect Statistics Template Posted

I’ve posted a template for producing test statistics. The template is a follow-up on my previous on 10 Tips for Test Statistics. Drop me a comment and let me know what you think.

Next »