What is the initiating actor for the usecase shown here
Posted
by
Illep
on Stack Overflow
See other posts from Stack Overflow
or by Illep
Published on 2012-12-17T19:37:50Z
Indexed on
2012/12/18
5:03 UTC
Read the original article
Hit count: 233
I am new to drawing use case and writing use case descriptions.
I have an Actor called User
, an abstract usecase called Work Type
and another use case called Manager
. The usecase Manager
has a generalized relationship with the Work Type
use case.
I'm now writing the use case description for Manager
use case. And what is the initiating Actor for this use case. Is it the Actor User
? or doesn't it have an initiating Actor ?
Note: I only want to know the initiating Actor for the use case Manager
© Stack Overflow or respective owner