如何编写验收测试
您将如何向使用 .NET 框架的团队引入验收测试? 有哪些工具可用于此目的?
谢谢!
How would you go about introducing acceptance tests into a team using the .NET framework? What tools are available for this purpose?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能想看看 FitNesse,它是一种让验收测试看起来像 wiki 文档的方法(以便 QA 或项目经理可以读取和编写)
http://fitnesse.org/
这是一个很好的介绍
http://ablog.apress.com/?p=735
You might want to take a look at FitNesse, which is meant to be a way for Acceptance tests to look like a wiki document (so that they can be read and written by QA or project managers)
http://fitnesse.org/
Here's a good intro
http://ablog.apress.com/?p=735
看到这篇文章,我认为首先了解什么是验收测试是个好主意。 您的问题不是如何引入单元测试吗?单元测试是验收测试的姐妹。
对于.Framework,他们应该使用NMock 和NUnit。
还值得检查 BDD
客户验收测试应该有多详细?
See this post, I think its a good idea to first understand what an acceptance test is. Is your question not how to introduce Unit testing, which is the sister of Acceptance Tests.
For .Framework they should use NMock and NUnit.
Also worth while checking BDD
How detailed should a customer acceptance test be?