这些测试可能包括脑部扫描、和腾喜龙测试。
建立并编辑测试和测试数据。
它们允许把单元测试组织成测试套件。
在测试完成时,关闭测试客户端。
团队必须运行测试并报告测试结果。
使用一些测试来测试大部分代码比根本不进行测试要好。
It's better to have most code tested by something than not tested at all.
集成测试用于测试应用程序的多个不同特性。
Integration tests exercise several different features of an application.
测试变量用于在测试之间以及测试之中引用数据。
The test variable is used to reference data throughout a test and between tests.
第一轮单元测试:通用测试客户机。
在WebSphere测试环境中测试。
使用一个测试文档为测试数据创建测试。
公有测试用来测试公有api,而私有测试则是用来测试Request对象这样的东西。
Public tests test the public API, while private tests test things like the Request object.
各个测试阶段(比如单元测试、集成测试、系统测试、验收测试)。
Various test phases (such as unit, integration, system, acceptance test).
如果存在一些测试,测试的数量是多少?
虽然是对应用程序的测试,但是这些测试并不可信。
There are tests for the application, but there is no trust in those tests.
在此测试中,测试工程师安装和设置软件。
In this test, the test engineer installs and sets up the software.
使用测试服务器测试组件。
正数测试和负数测试对它都有意义,所以我们编写两个测试。
It's useful to have both positive and negative tests here, so you do both.
一旦创建好测试类之后,测试方法中要有实际的动作。
Once you have your test class, the real action happens in your test methods.
服务测试控制点 –负载测试和压力测试。
我们将测试套件分为公有测试和私有测试。
We’re splitting our test suite into public and private tests.
测试用例是测试计划的子结点。
然后运行这个测试证实测试失败。
第一个测试将测试示例登录应用程序的装载时间。
The first test times the load-up for the example login-screen application.
可以将各个测试用例组织到属于某个测试项目的测试套件中。
You can organize individual test cases into test suites that belong to a test project.
通过初始测试是开始测试的必要条件。
不要为测试而测试。
第三类测试是覆盖测试。
系统测试和功能测试很相似。
软件质量:单元测试进展、系统测试进展、测试覆盖率。
Software quality: Unit test progress, system test progress, test coverage.
应用推荐