Water fall 모델

Software Engineering 2008. 10. 26. 15:50
  Water Fall 모델은 개발단계가 요구사항 수집부터 유지보수까지 순차적으로 진행되는 모델을 말하며, 각 단계를 완료하기 전까지 다음 단계로 진행하지 않는다. Water Fall 모델에서는 각 단계마다 요구되는 문서들이 있으며 이러한 문서들을 중심으로 개발단계가 흘러가게 된다. 

  Water Fall 모델은 다음과 같은 단계를 가진다.
요구사항 -> 상위 설계 -> 상세설계 -> 구현 -> 테스트 -> 릴리즈 -> 유지보수

[ Water Fall 모델에서 생성되는 산출물(문서)들 ]
Requirements analysis Feasibility study, Outline requirements
Requirements definition Requirements documents
System specification Functional specification, Acceptance test plan
Draft user manual
Architectural design Architectural specification, System test plan
Interface design Interface specification, Intergration test plan
Detailed design Design specification, Unit test plan
Coding Program code
Unit testing Unit test report
Module testing Module test report
Intergration testing Integration test report, Final user manual
System testing System test report
Acceptance testing Final system plus documentation

설정

트랙백

댓글