学习使用单元测试和 Nunit 应用程序

发布于 2024-09-03 22:02:17 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

我爱人 2024-09-10 22:02:18

我建议您阅读 Roy Osherove 的单元测试的艺术

I would recommend you get The Art of Unit Testing by Roy Osherove

撩心不撩汉 2024-09-10 22:02:18

我认为 实用单元测试 是 Osherove 的《单元测试艺术》的一本很好的补充书。实用的单元测试涉及清除错误和不同类型的有针对性的测试,而罗伊的书是一本更高层次、更通用的书,涉及更广泛的概念。

作为初学者,我发现实用书是一个很好的起点。

以下是一些其他优质资源:

Misko 编写可测试代码的指南。编写测试时的主要战斗之一是……如何构建代码以使其可测试。 Misko 的指南非常宝贵。

Roy Osherove 的古怪测试评论视频。我们面临的第二场战斗是编写好的、清晰的、可维护的测试。编写糟糕/脆弱/不可维护的测试确实很容易,因此了解常见错误很重要。这些视频有时可能有点古怪,但它们充满了很好的提示。

I think Pragmatic Unit Testing is a good complementary book for Osherove's Art of Unit Testing. Pragmatic unit testing deals with flushing out errors and different types of targeted testing, whereas Roy's book is a higher level and more general book that deals with a wider range of concepts.

As a beginner, I found the Pragmatic book an excellent starting point.

Here are some other quality resources:

Misko's guide to writing testable code. One of the main battles when writing tests is ... how to structure code to make it testable. Misko's guides are invaluable.

Roy Osherove's cranky test review videos. The second battle we face is writing good, clear, maintainable tests. It's really easy to write bad/brittle/unmaintainable tests, so it is important to be aware of common mistakes. These videos can be a bit cranky at times, but they're full of good tips.

冷情妓 2024-09-10 22:02:18

它可能有点过时,但我开始的那个是 Microsoft 的测试驱动开发。 NET

It may be a little dated, but the one I started with was Test Driven Development In Microsoft.NET.

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