What is an USECASE? Why it is needed?

Answers were Sorted based on User's Feedback



What is an USECASE? Why it is needed?..

Answer / surendra singh (suraj)

It is useful to represent the complete and specific
funtionality that an actor(USER) is desirous of.
This functionality is shown by the USECASE model with the
help of Diagrams, i.e. Sequence Diagram and Colloboration
Diagram. It shows the various states of a work flow(Project
or Program).

Is This Answer Correct ?    16 Yes 1 No

What is an USECASE? Why it is needed?..

Answer / shrikant

use case is a interaction between actor(USER) and System
(application), for single system there many use cases
depends on Requirements.

Is This Answer Correct ?    11 Yes 0 No

What is an USECASE? Why it is needed?..

Answer / guest

Diagram which represents the requiremnets(usecase) of the
user(actor). its needed to represent the dynamic model at
the analysis stage to represent the graphical view of the
requiremnetal behaviour.

Is This Answer Correct ?    8 Yes 1 No

What is an USECASE? Why it is needed?..

Answer / narendra vyas

use case represents diagrams. there are two types of use
cases BUC-> business use case and SUC-> system use case
In BUC we represent pictures related to Domain and SUC we
represents shapes like elipse,arrows etc. this is the very
first stage of design where we find out actors and related
activity. actor performs happy activity

Is This Answer Correct ?    3 Yes 0 No

What is an USECASE? Why it is needed?..

Answer / zerozero

Types of UML Diagrams:
1. Use case Diagram
2. State Diagram
3. Class diagram,
4. Sequence diagram
5. Collaboration diagram


Use case: A set of scenarios that describing an interaction
between a user and a system, including alternatives.

Use case diagram-Uses:
Used for describing a set of user scenarios
Mainly used for capturing user requirements
Work like a contract between end user and software developers

Use case diagram-Core components:
a) Actor b) Use case c) System boundry

Use case diagram Relation's:
a)Association B) Generalization c) Include d) extend

Is This Answer Correct ?    3 Yes 0 No

What is an USECASE? Why it is needed?..

Answer / ashok

A use case is a methodology used in system analysis to
identify, clarify, and organize system requirements. The
use case is made up of a set of possible sequences of
interactions between systems and users in a particular
environment and related to a particular goal.

Is This Answer Correct ?    3 Yes 1 No

What is an USECASE? Why it is needed?..

Answer / 123

use case show the flow of the system,to be performed by the actor..

Is This Answer Correct ?    0 Yes 0 No

What is an USECASE? Why it is needed?..

Answer / sravan

an usecase is a sequence of actions which can be done by a
actor.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More OOAD Interview Questions

What if we override the conflicting method in the class?

0 Answers  


How to differentiate between a CreateObject() and GetObject() ?

0 Answers   CGI,


What is Object Constraint Language (OCL)?

1 Answers   Protech,


Explain colloboration

0 Answers  


What is the difference between an Abstract class and Interface?

0 Answers  






Why is planning too much up front a mistake in an OOSAD project?

3 Answers   Infosys,


What is composition? Explain the purpose of composition.

0 Answers  


How many methods are there in the externalizable interface?

0 Answers  


Write a program to show the inheritance used in a class.

0 Answers  


What are abstract functions? Why are they used?

0 Answers  


Explain persistence?

0 Answers  


Can an interface inherit from another interface?

0 Answers  


Categories