Apoest 01 01
Apoest 01 01
2. Design Clarifies what kind of system to make and how based on the analysis
results. (A design document is prepared to decide the method of
development.)
3. Implementation Creates a program and loads (implements) it on the hardware.
4. Test Runs the system to verify that the software is developed according to the
design and the system works as required by the client.
5. Finalization The system is completed and then operated after completing all tests and
confirmed by the client.
6. Operation and After the completion, the system will be operated daily. Even after the
maintenance completion, addition and improvement are made according to changes in
the situation. Each time, we analyze, design, implement and test the
system so that it will constantly change to meet the client’s requirements.
This process of analysis, design, implementation and test is called a “development process.”
Internal design Designs the internal structure of the system from the functional specifications.
- Designs the internal processing methods from the functional specifications.
Splits functionalities into programs and designs common programs.
Implementation Program design Designs the structure of the program. - Determines what the program will process.
Test Combination test Combines multiple programs into a process to verify their operation and quality.
System test Combines multiple programs into a system to verify the operation and quality. Verifies the
entire system, including its performance, reliability and operability.
Operational test Verifies that the system is operational after completion by conducting preliminary operations
in the actual system environment, in which the system will be operated, using actual data.
Completion, operation and maintenance Operates the system, adds new functions and conducts system upgrades.
MS-
UML C language MS-Excel PowerPoint
astah* (modeling tool) etrobo simulator environment
Requirements
analysis Operational test
System analysis
Programming