Using activity manager // app 分辨率高 测试低分辨率 用来做屏幕适配 Override emulator/device display density. This command is helpful for testing your app across differ ...
分类:
移动开发 时间:
2016-10-03 10:42:33
阅读次数:
292
用uiautomator做安卓的app端的UI testing的环境搭建及编jar包和运行case的步骤如下: 1、新建java工程 2、右键properties, 添加junit4的library,并添加android.jar和uiautomator的jar包依赖 3、在工程下新建package, ...
分类:
移动开发 时间:
2016-09-26 17:58:11
阅读次数:
243
Selenium is a browser automation library. Most often used for testing web-applications, Selenium may be used for any task that requires automating int ...
分类:
编程语言 时间:
2016-09-09 00:47:31
阅读次数:
313
performance testing stress testing conformance testing acceptane testing smoke testing regression testing white box testing system testing black box t ...
分类:
Web程序 时间:
2016-09-05 14:06:19
阅读次数:
432
一个射击类的小demo。分为三个文件,Previous.h、Previous.cpp和Main.cpp。 在Previous.cpp的CreateWindowGL中新增了AdjustWindowRectEx()函数,可以根据客户端的期望大小计算窗口大小,矩形通过函数创建一个理想大小的窗口。 Choo ...
分类:
其他好文 时间:
2016-09-05 01:31:15
阅读次数:
121
Let's learn how to unit test your JavaScript with Jest, a JavaScript unit testing framework from Facebook. We'll install and optimize Jest for this pr ...
分类:
编程语言 时间:
2016-09-03 06:24:57
阅读次数:
239
51Testing软件测试网 : http://www.51testing.com CSDN(软件测试频道): testing.csdn.net 希赛网(软件测试频道) :testing.csai.cn 中国软件测试联盟 : www.iceshi.com 一起测试网: http://www.17te ...
分类:
Web程序 时间:
2016-09-01 18:39:06
阅读次数:
255
API(Application Programming Interface)包含: 单元测试(Unit Testing)、模块测试(Module Testing)、组件测试(Component Testing)、元件测试(Element Testing) API测试是用来验证组成软件的那些单个方法的 ...
接口测试概述 定义 API testing is a type of software testing that involves testing application programming interfaces (APIs) directly and as part of integratio ...
分类:
Web程序 时间:
2016-09-01 18:05:01
阅读次数:
258
Marble testing is an expressive way to test observables by utilizing marble diagrams. This lesson will walk you through the syntax and features, prepa ...
分类:
Web程序 时间:
2016-08-22 02:07:52
阅读次数:
1062