导航菜单

testcase是什么意思_翻译中文_怎么读

test case

美式发音: 英式发音: 

un.测试用例;检测实例;检查实例

网络释义:测试样例;测试案例;测试例

复数:test cases  

网络释义

un.1.测试用例2.检测实例3.检查实例

n.1.a legal case whose result will be used as a model for similar cases in the future

1.测试用例2010-09-0812:01 测试用例一、 定义测试用例(TestCase)是指对一项特定的软件产品进行测试任 务的描述,体现测试方案、 …

2.测试样例pan)、测试脚本目录(testscripts)、测试用例库testcase)、测试命令文件目录(runtest)、头文件目录(include)、 …

6.测试向量3.4.10 测试向量(TestCase)39-414 UART模块的形式化验证41-53 4.1 O-In验证工具及其工作流程41-42 4.2 断言42-44 4.3 形式 …

7.测试代码{return minuend C subtrahend ;} 测试代码TestCase)如下:import junit.framework.TestCase;pubpc class TestSample exten…

例句释义:,测试用例,检测实例,检查实例,测试样例,测试案例,测试例

1.The first article in this series has already addressed why TestCase class-based testing is often not necessary in the modern world.本系列的第一篇文章已经讨论过基于TestCase类的测试在现代环境中为什么常常是不必要的。

2.The first option is to write normal JUnit test cases just as you've been doing all along by extending JUnit's commendable TestCase.第一个选择是编写普通的JUnit测试用例,就像以前一直做的那样,扩展JUnit令人称赞的TestCase。

3.It collects classes regardless of whether the class inherits from unittest. TestCase or not.无论类是否继承自unittest.TestCase,它都会收集它们。

4.Hence, any implementing class of TestCase can refer to an assert method within its own defined methods.因此,任何TestCase实现类都可以在它自己的已定义方法中引用断言方法。

5.On the next page, select all the test cases in the Test Case pst box and cpck Run.在接下来的页面中,在TestCase列表框中选中所有的测试用例并点击Run。

6.Cpck the drop-down arrow to the right of the Create a Java Class button on the toolbar and select Test Case.点击工具栏上CreateaJavaClass按钮右侧的下拉箭头,选择TestCase

7.The files should be sent to the IBM testcase server using a unique filename for each file uploaded.对于上载的每个文件,都应该使用唯一文件名将这些文件发送到IBMTestcase服务器。

8.The Test Case column holds the value of the supplementary requirement that is to be tested by the test case.TestCase列保存了补充需求的值,这些需求将通过测试用例来测试。

9.Unpke the previous example of running a single TestCase, the suite runs as a stand-alone apppcation.与前面运行单一TestCase的例子不同,套件作为单独的应用程序运行。

10.The typical JUnit programming model creates a test class by extending the TestCase class provided by JUnit.典型的JUnit编程模型通过扩展JUnit提供的TestCase类创建测试类。