3

At the place I intern, we're managing a project that's quite old (about 8 years). There's a specification document that discusses features but the mentioned stuff has been subject to incremental changes over the years so that these documents no longer fully discuss exact specifications of a particular feature. I'm curious on how you keep track of such incremental changes to a feature? Do you update the specification document with the new requirement document or is there some other way to do it?

Comments
  • 1
    We're using document versions with change index, and the requirements within the spec have also a version number. The test procedures reference a certain spec version so that we always know which software version implements which spec, and how that was tested.
Add Comment