testcase

  • un.测试用例;检测实例;检查实例
  • 网络测试样例;测试案例;测试例

复数:test cases

testcasetestcase

testcase

测试用例

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

测试样例

随机测试主要是对被测软件的一些重要功能进行复测,也包括测试那些当前的测试样例(TestCase)没有覆盖到的部分。另外, …

测试案例

a、测试案例TestCase)通过ClientLib接口向selenium server发送http请求,要求和selenium server建立连接。为什么要通过 …

测试例

·测试例(Testcase):用来产生验证DUT特定功能所需要的事务。基于事务的验证处理过程 测试例通过特定的事务来调用事务处 …

测试用例库

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

测试向量

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

测试代码

{return minuend C subtrahend ;} 测试代码TestCase)如下:import junit.framework.TestCase;public 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 list box and click Run. 在接下来的页面中,在TestCase列表框中选中所有的测试用例并点击Run。
6
Click 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
Unlike the previous example of running a single TestCase, the suite runs as a stand-alone application. 与前面运行单一TestCase的例子不同,套件作为单独的应用程序运行。
10
The typical JUnit programming model creates a test class by extending the TestCase class provided by JUnit. 典型的JUnit编程模型通过扩展JUnit提供的TestCase类创建测试类。
11
John fixes TestCaseB on Thursday, updates the "expected pass testcase" list, and that build passes. John在星期四确定了TestCaseB,更新“预计通过的测试用例”列表,而且构建通过了。
12
Without being asked, nose will always detect subclasses of unittest. TestCase and use them as tests. 无须特别指定,nose总会检测unittest.TestCase的子类并作为测试使用它们。
13
is a sequence number or the date that's required to ensure that each file placed on the testcase server is unique. 是确保放在Testcase服务器上的每个文件唯一性所需的序列号或日期。
14
Listing 3 shows part of the code of the ApplicationUtilTest object that represents the TestCase object. 清单3显示了表示TestCase对象的ApplicationUtilTest对象的部分代码。
15
portletUnit uses JUnit to provide the outline of a testing framework (such as creation of TestCase and TestSuite using assertions). portletUnit使用JUnit提供测试框架轮廓(比如使用断言创建TestCase和TestSuite)。
16
To create a unit test for the string class, you need to subclass the CppUnit: : TestCase class and override the runTest method. 要想为字符串类创建单元测试,需要创建CppUnit::TestCase类的子类并覆盖runTest方法。
17
Test Case #1 invokes an inline Java bean implementation of the JAX-WS web service logic. TestCase#1调用这个JAX-WSweb服务逻辑的一个内联Javabean实现。
18
If you have trouble connecting or sending data to testcase servers, check the firewall and proxy settings within your network. 如果您无法连接到Testcase服务器或无法向其发送数据,请检查网络中的防火墙和代理设置。
19
For each test case. basically you need to extend your test class from TestCase. 对于每个案例来说,您都需要从TestCase扩展您的测试类。
20
We remove TestCaseB from the "expected pass testcase" list and rerun the build. 我们将TestCaseB从“预计通过的测试用例”列表中去除,并重新执行构建。