Whenever I need to write a Use Case, I pick up my copy of UML Distilled and use its suggested format. There are variations in the formats, so this isn't the only way. In any case it's a good reference to have on your desk. You might also check out Writing Effective Use Cases; I haven't read that one, though.
I might avoid the "in the box provided" bit - that's an implementation detail that might change. I might also change 2 to just "System searches for matches."
And yes, technical people do need to write Use Cases readable by non-technical domain experts.
Registered Customer of ABC company logged in to the system with credentials to retrieve the complete Address of particular service provider.He searches the service provider on TextBox.The System communcates with database and displays the result on monitor.
There is no need to do all the formatting, special headings, numbering etc. Give it a title and you are done. For presentation to a client, I'd use use case diagrams, and not show even this amount of detail unless asked.
发布评论
评论(2)
每当我需要编写用例时,我都会拿起我的 UML Distilled 并使用其建议的格式。格式各不相同,因此这不是唯一的方法。无论如何,将其放在办公桌上都是一个很好的参考。您还可以查看编写有效的用例;不过我还没读过那一篇。
如果您想要免费示例,请参阅:
http://ontolog.cim3 .net/cgi-bin/wiki.pl?UseCasesMartinFowlerSimpleTextExample
我可能会避免使用“提供的框中”位 - 这是可能会更改的实现细节。我也可能将 2 更改为“系统搜索匹配项”。
是的,技术人员确实需要编写非技术领域专家可读的用例。
Whenever I need to write a Use Case, I pick up my copy of UML Distilled and use its suggested format. There are variations in the formats, so this isn't the only way. In any case it's a good reference to have on your desk. You might also check out Writing Effective Use Cases; I haven't read that one, though.
If you'd like a free example, see:
http://ontolog.cim3.net/cgi-bin/wiki.pl?UseCasesMartinFowlerSimpleTextExample
I might avoid the "in the box provided" bit - that's an implementation detail that might change. I might also change 2 to just "System searches for matches."
And yes, technical people do need to write Use Cases readable by non-technical domain experts.
我想说这是你的用例:
不需要做所有的格式化、特殊标题、编号等。给它一个标题,你就完成了。为了向客户演示,
我会使用用例图,除非被要求,否则不会显示这么多细节。
I would say that this is your use case:
There is no need to do all the formatting, special headings, numbering etc. Give it a title and you are done. For presentation to a client,
I'd use use case diagrams, and not show even this amount of detail unless asked.