Moving Into Implementation
Moving Into Implementation
Moving Into Implementation
LECTURE 6
Moving Into Implementation
ITEC90 - System Integration & Architecture II PREPARED BY: Kylie Ivy Abang
Implementation Phase
Test Planning
defines a series of tests that will be conducted
test cases - defines the expected results and the actual results observed.
script area - used to describe the sequence of keystrokes or mouse clicks
and movements for this type of test.
stubs - a placeholder for a module that usually displays a simple test
message on the screen or returns some hardcoded value when it is
selected
Test Plan
Testing Separate
Modules
four general stages of tests:
unit tests
integration tests
system tests
acceptance tests
DEVELOPING DOCUMENTATION