유스케이스한 제품/서비스의 기능을 간략하게 늘어놓은 것이다. 유스케이스는 간단한 단어를 사용하여 해당 기능의 쓰임새와 이유를 설명한다. .... 유스케이슨느 작업을 나누고 시스템이 무엇을 해줘야 하는지를 보여주는 훌륭한 방법이다.
유스케이스는 아래의 형태를 보인다.
- 제목
- 작업자
- 목적
- 기본 상태
- 최종 상태
- 주요 단계
- 대안
- 관련된 유스케이스
A use case in software engineering and systems engineering is a description of a system’s behaviour as it responds to a request that originates from outside of that system. In other words, a use case describes "who" can do "what" with the system in question. The use case technique is used to capture a system's behavioral requirements by detailing scenario-driven threads through the functional requirements.(출처: WIKIPEDIA)

