Functional tests: testing controllers.
功能测试:对控制器进行测试。
Listing 3 shows a few basic functional tests.
清单3给出了一些基础的功能测试。
Functional tests: (also known as System tests).
功能测试:(也被叫做系统测试)。
Running Web-based functional tests with selenium.
用Selenium运行基于Web的功能测试。
System tests are very similar to functional tests.
系统测试和功能测试很相似。
Functional tests are like self-validating use cases.
功能测试就像自验证式用例。
Functional tests and unit tests are vastly different.
功能测试与单元测试相差甚远。
Functional tests are written from a user's perspective.
功能测试是从用户的角度编写的。
It is intended for functional tests, not for production.
它主要用于功能测试,不用于生产。
Developers should be writing functional tests with users.
开发人员应与用户共同编写功能测试。
The homeowner is performing functional tests on the house.
房主对房子执行功能测试。
Functional tests capture user requirements in a useful way.
功能测试以有效方式捕获用户需求。
Part 2 spends more time on functional tests and integration tests.
第2部分把更多时间花在功能测试和集成测试上。
Tests written to test controllers are called functional tests.
为测试控制器编写的测试称为功能测试(functionaltest)。
Changes in the GUI's layout should not affect robust functional tests.
更改gui的布局不应影响强健的功能测试。
The functional tests will expose problems that your unit tests are missing.
功能测试将暴露单元测试遗漏的问题。
Functional tests exercise the user interface through isolated HTTP requests.
功能测试通过孤立的HTTP请求检验用户接口。
Now, consider one hundred functional tests that all perform a test like this.
现在,考虑如果一百个功能性测试都要这样执行测试,会怎么样。
Work with a user to write functional tests that capture the user requirements.
请与用户一起编写获取用户需求的功能测试。
Developers are generally responsible for creating unit tests and sometimes functional tests.
开发人员通常负责创建单元测试,有时负责功能测试。
You can also test the code in traditional ways, using debugger or performing functional tests.
你也可以采用传统方式对代码进行测试,例如使用调试器或者执行功能测试。
Functional tests and integration tests exercise progressively larger pieces of an application.
功能测试和集成测试所测试的应用程序部分越来越多。
But there's no rule that says you have to use database-backed models to do your functional tests.
但没有规定要求必须使用受数据库支撑的模型去做功能测试。
JUnit is very good at unit testing; however, it unravels when attempting to write functional tests.
JUnit非常适合编写单元测试;但是,当试图编写功能测试时,它就显得力不从心了。
Functional tests in this scenario are analogous to the homeowner visiting this same construction site.
这种情况下,功能测试类似于视察同一建筑现场的房主。
Testing may not be fun, but having working unit and functional tests makes development a lot more fun.
测试可能不那么有趣,但是在开发过程中进行单元测试和功能测试使开发变得相当有趣。
Functional tests fill in the gap left by unit tests and give the team even more confidence in the code.
功能测试填补单元测试留下的空白,并可增强小组对代码的信心。
We used PushToTest TestMaker to repurpose the tests as functional tests and load and performance tests.
我们使用了PushToTest的TestMaker来重新调整功能性测试和加载及性能测试。
The functional tests define your working system in a useful manner. A maintained suite of functional tests
功能测试以一种有用的方式对您的工作系统进行说明。
Process Explorer allows you to explore the automated functional tests through a variety of representations.
ProcessExplorer让你通过不同的表现形式来查看你的自动化功能测试。
应用推荐