Because testing during the design phase can
prevent defects later on. I recommend we verify three things...
Verify the design is good, efficient, compact, testable and maintainable.
Verify the design meets the requirements and is complete (specifies all
relationships between modules, how to pass data, what happens in exceptional
circumstances, starting state of each module and how to guarantee the state of
each module).
Verify the design incorporates enough memory, I/O devices and quick enough
runtime for the final product.
No comments:
Post a Comment