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 is the main advantage of using inheritance?

0 Answers  


Explain what is an object?

0 Answers  


What is method overriding?

0 Answers  


Can we access interface static method using interface references?

0 Answers  


Explain about a class in oop?

0 Answers  






What are the features of encapsulation ?

0 Answers  


What is hybrid inheritance?

0 Answers  


Can a class in java be inherited from more than one class?

0 Answers  


What is the use of ‘finalize’?

0 Answers  


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

0 Answers   CGI,


How can we restrict inheritance for a class so that no class can be inherited from it?

0 Answers  


What is operator overloading and polymorphism?

0 Answers   ITC Indian Tobacco Company,


Categories