White and black box design
From UG
(Difference between revisions)
(Created page with 'Category:PM (public) == Two types of Design methodology == Lets introduce the following. === White box design === What we follow now in most cases: * Requirements doc co…') |
|||
Line 1: | Line 1: | ||
[[Category:PM (public)]] | [[Category:PM (public)]] | ||
- | == | + | == Intro == |
- | Lets introduce | + | Lets introduce Two types of Design methodology. |
=== White box design === | === White box design === |
Revision as of 16:45, 13 August 2010
Intro
Lets introduce Two types of Design methodology.
White box design
What we follow now in most cases:
- Requirements doc completed
- Sys analyst creates and documents Design based on Requirements doc
- Design goes through review process
- developer codes based on Design doc
- QA tests based on Design doc
Black box design
Alternative approach:
- Requirements doc completed
- Developer codes based on Requirements doc (creating functional Prototype)
- Sys analyst creates and documents Design based on Prototype
- Design and Prototype go through review process
- QA tests based on Design doc