Use case diagram for online banking transaction

broken image

System announces item description and price over voice output.System looks up UPC code in database procuring item description and price.Use-case 1 − Sales Clerk checks out an item The actors are connected to the use-case with lines. The actors are drawn as little stick figures. The Figure below shows, what a use-case might look like UML schematic form. Business, actors, Customers participating in the business use-case should be connected to the use-case by association.

broken image

Use-case should reflect user needs and goals, and should be initiated by an actor. We need to define what those users (actors) need from the system. Use-cases represents the activities that actors perform with the help of your system in the pursuit of a goal. They must supply stimuli to that part of the system, and the must receive outputs from it. The only criterion is that they must be external to the part of the system being partitioned into use-cases. Those users can be humans, other computers, pieces of hardware, or even other software systems. Actors represent roles that can are played by users of the system.

They separate the system into actors and use-cases. Use-cases are used during the analysis phase of a project to identify and partition system functionality. An important part of the Unified Modeling Language (UML) is the facilities for drawing usecase diagrams.

broken image