0% found this document useful (0 votes)
91 views11 pages

Moving Into Implementation

The document discusses the implementation phase of a project which consists of developing and testing software, documentation, and procedures. It outlines managing the programming process through assigning tasks, coordinating activities, and scheduling. Testing involves planning test cases to validate expected and actual results. Documentation includes system documentation for developers and user documentation like reference documents, procedures manuals, and tutorials.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views11 pages

Moving Into Implementation

The document discusses the implementation phase of a project which consists of developing and testing software, documentation, and procedures. It outlines managing the programming process through assigning tasks, coordinating activities, and scheduling. Testing involves planning test cases to validate expected and actual results. Documentation includes system documentation for developers and user documentation like reference documents, procedures manuals, and tutorials.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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