While writing test plan, very first thing we add is Test plan identifier
heading; under that we create table with three columns: Test plan version
, Changes
, Person who made changes
to keep track of changes in test plan.
As test plan keeps changing since there are changes suggested by developers, product managers etc and hence we should also add another row with Test plan version
, Changes
, Person who made changes
in the table.
Following are my questions:
- What should be first time ideal naming convention for test plan version? Should it be
0.1
or1.0
or something else? - After each changes, test plan version changes; what should be next version name? Means, if first time it's
1.0
, next should it be1.1
or2.0
? etc
Are there any conventions suggested by ANSI/IEEE?