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.
在实际测试中,你的反馈将根据你的写作质量、你在课堂上表达观点的能力以及它们与阅读文章的关系来进行判断。
The listening, speaking, and writing sections include written transcripts of the audio portions of the test.
听力、口语和写作部分包括测试中音频部分的文本。
By writing the code first, you embed your preconceptions of how the code will work, then test it.
通过先编写代码,您在代码中嵌入了有关代码如何工作的想法,然后测试这些代码。
Of course, writing the test case will pay off if you run the test more than six times.
当然,如果您运行这个测试的次数超过六次,则编写这个测试案例是有收益的。
First, a test representative involved in use case creation should steer the team away from the common pitfalls of use case writing.
首先,包含在用例创建中的一个测试代表应该使团队远离用例编写的常见陷阱。
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.
每个分支、循环,或其他逻辑在加入源代码之前都要写出将要执行结果的自动化测试。
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.
编写健壮的测试脚本将不仅使您更容易保证项目的质量,而且将允许其它人更容易地将您的代码移植到新的环境。
Writing test cases against code naturally increases the collective confidence of a development team.
对一个开发团队而言,针对代码编写测试案例自然可以增加集体的信心。
At 10 years of age, 1,038 children were linked to standardized mathematics, reading, writing and spelling test scores.
在10岁的时候,1,038个孩子在标准数学、阅读、写作和拼写测试中成绩明显优于其他孩子。
Writing a test for values of 3 and 5, for example, would quickly show that the previous two implementations are wrong.
例如,编写一个值为3和5的测试,将很就可以看出前面的两个实现是错误的。
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.
在编写代码前编写测试这种作法意味着,在测试运行并失败之前,不会做工作中真正有趣的部分。
Those are the basic qualifications for examiners of the writing and speaking test.
这些都是当雅思写作和口试考官的基本条件。
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年,城市大学系统的新生十之有七未能通过阅读、写作和数学中至少一门加试(亦即他们还未达到高中标准)。
But what if, rather than thinking in terms of writing tests and how to test things, you thought about behavior, instead?
但是,如果不考虑编写测试和如何测试,而是考虑行为,结果会如何呢?
Note that at the time of this writing, the final system test iteration has not yet been entered.
注意写到此时,最终的系统测试迭代还没有开始。
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.
《心理学》杂志报道说,由加拿大多伦多大学伊恩·思朋斯领导的一个小组进行了一个测试,展示人们辨认出现在他们视野中的不同寻常的物体的能力。
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?
换句话说,口语考试的成绩与写作考试的成绩会相互影响吗?
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:既然先写测试与考虑如何设计接口是相关的,那么它们是否是一回事?
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目标。
Test provides a number of functions that automate writing test scripts.
Test提供了许多自动编写测试脚本的函数。
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
在发现问题之前,该代码居然通过了本文档的前几次修订,这说明在编写此类测试时,犯下粗心的错误是多么容易。
By writing a Gallio adapter plugin, the new test framework would get the benefit of Gallio's automation services and tools.
通过编写一个Gallio适配器插件,新的测试框架就可以从Gallio的自动化服务和工具中获益。
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
单元测试是从开发人员的角度出发编写的,并且关注的是所测试的类的特定方法。
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所示。
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项目的开发。
Scripting languages like AppleScript or Perl are often the best choice for writing this part of the fuzz test.
如 AppleScript或Perl脚本语言通常是编写模糊测试的最佳选择。
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所示。
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是相关代码和第一个测试(您一定明白编写单元测试的重要性,这里就不多说了)。
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]程序的风格。
You have to invest the time in writing the test cases and, of course, you need to run the test application regularly.
在编写测试案例方面,必须花费一些时间,当然,您需要经常运行这个测试应用程序。
应用推荐