Re: Deciding whats a use case and what not, separating one from another
Posted By:
rajeev_kumar
Posted On:
Friday, January 31, 2003 01:50 AM
Use Case are the processes in ur system and Actor are the ppl/system that act on those, in ur case USER can be Actor and USECASE can be Login and outgoing arrow from Login Use Case shows success or shows the Use Case after successfull Login and in case of Failed Login just put the Loop around the Login Use Case indicating that User should enter username and password again, hope this helps