Some requirements are not testable because they are subjective, or they are not conducive to measurement or metrics.
一些需求是非可测试的,因为他们是主观的,或者不是有助于度量或量度的。
Doing this not only has made the code more testable, but also made it not depend on the global variables in the method.
这样做不仅使代码变得更具可测试性,而且也使它不依赖于方法的全局变量。
We also saw how making these changes to your code not only made the code more testable, but also improved the code quality in general and promoted code reuse in the refactored code sections.
我们还了解了这些代码的修改不仅能够提高代码的可测试性,也能够普遍改进代码的质量,以及提高重构代码的可重用性。
In the process of making code testable, we've refactored previously problematic code; not only problematic in it's design but in it's function.
在使代码变得更具可测试性的过程中,我们对前面一些有问题的代码进行了重构;这些代码不仅设计上有问题,功能上也有问题。
This is especially true of GUI applications, where the GUI itself might not be easily testable but the code which it calls may be.
在GUI应用中尤其如此,GUI自身可能不好测试,但是其调用的代码却是可测试的。
Good specifications - should be precise and testable, not written as a script, not written as a flow.
好的需求说明,应该是精确的、可测试的,不应该用脚本去编写,也不应该写成流程描述的样子。
It runs in a browser, not in a server process, so it is only really testable from an Internet browser.
UI在浏览器中、而不是在服务器进程中运行,因此只能从一个Internet浏览器来测试它。
If you're not sure about how a feature works, make it testable and write tests.
如果您不确定有关功能的工作方式,使其可测试并编写测试。
One valuable lesson I learned is that a framework that is testable does not mean that applications built with that framework are testable.
我得到的一个有价值的教训是:一个可测试的框架并不是指那些用框架所建立的程序是可测试的。
One valuable lesson I learned is that a framework that is testable does not mean that applications built with that framework are testable.
我得到的一个有价值的教训是:一个可测试的框架并不是指那些用框架所建立的程序是可测试的。
应用推荐