Time: Wednesday, December 09, 2009
Person: CTO, Bob
Event: A email Warning all the engineers: who drop something to production that was not documented, not known to have been tested, not reviewed for impact to financial systems, etc will depart.
Time: Feb 02, 2010
Person: me
Event: search the internet to know about SDLC
In the CC, there is already summary of software development process in its first chapter:
Problem definition
Requirements Analysis
------------------------------
Architecture Design
FSD
------------------------------
Development
------------------------------
Unit Test
Integration Test
------------------------------
Release
Maintainance
Combined with above pictures:
1. Problem definition
2. Requirement Analysis
2.1 Use Requirement Analysis - Functional requirements
2.2 System Requirement Analysis - Quality requirements
3. Design
3.1 Architecture design
3.2 Component Design
4. Development
4.1 Prototype
4.2 Product
5. Test
5.1 Unit test
5.2 Integration Test
6. Release
6.1 Stage
6.2 Production
6.3 Training
7. Maintainance
7.1 Monitor
7.2 Jump to 1