原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Testing
5、Testing(测试)
构建一个测试程序已经被集成到应用项目中,没有必要再专门建立一个测试项目。
5.1 Basics and Configuration(基本知识和配置)
正如前面所提到的,紧邻...
分类:
移动开发 时间:
2014-07-16 11:24:19
阅读次数:
341
*********声明:本系列课程为Cem Kanner的软件黑盒测试基础的笔记版**************
What's A COMPUTER PROGRAM?
Textbooks often define a "computer program" like this:
A program is a set of instructions(指令) for a computer.
Tha...
分类:
其他好文 时间:
2014-07-16 10:58:18
阅读次数:
196
警告:Not targeting the latest versions of Android; compatibility modes apply.Consider testing and updating this version. Consult the android.os.Build.VE...
分类:
移动开发 时间:
2014-07-09 23:56:40
阅读次数:
431
【其他】入职37.com后写的一个东西,为了检查下服务器的一些安全配置。数量太多,手工不靠谱。【OSCHINA开源社区地址】http://www.oschina.net/p/baseline-testing基于Linux的配置检查工具,采用插件式结构开发。开发语言使用的是python.开发者可以通过...
分类:
编程语言 时间:
2014-07-07 21:45:22
阅读次数:
255
1在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogger=WARN, std...
分类:
移动开发 时间:
2014-06-27 17:31:34
阅读次数:
217
Contents1 History2 Standards and certification3 Tools3.1 Specialized OS distributions3.2 Software frameworks4 Automated testing tools5 See also6 Notes...
分类:
Web程序 时间:
2014-06-16 23:36:11
阅读次数:
286
做了个Android的常用类库框架,希望能帮助大家。包括了View Injection,ORM,Asynchronous Http and Image,User scenario testing。等等
希望大家多提意见,谢谢。
同时还有TripleDes Utils,WebViewUtils,Md5Utils 之类的方便大家使用。
github的地址如下:
https://gith...
分类:
移动开发 时间:
2014-06-16 22:14:01
阅读次数:
273
注:本文翻译自Google官方的Android Developers
Training文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/location/location-testing.htm...
分类:
移动开发 时间:
2014-06-12 18:17:08
阅读次数:
318
水题,只要遍历一遍,不够平均数的,从后面的借,比平均数多的,把多余的数添加到后面即可,注意数据范围#include
#include #include using namespace std;int main(){ int n; cin >> n; vector
a(n); ...
分类:
其他好文 时间:
2014-06-10 12:42:12
阅读次数:
176