• 但是兴奋不是来自编写测试用例而是看着它们生效

    My high, however, isn't from writing the test cases; it's in seeing their results.

    youdao

  • 首先编写测试并且编写足以测试用通过代码

    Write your test cases first, and write only enough code to make your test case pass.

    youdao

  • 然后编写测试用例验证方面正确地目标交互如清单4

    Then, you would write your test case to verify that the aspect correctly interacts with the target, as shown in Listing 4

    youdao

  • 需要测试解释所有的功能应当如何运转并且协助他们编写测试

    I met with the testers explaining how things were supposed to work and helping them plan how to test everything.

    youdao

  • 相应地可以编写测试用例验证XMLUnit行为如清单6

    Accordingly, I can write a test case to verify XMLUnit's behavior, as shown in Listing 6.

    youdao

  • 也许正在这些类编写测试用例,但是发现这是一个让人烦躁工作

    Perhaps you're writing a test suite for such a library and find writing the testing code a tedious task.

    youdao

  • 首先编写测试然后通过编写满足各个测试用代码来进行实现

    The test cases are written first, and implementation proceeds by writing code to satisfy each test case.

    youdao

  • 我们谈论编写测试用例以及接下来的经常让人沮丧调试任务

    In the next chapter, we will talk about writing test cases and the often frustrating task of debugging that follows.

    youdao

  • 如果查看整个迭代看到更多内容捕获了一个重要需求编写测试用例实现需求。

    If you look at the whole iteration, you should see more: you captured an important requirement and wrote a test case to enforce that requirement.

    youdao

  • 基于特定基础编写测试测试团队通常他们闲暇时间尝试创建自动化测试用例

    Programming test cases on an AD hoc basis: test groups often try to create automated test cases in their spare time.

    youdao

  • 一个名为Testing”的bucket,其中没有包括编写测试用例时间

    Having a bucket called "Testing" that doesn't include the time for writing the test cases.

    youdao

  • 不但激发程序员编写测试用例而且通过Youbrokethebuild !”游戏促进了团队之间的合作融合。

    It not only motivates programmers to write tests, it also promotes teamwork and bonding through "You broke the build!" games.

    youdao

  • 使能够实现使SDO数据类型数据映射业务流程(SCA模块)之前首先SDO数据类型和数据映射编写测试

    This enables you to write test cases for the SDO data types and data maps first before implementing the business processes (SCA modules) that use them.

    youdao

  • 请求路径参数映射好之后,编写测试用例成了MockStrutsTestCaseAPI设置相关口令问题如清单6

    With the request path and parameters mapped, writing a test case becomes a matter of utilizing the MockStrutsTestCase API to set associated values, as shown in Listing 6.

    youdao

  • 本文演示了如何数据映射编写测试用例以及如何使JUnitCactusWebSphereProcessserver容器中运行它们

    This article demonstrated how to write test cases for data maps and to run them inside the WebSphere Process Server container using JUnit and Cactus.

    youdao

  • 通常一样清单12编写几个测试用例验证它预想的那样工作

    As usual, I write a few test cases in Listing 12 to verify things work as expected.

    youdao

  • 敏捷软件开发极限编程二者均提倡开发源代码之前编写单元测试用例

    Agile software development and extreme programming both promote writing unit test cases before developing the source code.

    youdao

  • 首先想到可能是:重构时间了,这样打破第一重构规则,即将编写一个测试用例

    Your first thought could be that it's time to refactor, but doing so would break the first rule of refactoring, which is to write a test case.

    youdao

  • 清单5看起来简单但是编写几个测试用例看看是什么情况

    Listing 5 looks pretty simple, but let's see what happens when I write a few test cases for it.

    youdao

  • 预期一样,测试失败—我并没有编写处理多个转换触发器方法

    As expected, the test case fails-i have not written a trigger method that will handle more than one transition.

    youdao

  • 以为通过白板上编写一个个测试用例可以产生清晰架构想法简直就是胡闹。

    The notion that you can generate a viable architecture by starting with a blank screen and then writing one test case after the other is sheer folderol.

    youdao

  • 当然这种灵活意味着必须删除单词编写至少两个测试用例如清单10

    Of course, being so flexible means that I must write at least two test cases for removing a word, as shown in Listing 10.

    youdao

  • 相反编写根据中的方法运行所有单元测试用例类。

    Instead, I would write the class that runs all the unit test cases against the methods in the class.

    youdao

  • 第一选择编写普通JUnit测试用例以前一直的那样,扩展JUnit令人称赞的TestCase

    The first option is to write normal JUnit test cases just as you've been doing all along by extending JUnit's commendable TestCase.

    youdao

  • 可以编写一些后即扔的代码但是如果FixedList投入到生产中,您最好立即编写一些测试

    You could write some throwaway sample code, but if FixedList is going into production, you'd be better served by immediately writing some test cases for it.

    youdao

  • 这个研究环境中,Draft状态表示这个测试已经编写但是没有执行

    In the context of this case study, the Draft state indicated that the test case was written but had not been executed yet.

    youdao

  • 为了演示不得不修复一个bug,我过去编写测试用例但是没有跟踪修复它。

    For the demonstration I had to fix one bug I'd written a test case for but hadn't yet tracked down and stomped.

    youdao

  • 编写这个测试或者配置测试用例以后,您就可以进行修改脚本连接起来。

    After you have written the test case or configured test case, you can modify it and associate it with the script.

    youdao

  • 实际上大多数测试软件开发工程师执行测试开发工程师确保特性测试项,软件工程师则更多参与测试用例编写

    Much of the actual testing is performed by the SWEs, SETs are there to ensure that features are testable and that the SWEs are actively involved in writing test cases.

    youdao

  • 实际上大多数测试软件开发工程师执行测试开发工程师确保特性测试项,软件工程师则更多参与测试用例编写

    Much of the actual testing is performed by the SWEs, SETs are there to ensure that features are testable and that the SWEs are actively involved in writing test cases.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定