What is a use case?
Use case is used to describe all the possible steps a user may perform to interact with the system.
Use case is used to describe all the possible steps a user may perform to interact with the system. It allows you to chalk out all the possible techniques and how the end user can use the application with a set of instructions to the system and the expected result of the interaction with the system. It is a list of actions or event steps typically defining the interactions between an actor and system to achieve a goal.
Comments
Post a Comment