CHP 13 Flashcards
T/F implementation phase if the most expensive and time-consuming phase of the entire life cycle?
True
What are the deliverables for coding?
code
program documentation
What are the deliverables for testing?
test senarios and test data
results of program and system testing
What are the deliverable for installation?
user guides
user training plan
installation and conversion plan
What are the deliverables for documentation?
system documentation
user documentation
What are the deliverables for User Training plan?
Classes
tutorials
What are the deliverables for user training modules?
Training materials
computer-based training aids
What are the deliverables for User Support Plan?
Help desk
online help
bulletin boards and other mechanisms
what is inspections?
participants examine program code for predictable language specific errors
What is Desk Checking?
program code is sequentially executed manually by reviewer
Unit Testing?
each module is tested alone in an attempt to discover any errors in it code
Integration testing?
bringing together all of the modules that a program comprises for testing purposes
System testing?
bringing together of all of the programs that a system comprises for test purposes
Sub testing?
used in testing modules, especially where modules are written and tested in a top-down fashion where a few lines of code are used to substitute for subordinate modules
Testing Harness?
automated testing environment used to review code for errors, standards violations and other design flaws