Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

CITY COLLEGE OF TAGAYTAY

SCHOOL OF COMPUTER STUDIES

LECTURE 6
Moving Into Implementation

ITEC90 - System Integration & Architecture II PREPARED BY: Kylie Ivy Abang
Implementation Phase

consists of developing and testing the system's software,


documentation, and new operating procedures.
MANAGING THE PROGRAMMING PROCESS

The project manager must do to manage the programming effort:

assigning programming tasks


coordinating the activities
managing the programming schedule
TESTING

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

2 Fundamental Types of Documentation:

System documentation - intended to help programmers and


systems analysts understand the application software and enable
them to build it or maintain it after the system is installed.
User documentation - designed to help the user operate the
system.
3 Fundamental Types of User Documentation:

Reference documents - designed to be used when the user needs


to learn how to perform a specific function
Procedures manuals - describe how to perform business tasks
Tutorials - teach people how to use major components of the
system

You might also like