Thursday, July 26, 2007
Use Case
I have a requirement where user can add an item to the database and if they want, they may modify or delete the item from databse. In this case shall i write one use case for 3 types (add, delete, modify) of operation and put modify/delete options in the "alternative flow" or i need to write 3 use cases for 3 types (add, delete, modify) of operation? i have opinions from people for both cases. But which one would be actual format?
Subscribe to:
Post Comments (Atom)

2 comments:
if you have different scenarios for addition, deletion or whatever you should write different use cases. you should have one use case for one scenario.
Well said.
Post a Comment