E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
testrunner
python如何使用unit test 模块
pyUnit也就是我们说的:unittestTestCase:所有测试用例的基本类,给一个测试方法的名字,就会返回一个测试用例实例;TestSuit:组织测试用例的实例,支持测试用例的添加和删除,最终将传递给
testRunner
cheryl_77
·
2017-08-16 22:09
python的unittest框架理论基础
Unittest核心工作原理最核心的四个概念:testcase,testsuite,
testrunner
,testfixture一个TestCase实例就是一个测试用例测试用例:指一个完成的测试流程,包括测试前环境搭建
简单生活101
·
2017-07-25 17:18
Javascript CI篇(2)- Karma 基础学习
Karma是一个基于Node.js的JavaScript测试执行过程管理工具(
TestRunner
)。该工具可用于测试所有主流Web浏
甘言川
·
2017-07-20 00:00
javascript
ci
使用 Headless Chrome 进行自动化测试
本文将教你如何使用Karma作为
testrunner
,并配合Mocha+Chai进行测试。这些是什么呢?Karma?Mocha?Chai?HeadlessChrome?ohm
·
2017-07-13 00:00
javascript
chrome
测试
tdd
Vue.js学习系列六 —— Vue单元测试Karma+Mocha学习笔记
简介KarmaKarma是一个基于Node.js的JavaScript测试执行过程管理工具(
TestRunner
)。该工具在Vue中的主要作用是将项目运行在各种主流Web浏览器进行测试。
VioletJack
·
2017-06-06 14:42
Robotframework环境搭建六:设置日志目录
设置日志目录A.改变日志的根目录:
testrunner
.pyB.创建用例目录:CreateLogPath一、修改RIDE源代码:
testrunner
.py日志根目录结构:RIDE中的项目预设:打开C:\
Allan_shore_ma
·
2017-03-19 00:28
Robotframework
Omi原理-环境搭建
Karma介绍Karma是一个基于Node.js的JavaScript测试执行过程管理工具(
TestRunner
)。
【当耐特】
·
2017-02-08 12:00
soapui接口测试-常用的grovvy脚本
context.expand('${DataSource#para1}')defparaName2=(paraName1.toInteger()/1000000).toString()1.2将处理好的参数设置到属性中
testRunner
.testCase.setPropertyValue
accept88
·
2017-01-23 15:56
Python单元测试——深入理解unittest
unittest中有4个重要的概念:testfixture,testcase,testsuite,
testrunner
,我觉得只有理解了这几个概念,才能真正的理解单元测试的基本原理一个TestCase的实例就是一个测试用例
爱唱歌de小青蛙
·
2016-11-15 17:02
UI-自动化测试
Python必会的单元测试框架 —— unittest
unittest核心工作原理unittest中最核心的四个概念是:testcase,testsuite,
testrunner
,testfix
灰蓝蓝蓝蓝蓝蓝
·
2016-10-31 22:37
Python必会的单元测试框架 —— unittest
unittest核心工作原理unittest中最核心的四个概念是:testcase,testsuite,
testrunner
,testfix
huilan_same
·
2016-10-27 12:37
python
单元测试
框架
自动化测试
unittest
Python
自动化测试框架
Python
Selenium自动化测试详解
从零搭建一个自动化测试框架
python_unittest详解
整体结构:unittest库提供了testcases,testsuites,testfixtures,
testrunner
:testcase:通过继承TestCase类,我们可以创建一个test,或者一组
古佛青灯度流年
·
2016-08-21 19:58
Espresso学习笔记--google doc前四篇部分翻译和理解
Espresso这个框架google提供了下面几篇文章:本文包含前4篇的部分翻译和个人理解,后面两篇作为提高吧,笔者还没来得及看0001入门谷歌建议我们做自动化的时候关闭动画然后在build.gradle里面增加
testrunner
Cloud_Huan
·
2016-08-16 19:49
自动化测试
Espresso学习笔记--google doc前四篇部分翻译和理解
Espresso这个框架google提供了下面几篇文章:本文包含前4篇的部分翻译和个人理解,后面两篇作为提高吧,笔者还没来得及看0001入门谷歌建议我们做自动化的时候关闭动画然后在build.gradle里面增加
testrunner
Cloud_Huan
·
2016-08-16 19:49
自动化测试
maven插件的学习---maven-surefire-plugin测试运行器
这个插件就是maven-surefire-plugin,也可以称为测试运行器(
TestRunner
),它能兼容JUnit3、JUnit4以及TestNG。
u012027337
·
2016-06-23 10:00
IT忍者神龟之JsUnit测试JS
准备工作:下载JsUnit相关资源:www.jsunit.net 解压后如下图:JsUnit的核心文件(jsUnitCore.js、jsUnitTestManager.js等 )都在app文件夹中,
testRunner
.html
vipyhd
·
2016-04-24 21:00
soapUI(groovy脚本作用1)请不要问为什么系列1
WebService消息时,在构造用例过程中部分请求参数可能需要通过查询数据库或者通过随机数获取,此时可以借助Groovy脚本完成此功能,具体步骤如下:(1)从TestCase中获取请求消息defrequest=
testRunner
.testCase.getTestStepByName
liuchangxin1982
·
2016-01-22 12:00
SoapUI命令行方式运行
首先查看
testrunner
.sh脚本支持哪些选项直接执行
testrunner
.sh将给出帮助手册:soapUIPro4.5.2TestCaseRunnerusage:
testrunner
[options
liuchangxin1982
·
2016-01-22 12:00
JavaScript测试工具之Karma-Jasmine的安装和使用详解
Karma是一个基于Node.js的JavaScript测试执行过程管理工具(
TestRunner
)。该工具可用于测试所有主流We
赖祥燃
·
2015-12-03 10:04
Maven学习笔记(九) Maven单元测试之Surefire插件
这个插件就是maven-surefire-plugin,也可以称为测试运行器(
TestRunner
),它能兼容JUnit3、JUnit4以及TestNG。
lixuguang
·
2015-11-23 12:00
maven
surefire
[SoapUI] 获取Cookie,并循环遍历当前Project下所有的Test Suite,Test Case,Test Step,将Cookie传递给这些Test Step
com.eviware.soapui.support.types.StringToStringMap //Get all th cookies in the response , here the test step name is provided def cookiesList =
testRunner
.testCase.getTestStepByName
·
2015-11-11 01:01
project
[SoapUI] 按照 Test Step Type 获取所有满足条件的 Test Step
获取当前测试用例下所有Groovy Script类型的测试步骤 def testStepList =
testRunner
.testCase.getTestStepsOfType(com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep.class
·
2015-11-11 01:57
SOAP
[Cookie] Clear Cookie
import com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport def myCookies =
testRunner
.testCase.testSuite.project.testSuites
·
2015-11-11 01:55
cookie
[Cookie] Read Cookie and Pass in headers
在同一个Suite里 import com.eviware.soapui.support.types.StringToStringMap def headers =
testRunner
.testCase.testSuite.getTestCaseByName
·
2015-11-11 01:50
cookie
[SoapUI] SoapUI命令行方式运行
首先查看
testrunner
.sh脚本支持哪些选项 直接执行
testrunner
.sh将给出帮助手册: usage:
testrunner
[options] <soapui-project-file
·
2015-11-08 09:53
SOAP
android 真机 安装 模拟器 DevTools Development.apk
在android模拟器中 可以通过Dev Tools 下的 Instrumentation 来运行相应的
TestRunner
而在有些android真机中 却不见得就能找到该
·
2015-11-02 18:17
android
QUnit使用笔记-1判断方法
quot;>QUnit</h1> <h2 id="qunit-banner"></h2> <div id="qunit-
testrunner
-toolbar
·
2015-11-01 09:02
it
使用Groovy处理SoapUI中Json response
SoapUI中request里面直接添加assertion处理jsonresponse的话,可以采用以下方式:importgroovy.json.JsonSlurper defresponse=
testRunner
.testCase.testSteps
Pink_alan
·
2015-10-13 22:00
Groovy Script in SoapUI REST Testing
1.Runspecialstep:
testRunner
.runTestStepByName("stepName/requestName") getit'sresponse:
testRunner
.testCase.testSteps
Pink_alan
·
2015-09-28 13:00
Grunt - Karma 单元测试
Karma是Goolge开源的一个
Testrunner
,可以配合Grunt使用。
冠军
·
2015-09-23 17:00
使用SpecsFor实现.NET平台上的单元测试与集成测试
在本文中,你将学习到上手使用SpecsFor所需的所有知识,包括对测试执行器(
testrunner
)的选择,以及如何创建你的第一个测试项目的全部过程。
Matt Honeycutt
·
2015-05-14 00:00
使用cobertura-maven-plugin做单元测试覆盖率统计
这个插件就是maven-surefire-plugin,也可以称为测试运行器(
TestRunner
),它能兼容JUnit3、JUnit4以及TestNG。
binhu
·
2015-05-04 16:00
Python单元测试框架unittest
测试准备前要做的工作和测试执行完后要做的工作.包括setUp()和tearDown().2.测试案例(testcase)最小的测试单元.3.测试套件(testsuite)测试案例的集合.4.测试运行器(
testrunner
csujiangyu
·
2015-03-26 17:00
test
python
Maven单元测试
这个插件就是maven-surefire-plugin,也可以称为测试运行器(
TestRunner
),它能兼
aoerqileng
·
2015-01-14 11:00
Junit3 Sample
junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import junit.textui.
TestRunner
buralin
·
2014-11-12 23:00
sample
Calling startActivity() from outside of an Activity context requires the FLAG_A
10-2101:05:37.121:I/
TestRunner
(1224):-----beginexception----- 10-2101:05:37.131:I/
TestRunner
(1224):android.util.AndroidRuntimeException
chenzheng8975
·
2014-10-21 09:00
Calling startActivity() from outside of an Activity context requires the FLAG_A
10-21 01:05:37.121: I/
TestRunner
(1224): ----- begin exception ----- 10-21 01:05:37.131: I/
TestRunner
chenzheng8975
·
2014-10-21 09:00
startactivity
SoapUI利用Groovy把外部数据加载到request中
这里提供了两种方法:1.该Groovy脚本的名称是"setUp"defnum=Integer.parseInt(
testRunner
.testCase.getPropertyValue("count")
qileilove
·
2014-10-14 09:00
SoapUI Pro Project Solution Collection-change the JDBC Request behavior
the object we will use here is : JdbcRequestTestStep TestCase newcase=
testRunner
.getTestCa
·
2014-09-20 19:00
Collection
SoapUI Pro Project Solution Collection-Test Step Object
used for access the current testsuite object, like test case: the interface to access the
testRunner
·
2014-09-20 18:00
Collection
Java中Junit4的使用
Junit框架组成:TestCase、TestSuite、
TestRunner
三个类组成测试结果Te
chi474879271
·
2014-09-12 12:43
error
软件测试
软件开发
软件设计
测试结果
selenium个人使用总结
driver配置,windows 配置: TestBase.cs url设置和浏览器参数设置:TestStarter.cs 异常后截图设置:RemoteWebDriverEx.cs
TestRunner
ldaolong
·
2014-09-04 09:00
selenium
JUnit and SoapUI Integration
groovy: ======================== def xpathAssertion =
testRunner
.testCase.testSteps["name_of_your_step
anonymousername
·
2014-06-18 09:00
JUnit
SoapUI利用Groovy把外部数据加载到request中
这里提供了两种方法:1.该Groovy脚本的名称是"setUp" def num = Integer.parseInt(
testRunner
.testCase.getPropertyValue
·
2014-06-17 15:00
request
junit TestSuite
您定义自己的TestCase,并使用
TestRunner
来运行测试,事实上
TestRunner
并不直接运行TestCase上的单元方法,而是透过TestSuite,TestSuite可以将数个TestCase
july_2
·
2014-01-23 11:00
CppUnit编译in vs2008 -
testRunner
编译失败
testRunner
编译说明:先下个最新版cppunit-1.12.1.tar.gz解压缩,进入cppunit-1.12.1\src目录,就是源代码所在,打开CppUnitLibraries.dsw工程
Yuzhiyuxia
·
2013-12-23 17:00
强大的Mockito测试框架
一.自动生成Mock类 在需要Mock的属性上标记@Mock注解,然后@RunWith中配置Mockito的
TestRunner
bijian1013
·
2013-12-10 09:00
mockito
单元测试
强大的Mockito测试框架
一.自动生成Mock类 在需要Mock的属性上标记@Mock注解,然后@RunWith中配置Mockito的
TestRunner
bijian1013
·
2013-12-10 09:00
mockito
单元测试
困惑:单元测试该在什么时候写?
但在最近的一个项目中,我终于采用了NUnit和
TestRunner
来做正式的单元测试。下面是我编写的第一个单元测试,看起来很简单,而且轻轻松松就通过了:_PublicC
happydeer
·
2013-09-29 15:00
重构
单元测试
困惑:单元测试该在什么时候写?
但在最近的一个项目中,我终于采用了NUnit和
TestRunner
来做正式的单元测试。下面是我编写的第一个单元测试,看起来很简单,而且轻轻松松就通过了
从此醉
·
2013-09-29 15:00
单元测试
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他