How usecase diagrams are used in software creation & what about their functions?

Showing Answers 1 - 9 of 9 Answers

Dusan B

  • Nov 2nd, 2007
 

Use case diagrams are very useful at the Inception Phase of software development. They are a visual way to represent use cases. These usecases are collected from the stakeholders by technical people (in most instances). This inherently means that users and the people developing the software speak completely different language. As an example, to a teller in a bank, a Transaction means one specific thing, but to a DB Admin or developer it means something completely different. This difference between the two languages creates a gap in understanding. UML Use-Case Diagrams are simple to understand and create, which allows them to breach the gap between the developer's understanding and the stakeholder's understanding of a system. It also helps to identify the actors in each use case, which is also very important.

To summarize, use-case diagrams are used mostly at the beginning of the SDL (software dev. life-cycle) to breach the communication gap between the people giving requirements, and the people realizing them (developers).

  Was this answer useful?  Yes

ALISHA

  • Nov 13th, 2007
 

use case diagrams mainly used to represent the functionality of a system in terms of actors and use cases.

Yash7

  • May 4th, 2009
 

Use case represent the function which perform by software system and it is initialised by actor.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions