• In an actual test, your response would be judged on the quality of your writing and on how well your response presents the points in the lecture and their relationship to the reading passage.

    实际测试中,反馈根据你的写作质量、你在课堂表达观点能力以及它们阅读文章的关系来进行判断

    youdao

  • The listening, speaking, and writing sections include written transcripts of the audio portions of the test.

    听力口语写作部分包括测试音频部分文本

    youdao

  • By writing the code first, you embed your preconceptions of how the code will work, then test it.

    通过编写代码在代码中嵌入了有关代码如何工作想法,然后测试这些代码。

    youdao

  • Of course, writing the test case will pay off if you run the test more than six times.

    当然如果运行这个测试的次数超过,则编写这个测试案例是有收益的。

    youdao

  • First, a test representative involved in use case creation should steer the team away from the common pitfalls of use case writing.

    首先包含创建中的一个测试代表应该使团队远离用例编写常见陷阱

    youdao

  • Each branch, loop, or other logic added to the source code is preceded by the writing of an atomic test that will exercise that outcome.

    每个分支循环其他逻辑加入源代码之前要写出将要执行结果自动化测试

    youdao

  • Writing robust test scripts will not only make it much easier for you to guarantee the quality of your project, but will also allow others to more easily port your code to a new environment.

    编写健壮测试脚本不仅使容易保证项目质量而且允许其它人容易地将代码移植新的环境

    youdao

  • Writing test cases against code naturally increases the collective confidence of a development team.

    一个开发团队而言,针对代码编写测试案例自然可以增加集体信心

    youdao

  • At 10 years of age, 1,038 children were linked to standardized mathematics, reading, writing and spelling test scores.

    10时候,1,038个孩子标准数学阅读写作拼写测试成绩明显优于其他孩子。

    youdao

  • Writing a test for values of 3 and 5, for example, would quickly show that the previous two implementations are wrong.

    例如编写一个35测试将很就可以看出前面两个实现错误的。

    youdao

  • Writing a test before the code means you don't get to do the fun part of the job until the test runs and fails.

    编写代码编写测试这种作法意味着测试运行失败之前,不会做工作真正有趣部分

    youdao

  • Those are the basic qualifications for examiners of the writing and speaking test.

    这些都是雅思写作和口试考官基本条件

    youdao

  • By 1997, seven out of ten first-year students in the CUNY system were failing at least one remedial test in reading, writing or maths (meaning that they had not learnt it to high-school standard).

    直到1997年,城市大学系统新生有七未能通过阅读写作数学至少加试(亦即他们达到高中标准)。

    youdao

  • But what if, rather than thinking in terms of writing tests and how to test things, you thought about behavior, instead?

    但是如果考虑编写测试如何测试,而是考虑行为,结果会如何呢?

    youdao

  • Note that at the time of this writing, the final system test iteration has not yet been entered.

    注意写到此时最终系统测试迭代没有开始

    youdao

  • Writing in PsychologicalScience, a team led by Ian Spence of the University of Torontodescribes a test performed on people's ability to spot unusual objects thatappear in their field of vision.

    《心理学》杂志报道说,加拿大多伦多大学伊恩·思朋斯领导小组进行了一个测试,展示人们辨认出现他们视野中的不同寻常物体能力

    youdao

  • Is it because those tests are interrelated to each other? In other words, would a result of the speaking test affect a result of the writing test, and vise versa?

    换句话说口语考试成绩写作考试成绩相互影响吗?

    youdao

  • Bill Venners: If writing the test first kind of correlates to thinking about designing the interface, then it is kind of the same thing.

    BillVenners:既然测试考虑如何设计接口相关那么它们是否是一回事

    youdao

  • In this final section, I introduce a term I invented to describe a type of test helper that is useful in writing aspect tests: mock targets.

    最后节中介绍了我自己发明的、用于描述在编写方面测试时用到的一种测试helper类型术语:mock目标。

    youdao

  • Test provides a number of functions that automate writing test scripts.

    Test提供许多自动编写测试脚本函数

    youdao

  • That code made it past several revisions of this document before the problem was spotted, showing how easy it is to make careless mistakes when writing this type of test. Listing 2 is correct

    发现问题之前代码居然通过了文档修订这说明编写此类测试时,犯下粗心的错误多么容易

    youdao

  • By writing a Gallio adapter plugin, the new test framework would get the benefit of Gallio's automation services and tools.

    通过编写一个Gallio适配器插件新的测试框架可以从Gallio自动化服务工具中获益

    youdao

  • Unit tests are written from the developer's perspective and focus on particular methods of the class under test. Use these guidelines when writing unit tests

    单元测试是从开发人员角度出发编写并且关注测试特定方法

    youdao

  • 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.

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

    youdao

  • The Gallio project started when the MbUnit developers realized that much of the time required to build a new .NET test framework is spent writing the supporting tools and services.

    MbUnit开发者认识构建一个新的.NET测试框架需要大量时间主要消耗在编写支持工具服务的时候,他们就开始Gallio项目的开发。

    youdao

  • Scripting languages like AppleScript or Perl are often the best choice for writing this part of the fuzz test.

    如 AppleScriptPerl脚本语言通常编写模糊测试最佳选择

    youdao

  • The component test harness Events window is updated to reflect the writing of the requested number of messages to the JMS queue, as shown in Figure 9.

    componenttestharnessEvents窗口进行了更新,反映请求消息数量写入jms队列中如图9所示。

    youdao

  • Listing 1 contains the code, as well as my first test. (I hope I don't need to convince you of the value of writing unit tests.)

    清单1是相关代码第一测试(一定明白编写单元测试重要性,这里就不多说了)。

    youdao

  • Consider this example of a style of test writing called Behavior-Driven Development [BDD] using the Specs library (see the section called "Specs").

    你可以下面例子看作使用specs(参见“Specs”章节)来编写行为驱动开发[bdd]程序的风格

    youdao

  • You have to invest the time in writing the test cases and, of course, you need to run the test application regularly.

    编写测试案例方面必须花费一些时间当然需要经常运行这个测试应用程序

    youdao

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

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

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