码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
android ADB的简单实用实践
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跑安卓端UI testing
用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
JavaScript(Node.js)+ Selenium自动化测试
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
用CSS制作伪标签云
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
outdated: 32.Picking, Alpha Blending, Alpha Testing, Sorting
一个射击类的小demo。分为三个文件,Previous.h、Previous.cpp和Main.cpp。 在Previous.cpp的CreateWindowGL中新增了AdjustWindowRectEx()函数,可以根据客户端的期望大小计算窗口大小,矩形通过函数创建一个理想大小的窗口。 Choo ...
分类:其他好文   时间:2016-09-05 01:31:15    阅读次数:121
[Jest] Test JavaScript with Jest
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测试
API(Application Programming Interface)包含: 单元测试(Unit Testing)、模块测试(Module Testing)、组件测试(Component Testing)、元件测试(Element Testing) API测试是用来验证组成软件的那些单个方法的 ...
分类:Windows程序   时间:2016-09-01 18:13:39    阅读次数:201
使用jmeter做web接口测试
接口测试概述 定义 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
[RxJS] Introduction to RxJS Marble Testing
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
1026条   上一页 1 ... 67 68 69 70 71 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!