Perform code and unit test of the development tasks.
完成的开发任务中的代码编写和单元测试。
The need to insulate development teams from changes that occur to subsystems that they depend on during the code and unit test phase of the SDLC.
需要使开发团队避免对子系统进行修改,他们需要在SDLC的编码和单元测试阶段依赖这些子系统。
Many developers use a variant of testing called test-after development (TAD), whereby you write the code and then write the unit tests.
许多开发人员使用称为后测试开发(TAD)的各种测试,你首先编写代码,然后编写单元测试。
The communication of available functionality was critical since there were only three weeks per iteration to perform system test application design, code, and unit test.
对可用功能的交流是至关重要的,因为每个迭代中只有三个星期是执行系统测试应用程序的设计、编码,和单元测试的。
As you change code, unit test, and perform UAT, you should identify bottlenecks and implement changes as needed.
当您改变代码、单元测试并执行UAT时,应该识别瓶颈并根据需要进行改进。
Upon completing the code and the unit tests, the developer creates a review package consisting of design specifications, code, unit test specifications, and unit test results.
在完成了代码和单元测试之上,开发人员创建一个由设计说明、代码、单元测试说明和单元测试结果组成的评审包。
While the code was being developed, they focused on building technical skills, planning, test case development, and application unit test.
在开发代码的过程中,他们关注构建技术技能、计划、测试案例开发,和应用程序单元测试。
Furthermore, well-written application classes can easily be unit tested by providing stub implementations of the injected objects, improving test coverage and code quality.
此外,通过提供被注入对象的存根实现、改进测试覆盖率和代码质量,可轻松对编写良好的应用程序类执行单元测试。
A unit test is the initial testing of new and changed code in a module.
单元测试是模块中新代码和变更代码最初进行的测试。
Provide training that covers Code Smells, Refactoring, Unit Test and Test Driven Development.
提供一些培训,包括代码的坏味道,重构,单元测试和测试驱动开发等。
All application development efforts must provide a comprehensive unit test strategy and accompanying unit test code that can be executed to determine that the build is complete and functional.
所有应用程序开发工作必须提供全面的单元测试策略和附带的可被执行的单元测试代码以确定构建是完整的和有效的。
Unit tests often need to test nuanced behavior of the code under test, leading to similar and duplicated situations.
单元测试常常需要测试有细微差异的代码行为,因此涉及到相似和重复的情况。
We wanted a strong integrated development environment (IDE) to develop and unit test our code.
我们需要一个强大的集成开发环境(IDE)来对我们的代码进行开发和单元测试。
On many Agile teams, all new code is covered by an automated unit test, and all unit tests are run every time a build is performed.
在许多敏捷团队中,全部新代码都要经过自动化的单元测试,每次执行架构都会运行所有单元测试。
So the code is "clean and green," according to my simple unit test case — but that's meaningful only if I'm really testing the code thoroughly.
根据前面简单的单元测试用例,这块代码是“干净,绿色”的——但只有在我真正彻底地测试这块代码的情况下这才有意义。
In a unit test case, for example, the execution environment for the object is the test case itself, and the test setup code is tasked with satisfying the dependencies directly.
例如,在单元测试用例中,对象的执行环境是测试用例本身,所以测试设置代码有责任直接满足依赖项。
Developer Responsible for understanding the requirements described enough to design, write, unit test, and deliver code on assigned tasks in a timely manner. Commenter.
开发员对充分理解需求负责,以设计,编码,单元测试,并以一种准时的方式来交付分配任务的代码。
They should provide support for standard version control systems such as Subversion (SVN) and the ability to auto-complete, document, debug, refactor, profile, and unit test all code.
它们应该提供对Subversion (SVN)这样的标准版本控制系统的支持,并支持自动完成、调试、重构、配置所有代码及其文档记录和单元测试。
This first version of the product does not include utilities to help you move data and code around the mainframe and the Unit Test environment.
这个产品的首个版本不包含帮助您在大型机内和Unit Test环境中四处移动数据和代码的实用程序。
Unit testers must often write code that binds test implementations, such as stubs or mocks, and production implementations to the same method invocation.
单元测试员们必须经常编写代码,这些代码可以将测试实现(如stub或mock)和产品实现绑定到相同的方法调用。
For example, you can integrate Purify with your unit or smoke test suite that developers must run before checking in any code changes and require them to fix any new memory errors reported by Purify.
例如,您可以将Purify与您的单元或者烟雾测试单元整合在一起,这些单元是开发人员必须在报告任何代码变更前必须运行的单元,并需要它们修复Purify所报告的所有新的存储错误。
The Monitor Business development toolkit (hereafter called Monitor toolkit) enhances the development experience by providing editing, code generation, and unit test capability.
MonitorBusinessDevelopmentToolkit(以下称为Monitor工具包)通过提供编辑、代码生成和单元测试功能改进了开发体验。
Developers work on projects in an Application Developer workspace, where they create code, make changes, and unit test.
开发人员在Application Developer工作区中开发项目,其中,他们可以创建代码、更改代码和进行单元测试。
SWEs write a lot of test code including test driven design, unit tests and, as we explain in future posts, participate in the construction of small, medium and large tests.
他们编写大量的测试代码,包括测试驱动设计(test driven design)、单元测试以及其它我们将要在后文中提到的内容,他们参与各种规模的测试构建。
It includes an extensive set of unit tests with the source code. Developers can modify the library and use the test to verify its functionality.
它包含了一套广泛的单元测试源代码,开发者可以修改函数库源代码并使用单元测试验证其功能。
This information can be viewed and reported on, helping you identify if your code needs unit-test authoring and how successfully running the unit testing has been.
这些信息可以得到评审和报告,帮助您识别,代码是否需要得到单元测试认证,以及单元测试成功执行的程度。
Agile software development and extreme programming both promote writing unit test cases before developing the source code.
敏捷软件开发和极限编程二者均提倡在开发源代码之前编写单元测试用例。
I began by replacing the example code in my unit test which instantiates the task library's classes with example code for my unimplemented DSL and revised it several times until I was satisfied.
我开始将我单元测试中初始化任务库各个类的范例代码替换成我尚未实现的DSL的范例代码,并且修改了数次,直到我满意为止。
Running unit tests assures that test case code will continue to find and return the correct objects.
运行单元测试确保测试用例能继续找到并返回正确的对象。
Running unit tests assures that test case code will continue to find and return the correct objects.
运行单元测试确保测试用例能继续找到并返回正确的对象。
应用推荐