1 https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html http://www.cnblogs.com/by-dream/p/4921701.html http://blog.csdn.n ...
Testing started at 18:23 ... 05/10 18:23:01: Launching ChangeTextBehaviorTestNo apk changes detected since last installation, skipping installation of ...
分类:
其他好文 时间:
2017-05-10 19:57:25
阅读次数:
314
func TestAliAfpAdapter_AskAd_Banner(t *testing.T) { apiData := getApiData() apiData.ApiInfo.ApiPositionSID = "63538378" apiData.AdRequst.AdWidth = 300... ...
分类:
Web程序 时间:
2017-05-09 12:43:24
阅读次数:
210
Component: Test @Input & @Output: ...
分类:
其他好文 时间:
2017-05-06 10:10:09
阅读次数:
232
1. Trees Tree is a recursive structure. 1.1 math nodes https://class.coursera.org/principlescomputing-001/wiki/view?page=trees 1.2 CODE无parent域的树 http ...
分类:
编程语言 时间:
2017-05-05 14:23:10
阅读次数:
293
selenium3+Python+firefox53 兼容问题,搞了一天,最后发现是被自己坑了。。。。 电脑安装了,Python2.7 跟Python3 pytho2.7下面是selenium2.4.x Python3下面是selenium3.x firefox是53 jdk是1.8 因为电脑jdk ...
分类:
编程语言 时间:
2017-05-04 20:00:18
阅读次数:
1081
一次vm 虚拟机时间倒流而导致的oracle 数据库启动故障 本文是原创文章。若转载请注明出处: http://blog.csdn.net/msdnchina/article/details/38782163 直接上数据库的alert日志: Fri Apr 25 22:00:54 2014 < 注意 ...
分类:
数据库 时间:
2017-05-03 14:37:38
阅读次数:
281
用Hibernate连上数据库之后不能插入数据,报了这个错误。 直接写我的解决办法:在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger ...
分类:
移动开发 时间:
2017-05-03 13:22:41
阅读次数:
198
一数据驱动测试的含义: 在百度百科上的解释是:数据驱动测试,即黑盒测试(Black-box Testing),又称为功能测试,是把测试对象看作一个黑盒子。利用黑盒测试法进行动态测试时,需要测试软件产品的功能,不需测试软件产品的内部结构和处理过程。数据驱动测试注重于测试软件的功能性需求,也即数据驱动测 ...
分类:
编程语言 时间:
2017-05-03 10:01:26
阅读次数:
2150