Agile software development

系统 1449 0

So far, there are 2 projects/products using agile software development.

There are 4 type workitems used in agile software development: user stories, tasks, test cases, bugs

1. user stories

A team creates user stories to define the features, functions, and requirements to be implemented. A user story describes customer goals at a high level and are fundamental elements of the team's planning effort because they help the team estimate, prioritize, define, schedule, and verify work that relates to each user story.

Each user story should simply state what a user wants to do with a feature of the software and describe it from the user's perspective. When you write user stories, you should focus on who the feature is for, what they want to accomplish, and why . You should avoid descriptions that specify how the feature should be developed.

The format is like :

"As a <role>, I want <goal/desire> so that <benefit>"

or much shorter version: "As a <role>, I want <goal/desire>"

2. tasks

A task communicates the need to do some work. Each team member(dev, tester, ui) can define tasks to represent the work that they need to accomplish.

3. test cases

A team uses test cases to define both manual and automated tests. We can create not only test cases but also test suites and test configurations that support testing your project.

4. bugs

A bug communicates that a potential problem exists in the code that your team is developing. When you define a bug, you want to accurately report the problem in a way that helps the reader to understand the full impact of the problem. You should also describe the actions that you took to find the bug so that other members of the team can more easily reproduce the behavior. The test results should clearly show the problem.


Please refer to http://msdn.microsoft.com/en-us/library/dd380634.aspx#AddTestCase

and http://www.subcide.com/articles/how-to-write-meaningful-user-stories/

and http://en.wikipedia.org/wiki/User_story

Agile software development


更多文章、技术交流、商务合作、联系博主

微信扫码或搜索:z360901061

微信扫一扫加我为好友

QQ号联系: 360901061

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描下面二维码支持博主2元、5元、10元、20元等您想捐的金额吧,狠狠点击下面给点支持吧,站长非常感激您!手机微信长按不能支付解决办法:请将微信支付二维码保存到相册,切换到微信,然后点击微信右上角扫一扫功能,选择支付二维码完成支付。

【本文对您有帮助就好】

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描上面二维码支持博主2元、5元、10元、自定义金额等您想捐的金额吧,站长会非常 感谢您的哦!!!

发表我的评论
最新评论 总共0条评论