|
Prev: Carnegie Mellon Software Architecture courses in NYC
Next: [C#] How to measure the time of your code's execution
From: learnfpga on 21 Jan 2008 19:11 Hey All, I was trying to practise use cases and I want to write use cases for..... lets say an email system. Is there a place where I can find real world examples of use cases. Most of the ones I have seen are really small scenarios. Please point me in the right direction if you people know any links that give some real world examples. Like anti-spam for email or general email system Thanks
From: EventHelix.com on 27 Jan 2008 20:21
On Jan 21, 7:11 pm, "learnf...(a)gmail.com" <learnf...(a)gmail.com> wrote: > Hey All, > > I was trying to practise use cases and I want to write use cases > for..... lets say an email system. Is there a place where I can find > real world examples of use cases. > > Most of the ones I have seen are really small scenarios. Please point > me in the right direction if you people know any links that give some > real world examples. Like anti-spam for email or general email system > > Thanks The following link covers the delivery of an e-mail via SMTP. http://www.eventhelix.com/RealtimeMantra/Networking/SMTP_Sequence_Diagram.pdf The diagram is defined as a sequence diagram, it should be a good start for defining a use case diagram. -- EventStudio 4.0 - http://www.Eventhelix.com/Eventstudio/ Sequence diagram based systems engineering tool |