views:

199

answers:

2

I have done some research and found test plan over 40 pages. It includes so many elements that it is difficult to keep track. Additionally, it is not provided any examples, just a description of the different tests such as acceptance test, system test, etc. If anyone have made some good and simple test plan for the development of a product and could share, so that I can gain inspiration with example would be very helpful.

+1  A: 

yeah, i find that a pain to when i just want to do the thing, and people explain around it - im like "just bloody show me an example template i can rip off!"

this is why i write my articles with a pragmatic approach (e.g. Writing a System Test Plan)

its short, has an explanation of the reasoning behind the test structure, and gives the actual template

-- LM

louism
+1  A: 

Refer to this article for guidelines to write test plans: http://developergeeks.com/article/1/guidelines-for-testing-and-test-planning

Maniche