本文总结了使用Selenium Web driver 做页面自动化测试的一些 tips, tricks, snippets.1. Chrome Driver 如何安装 extensions两种方式a)Packed (.crx file) -- crx为Chrome的插件后缀名,FireFox的是xp...
分类:
Web程序 时间:
2015-09-29 16:33:23
阅读次数:
322
例子Compare Cluster Assignments to Clusters导入样本数据。 load fisheriris从安德森鸢尾花卉数据集用Ward linkage计算四个簇,并忽略种类信息。 Z = linkage(meas,'ward','euclidean'); c = cl...
分类:
其他好文 时间:
2015-09-23 20:52:48
阅读次数:
245
linkage凝聚层次聚类树语法 Z = linkage(X) Z = linkage(X,method) Z = linkage(X,method,metric) Z = linkage(X,method,pdist_inputs) Z = linkage(X,metric,'savem...
分类:
其他好文 时间:
2015-09-23 19:05:20
阅读次数:
203
cophenetCophenetic 相关系数语法 c = cophenet(Z,Y) [c,d] = cophenet(Z,Y)描述c = cophenet(Z,Y)计算Z表示的层次聚类树的cophenetic相关系数。Z是linkage函数的输出。
分类:
Web程序 时间:
2015-09-23 15:10:11
阅读次数:
178
例子从样本数据中生成层次聚类树这个例子显示了如果利用样本数据生成层次聚类数,并用3维散点图展示该聚类。产生样本数据矩阵,其中的随机数由标准均匀分布(U(0,1))生成。 rng('default'); % For reproducibilty X = [gallery('uniformdata'.....
分类:
其他好文 时间:
2015-09-23 15:05:03
阅读次数:
196
层次聚类Produce nested sets of clusters函数cluster根据凝聚层次聚类树构造凝聚聚类clusterdata根据样本数据构造凝聚聚类cophenetcophenet相关系数inconsistentinconsistent系数linkage凝聚层次聚类树pdist两两对...
分类:
其他好文 时间:
2015-09-23 13:30:19
阅读次数:
250
https://www.udemy.com/appium-selenium-for-mobile-automation-testing/
分类:
移动开发 时间:
2015-09-21 21:22:20
阅读次数:
178
实现原理:实际上就是先利用渲染队列渲染,然后再利用ZTest,改变渲染的遮挡关系。PS:Depth Testing:深度测试,也叫深度缓冲。只有最靠近观察者的物体会被绘制。深度即Z,该值越小表示离观察者越近,该值越大表示离观察者越远。具体操作步骤:1、修改NGUI的Unlit - Transpare...
分类:
其他好文 时间:
2015-09-20 15:59:55
阅读次数:
503
功能列表(Function List)是一种功能测试(Function Testing)的建模方法,在启发式测试策略模型(Heuristic Test Strategy Model)中位于 HTSM -> Product Elements –> Function 分支中。虽然它只覆盖了很小的测试领域...
分类:
其他好文 时间:
2015-09-16 19:32:57
阅读次数:
171
今天看代码看到小坐标,觉得还不错,找了一下资料 使用的头文件是vtkOrientationMarkerWidget.h 具体使用如下,来源http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Interaction/Widgets/Testing/Cxx/TestOrientat...
分类:
系统相关 时间:
2015-09-15 22:02:52
阅读次数:
349