Difference between revisions of "Use case"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 22: Line 22:
  
 
* [https://en.wikipedia.org/wiki/Use_case Use case] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Use_case Use case] @ Wikipedia
 +
 +
[[Category:Design]]
 +
[[Category:Human factors]]
 +
[[Category:User experience]]
 +
[[Category:Software engineering]]
 +
[[Category:Web design and development]]
 +
[[Category:Web accessibility]]
 +
[[Category:Web usability]]

Revision as of 10:27, 19 April 2016

In software and systems engineering, a use case is a list of steps, typically defining interactions between a role (known in Unified Modeling Language (UML) as an "actor") and a system, to achieve a goal. The actor can be a human, an external system, or time.

Description

In systems engineering, use cases are used at a higher level than within software engineering, often representing missions or stakeholder goals. The detailed requirements may then be captured in Systems Modeling Language (SysML) or as contractual statements.

Use cases are an important requirement technique that have been widely used in modern software engineering since their formal introduction by Ivar Jacobson in 1992.

Use case driven development is a key characteristic of process models and frameworks such as the Unified Process (UP), Rational Unified Process (RUP), and Oracle Unified Method (OUM).

With its iterative and evolutionary nature, the use case is also a good fit for agile development.

See also

External links