祝你的测验好运。
In this case, by all means focus your tests on that one area.
在这种情况下,务必使您的测试集中在那个区域。
部署并运行你的测试。
Use the file HPL.dat to tune your tests.
使用文件HPL . dat来对测试进行调优。
It doesn't guarantee the quality of your tests.
但是它不能保证测试的质量。
Close the runtime environment after your tests.
在您完成测试之后您可以关闭运行时环境。
Refactor your code and automate your tests.
重构代码并自动化测试。
You are now ready to make changes to your tests.
现在您将准备对您的测试进行变更。
Aiming for a goal of 100% of all of your tests run?
瞄准100%运行您所有的测试的目标吗?
The first step in automated testing is to choose your tests.
自动化测试的第一步是选择你的测试。
One alternative is to use an in-memory database for your tests.
另一个可选的方式是为测试使用内存数据库。
Once you've passed all your tests, I recommend the gorilla test.
一旦完成了所有的测试,我建议您试一试野蛮测试。
Don't make your tests more complicated than the code under test.
不要使您的测试代码比被测代码更复杂。
Account for this added dependency when you write your tests.
在编写测试时,请务必考虑这一附加的依赖性。
How you can uniquely identify such components in your tests?
如何在测试中惟一标识这样的组件?
Confirm the results of your tests on the other application server.
在另一个应用服务器上确认测试的结果。
Finally, examine the code that was not executed during your tests.
最后,检查您测试中的那些没有实现的代码。
With refactoring, if the code breaks, your tests will tell you.
重构时,如果代码崩溃了,测试将告诉您。
We've made it a breeze to add new layers of abstraction to your tests.
我们让你可以轻而易举地增加新的测试抽象层。
When practicing TFP, you add only enough code to make your tests pass.
当实施TFP时,只添加了足够让测试通过的代码。
As the underlying code changes, your tests will inevitably fall behind.
因为一旦下面的代码变更,您的测试就不可避免地会落后。
OK, good luck on your tests, and remember the review session if you care.
好的,祝你的测验好运,并记住复习如果你在乎的话。
The more and different is your testing data, more reliable are your tests.
您的测试数据越多越不同,那么您的测试就越可靠。
Hopefully, if the legacy system is a good one, most of your tests will pass.
如果遗留系统是一个好的系统,您的大多数测试还是很有希望通过的。
That's what a sham object is — a lightweight way to fake things out in your tests.
这就是伪对象—一种用来伪装测试中对象的轻量型方式。
The fastest gains in code coverage come by starting your tests at the highest level.
在最高层次上开始测试能够以最快速度获得代码覆盖率。
When you run your tests, you can then use the weight to distribute your results.
当您运行测试时,您可以使用权重来分配您的结果。
If your tests are repeatable, the differences between test results should be minimal.
如果测试是可重复的,那么测试结果之间的差异应该是极小的。
If your tests are repeatable, the differences between test results should be minimal.
如果测试是可重复的,那么测试结果之间的差异应该是极小的。
应用推荐