如何编写验收测试

发布于 2024-07-07 05:52:46 字数 61 浏览 6 评论 0原文

您将如何向使用 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秉烛思 2024-07-14 05:52:46

您可能想看看 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

胡大本事 2024-07-14 05:52:46

看到这篇文章,我认为首先了解什么是验收测试是个好主意。 您的问题不是如何引入单元测试吗?单元测试是验收测试的姐妹。
对于.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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文