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
Coverage
好的测试用例13个特征
PS:自认为最重要的特征是High
Coverage
,Accuracy,Efficiency(Write&Execute&Report):有利于测试 和 case管理 From
·
2015-11-08 13:28
测试
Test Case Review Process & Tips
2010/06/test-case-review-process-tips.html The main reason of the reviewing test cases: increase test
coverage
·
2015-11-08 13:55
process
测试覆盖(率)到底有什么用?
http://www.infoq.com/cn/articles/test-
coverage
-rate-role 引言 经常有人问我这样的问题:“我们在做单元测试,那测试覆盖率要到多少才行?”。
·
2015-11-08 10:53
测试
GOOGLE SPACE LAUNCHES AT LONDON'S HEATHROW AIRPORT TO FILL PASSENGERS' DEAD TIME
CORRESPONDENTS GOOGLE SPACE LAUNCHES AT LONDON'S HEATHROW AIRPORT TO FILL PASSENGERS' DEAD TIME B-ROLL
COVERAGE
·
2015-11-07 11:12
Google
cobertura 和tomcat如何集成使用
步骤 start up tomcat build war deploy web application web test undeploy shut down
coverage
·
2015-11-06 07:35
tomcat
代码覆盖率 (Code
Coverage
)从简到繁 (一)
代码覆盖率(Code
Coverage
)是反映测试用例对被测软件覆盖程度的重要指标,也是衡量测试工作进展情况的重要指标。
·
2015-11-05 09:44
code
Gradle Jacoco插件exclude配置
https://issues.gradle.org/browse/GRADLE-2955和http://stackoverflow.com/questions/29887805/filter-jacoco-
coverage
-reports-with-gradleapplyplugin
benw1988
·
2015-11-03 21:48
单元测试工具Numega
NuMega共有三个独立的子功能——BoundsChecker、True
Coverage
、TrueTime。BoundsChecker为代码检错工具,True
Coverage
为测试覆盖率统计工
·
2015-11-03 20:05
单元测试
Code
Coverage
with CircleCI + Codecov
原文:http://blog.amowu.com/2015/11/code-
coverage
-with-circleci-codecov.html最近的案子用到Redux+React,因为它PureFunction
Amo
·
2015-11-03 00:00
react.js
redux
test
coverage
10 Code
Coverage
Tools for C & C++
Code
coverage
is a measure used in software testing that describes the degree to which the source code
·
2015-11-02 19:19
tools
TeamCity中使用EMMA
其中有一个
Coverage
instrumentation parameters:可以设置,这个将是我们折腾的核心,一开始在使用它的默认值-ix -*Test* 注:如果开启EMMA后运行运行测试抛出
·
2015-11-02 17:33
it
ArcEngine的IFeaturLayer接口
访问一个要素图层常见内容访问一个基于矢量图形数据图层的属性和方法,图层的数据可以是gedatabase,shapefile或
coverage
数据。
·
2015-11-02 17:01
ArcEngine
Bullseye
Coverage
:代码覆盖率。
1,安装和使用步骤 阅读READER文档。并安装(非常简单,README中有详细指令说明) 配置环境:同样可以阅读相关文档。 增加PATH环境变量。需要注意,此路径需要增加在PATH的最前列。即<bulls path>:PATH 增加VOCFILE环境变量。推荐:export COVFILE=`pwd`/test.cov 注意,此
·
2015-11-02 16:55
over
URAL1303——贪心——Minimal
Coverage
Description Given set of line segments [L i, R i] with integer coordinates of their end points. Your task is to find the minimal subset of the given set which covers segment [0, M] co
·
2015-11-02 16:03
over
获得
Coverage
的featureclass
Public Function get
Coverage
FC() Function get
Coverage
FC(pFilePath As String
·
2015-11-02 16:10
Class
Gumshoe - Microsoft Code
Coverage
Test Toolset
Gumshoe - Microsoft Code
Coverage
Test Toolset 2014-07-17 What is Gumshoe?
·
2015-11-02 15:14
Microsoft
Coverage
数据拓扑
什么是
Coverage
?
Coverage
数据模型源于ESRI公司1981年推出的第一个商业GIS软件——ArcInfo。
·
2015-11-02 13:25
over
Coverage
数据构成
一个
Coverage
数据由两个文件夹组成:一个文件夹用于存储空间几何信息,该文件夹的名称就是这个
Coverage
数据的名称(如下图的hnc);另一个文件夹的名字为info,它存储的为
Coverage
的属性信息
·
2015-11-02 13:25
over
UVa 10020 (最小区间覆盖) Minimal
coverage
题意: 数轴上有n个闭区间[ai, bi],选择尽量少的区间覆盖一条指定线段[0, m] 算法: [start, end]为已经覆盖到的区间 这是一道贪心 把各个区间先按照左端点从小到大排序,更新start为end,如果区间1在start的右端,则无解,因为其他区间更不可能覆盖到 然后在剩下的能覆盖到start的区间里面选择能覆盖到最右端的区间并更新end,然后记录在path里面。如果
·
2015-11-02 11:47
over
测试Flex代码覆盖率工具---FlexCover
当前代码的利用率,是否有”废”代码,可以通过FlexCover工具进行查看使用过程如下:1)下载FlexCover-SDK,http://code.google.com/p/flexcover/2)安装
Coverage
Viewer.air
·
2015-11-01 13:49
Flex
ArcGIS中的日期类型
存储 shapefile或
coverage
存储的日期格式为:yyyy-mm-dd。
·
2015-11-01 12:55
arcgis
Qunit 和 js
Coverage
使用方法(js单元测试)
近日在网上浏览过很多有关js单元测试相关的文档,工具,但是,针对Qunit 和 js
Coverage
使用方法,缺少详细说明,对于初入前端的人来说,很难明白其中的意思
·
2015-11-01 11:18
单元测试
SystemVerilog Based Verification Methodology
Challenge Verification Techniques in VMM for SystemVerilog Constrained-random Stimulus Generation
Coverage
·
2015-11-01 10:29
Verilog
Python代码覆盖工具
coverage
.py介绍
很容易就找到了
coverage
.py ,这个工具比较简单,我用easy_install安装的,非常顺利。由于python不需要编译链接,所以这个工具使用非常简单。
·
2015-11-01 09:02
python
(转帖)A deep look at MySQL 5.5 partitioning enhancements
While most of the
coverage
went, understandably, to the semi-synchronous replication, the enhancements
·
2015-11-01 08:08
partition
God is a girl
歌曲:God Is A Girl 艺人:Groove
Coverage
Groove
Coverage
- God Is A Girl Remembering me, Discover and see
·
2015-10-31 18:25
Go
歌曲:She
艺人:Groove
Coverage
专辑:Best Of 2005 She-Groove
Coverage
She hangs out every day near by the beach
·
2015-10-31 18:24
sh
UVA 10020 Minimal
coverage
大意:数轴上有n个闭区间[ai,bi],选择尽量少的区间覆盖一条指定的线段[s,t]。 思路:贪心,具体见刘汝佳白书P154。把各区间按照a从小到大排序。如果区间1的起点不是s,无解,否则选择起点在s的最长区间。选择此区间[ai,bi]后,新的起点设置为bi,然后经过依次扫描之后就可以得出最小的线段数。并用另一个结构体储存路径。 另外:排序可有可
·
2015-10-31 17:59
over
Web
Coverage
Service (WCS)
The Web
Coverage
Service (WCS) supports electronic retrieval
·
2015-10-31 17:43
service
coverage
.py - python 单元测试覆盖率统计工具
前提:1.假定已经安装好
coverage
.py(ubuntu 10.10+python.2.7+
coverage
3.5.1)2.项目里有模块do.py以及测试它的单元测试模块doTEST.py命令行:$
·
2015-10-31 16:26
python
ArcGIS Engine中的8种数据访问
1.Shapefile 2.
Coverage
3.Personal Geodata
·
2015-10-31 14:39
ArcGis Engine
modelsim使用命令
; // 映射库 vlog -cover bcest *.v // 加覆盖率分析的编译 vsim -
coverage
·
2015-10-31 14:48
Model
如何区分Shapefile,
Coverage
,Geodatabase
在过去20年中,矢量数据模型是GIS中变化最大的方面,例如,ESRI公司所开发每种新软件包都对应一种新的矢量数据模型,Arc/Info对应
Coverage
,ArcView对应Shapefile,ArcGIS
·
2015-10-31 13:36
database
Interesting Finds: 2008.03.11
.NET: Gathering code
coverage
information from the command line Graphics Debugger Visualizer
·
2015-10-31 12:40
REST
Qunit 和 js
Coverage
使用方法
Qunit 和 js
Coverage
使用方法(js单元测试) 近日在网上浏览过很多有关js单元测试相关的文档,工具,但是,针对Qunit 和 js
Coverage
使用方法,缺少详细说明,对于初入前端的人来说
·
2015-10-31 11:11
JSCoverage
QUnit
js单元测试
三种地理参考信息模型:WMS,WFS,WCS
在WMT2中OGC定义了三种地理参考信息模型:Web Map Server(WMS) , Web Feature Server(WFS) ,Web
Coverage
Server
·
2015-10-31 11:17
wms
【20090626-02】ArcGIS Engine中的8种数据访问
1.Shapefile 2.
Coverage
3.Personal Geodata
·
2015-10-31 11:52
ArcGis Engine
WFS WMS WCS
在WMT2中OGC定义了三种地理参考信息模型:Web Map Server(WMS) , Web Feature Server(WFS) ,Web
Coverage
Server
·
2015-10-31 11:47
wms
如何区分Shapefile,
Coverage
,Geodatabase
archive/2012/04/06/2435266.html 在过去20年中,矢量数据模型是GIS中变化最大的方面,例如,ESRI公司所开发每种新软件包都对应一种新的矢量数据模型,Arc/Info对应
Coverage
·
2015-10-31 10:32
database
arcgis silverlight api Query接口
Query.where 是输入查询语句的 如果要进行模糊查询where = F_AREA like'123123%' %通配N个字符, _通配一个字符 扩展: 查询对象为ArcInfo
coverage
·
2015-10-31 10:55
silverlight
Python Tools for Machine Learning
for Machine Learning Python is one of the best programming languages out there, with an extensive
coverage
·
2015-10-31 10:19
常用数据入sde库的代码
******************************************* '函数功能: 将矢量要素导入到指定数据库的数据集中,可以将shapefile,dxf,
coverage
·
2015-10-31 10:13
代码
ArcSDE服务入门1
使用它可以将ArcGIS等程序与普通关系数据库系统联系起来当作一个地理数据库使用,这些关系数据库既包括如ACCESS数据库,也包括类似ORACLE和SQLSERVER的分布式DBMS;同时ArcSDE for
Coverage
s
·
2015-10-31 10:12
arc
excel worksheet密码保护破解
BobMcCormick ' probably originator of base code algorithm modified for
coverage
' of workbook structure
·
2015-10-31 10:25
Excel
arcserver开发小结(一)
select by attribute,有很多自己当初玩弄arcmap多年还不是很清楚的东西 1,字段名 (1)file geodatabase, shapefile, dBase table,
coverage
·
2015-10-31 09:11
server
GIS数据格式:
Coverage
转自:http://www.cnblogs.com/w2william/archive/2009/10/15/1583954.html 我之前做了一个模块,基本实现了ArcCatalog中左边树状结构的功能,但是后续的处理中,我发现了很多自己依旧不太熟练的内容,看到对于GIS数据格式还要继续深入理解。 所以我决定按照专题方式研究每一个文件格式,然后做出一定总结和归纳。 第一个
·
2015-10-31 09:04
over
AlphaTo
Coverage
solution
After msaa output the alpha in ps remove clip in ps in blendstate add AlphaTo
Coverage
Enable = TRUE
·
2015-10-31 09:53
Alpha
d3d11 effect state and default value tables
Blend state State Default ValueAlphaTo
Coverage
Enable FALSEIndependentBlend Enable FALSERenderTarget
·
2015-10-31 09:52
effect
开源的code
coverage
(测试代码覆盖率)检测工具
Code
coverage
应该是使用TDD(测试驱动开发)团队的必备管理和分析工具,可以用来检测测试代码的代码覆盖率。
·
2015-10-31 09:45
code
随手用到的几个自动化小工具
白盒测试工具 1、代码覆盖率测试:Numega的True
Coverage
、Rational的Pure
Coverage
和EMMA(开源的) 2、代码静态检查工具:Logiscope、Macabe,可以自定义语义语法规则
·
2015-10-31 08:28
自动化
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
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
其他