像往常那样,该类的单元测试应该捕获其每个方法的功能。
As always, the unit tests for that class should capture the functionality for each of its methods.
在早期,我们将应用程序交给顾客之前,我们的开发人员就利用 RAD 进行了最初的单元测试。
Early on, our developers used RAD for the initial unit testing before we turned the application over to the customer.
不必每天运行所有自动化的单元测试,而只运行此特定交付或迭代需要通过的测试。
Instead of running all your automated unit tests every day, only run the ones that need to pass for this particular delivery or iteration.
许多开发人员使用称为后测试开发(TAD)的各种测试,你首先编写代码,然后编写单元测试。
Many developers use a variant of testing called test-after development (TAD), whereby you write the code and then write the unit tests.
在单元测试中避免使用域对象。
我布置了关于编写单元测试的作业。
功能测试与单元测试相差甚远。
为何需要单元测试和单元测试框架?
在现有实现上实现单元测试。
最后,执行确定的单元测试。
功能测试将暴露单元测试遗漏的问题。
The functional tests will expose problems that your unit tests are missing.
避免在单元测试中使用特定于域的对象。
基于模型的测试是单元测试的有力补充。
这个清单给出单元测试使用的实用程序类。
The listing shows a utility class that gets used by the unit test.
测试性能是单元测试最为痛苦的方面之一。
Testing performance is one of the thorniest areas of unit testing.
本文探究单元测试与功能测试之间的区别。
This article explores the differences between unit testing and functional testing.
如果你不需要编写单元测试,也应该这样做!
如果单元测试失败,我就无法整合任何代码。
在单元测试上做适当的投入,随后将得到回报。
Make the proper investment in a unit test, and it pays off later.
包括了回归测试和单元测试。
在IDE中编写单元测试尤其有帮助。
单元测试(UT)。
在你的解决方案中,你是否需要完全的单元测试?
自动化单元测试。
由于单元测试是如此重要,所以您应该先编写测试,再编写代码。
Unit tests are so important that you should write your tests before you write the code.
注意:在此强烈建议为您的单元测试组件(见图1)创建一个单元测试。
NOTE: We strongly recommend that you create a unit test for your unit test component (see figure 1).
未维护的或不正确的单元测试比根本没有进行单元测试更有害。
Unmaintained or incorrect unit tests are worse than no testing at all.
我们的经验表明,单元测试特别是自动单元测试在开发过程中是非常有帮助的。
Our experience has shown that unit testing, and in particular, automated unit testing, helps greatly during development.
仅仅进行单元测试(至少我所定义的单元测试),并不能使你在项目上走得很远。
Unit testing alone, at least as I've defined unit testing, won't get you too far on projects.
每次迭代都首先为新功能编写单元测试,然后是实际编码,最后是通过单元测试。
Each iteration started with writing unit tests for the new functionality and continued with actually coding the methods until the unit tests passed.
应用推荐