Talk:Use case

From FreeMind
Revision as of 19:32, 14 October 2007 by Rben13 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Use Case Granularity

In my experience as a QA analyst and software designer, the best use cases have been those that do a good job communicating both to the user community and the engineers. They've usually been written in narrative form. The first set developed usually document typical usage of the system. As users, designer, and developers work through the implications of the design, additional cases are written to illustrate corner cases, places where the usual logic can lead to unexpected results.

You can write use cases that cover a lot of territory, they don't have to be nearly so detailed as test cases, but they should still be written with the idea of testing them in mind. If a use case calls for something that can't be tested, you can be fairly sure there will be conflict over that issue later on in the project.