Use Case Analysis - realisation

From EUDP
Jump to: navigation, search

What

Detailed design of the Use Cases selected for the current iteration

How

The dish

Detailed Use Case Analysis Use

Ingredients

  • Selected use cases for the current iteration

Process

Refining use cases

When you have selected the use cases to be implemented for the current iteration, it is time to refine them. For each use case, the developers have to consider adding descriptions of secondary scenarios or specifying some of the scenarios in greater detail. If, for example, the only scenario specified during the Launch phase is the success scenario, then you have to add secondary scenarios describing the situations where things may not proceed as planned. The use cases must include all scenarios described at a sufficient level of detail, leaving the developers in no doubt about how the system will react seen from the user's perspective (a sequence diagram is a very good tool for modelling the dynamics of a scenario in a clear and precise way). The techniques used in the Realisation phase are the same as in the Launch phase - you just add more details and more scenarios.

Performing an iteration for one use case can provide you with valuable information about another use case. Upon feedback from the deployment of one part of the system, you might realise that another "unfinished" use case should be rewritten. This is one of the advantages of using an iterative approach to system development. Refining a use case will serve as a source of inspiration for changing other models as well. Maybe you realise that you need some new attributes for a class or a whole new class, or you realise that an object of a class will pass through more states or go through its states in another pattern.


Why

The reason why you refine the use cases for the current iteration in the Realisation phase is to ensure that the developers agree on and understand how the system works for any given scenario - seen from the user's perspective.

User Interface Analysis - realisation suits well as the next step or even in parallel of the Use Case Analysis.