Re: Can Use case be an actor for another use case?
Posted By:
Anonymous
Posted On:
Friday, March 3, 2006 07:25 AM
Yes you can use it if the actor is dependent on previous action.
Unless login, payroll genration is not possible.
Suppose the login fails then two possible conditions
1>either username or passwords or both fields will be invalid .
2> Unregister user.
So the actor roll changes as per the condition.