DEVFYI - Developer Resource - FYI

What are use cases?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

125. What are use cases?

A use case describes a situation that a program might encounter and what behavior the program should exhibit in that circumstance. It is part of the analysis of a program. The collection of use cases should, ideally, anticipate all the standard circumstances and many of the extraordinary circumstances possible so that the program will be robust.

(Continued on next question...)

Other Interview Questions