Implementation Phase Flashcards
The implementation phase encompasses, or equivalently, it’s main functions or even sub-phases are ________, ______, and _______ of the new system.
construction/documentation, testing, installation/conversion
What is the input and output of the implementation phase?
Input=Design specification
Output=Fn.al system
What are the principal tools of the implementation phase?
- Patterns, frameworks and development environments.
- Testing Approaches.
- Conversion strategies.
What role participates in structured walkthroughs, acceptance tests and documentation tests
Users
What role in this phase supervises coding, testing, and site preparation, as well as coordinating conversion.
Analyst
The construction phase (within the implementation phase includes these more granular tasks…
Coding, testing and optimization of the algorithms.
True or False: In the implementation phase the site should be prepped for the computer.
True
What are the three rejection categories?
- Needs complete rebuild.
- Major revisions
- Needs minor revisions
- Was incomplete and must be continued.
When is testing done in this phase?
All the freaking time!
What must be tested?
Everything!
What is incremental testing?
Test by itself, then if it plays well with others.
When should incremental testing begin?
As soon as the second module is made.
Each module that is added doesn’t need to be related to the group of existing modules; a module can be added to an unrelated group of modules and the test can still be expected to be successful. T or F
False
In general incremental testing how should one move throughout the structure chart?
Start in one area then gradually move to others.
What are the 4 conversion strategies?
direct changeover, parallel conversion, gradual conversion, and phased conversion.