------- 源自梦想永远是你IT事业的好友、只是勇敢地说出我学到! ----------

仅供学习和交流使用,翻译不好勿喷,请只摘除不合适的地方

Testing

The Android framework includes an integrated testing framework that helps you test all aspects of your application and the SDK tools include tools for setting up and running test applications. Whether you are working in Eclipse with ADT or working from the command line, the SDK tools help you set up and run your tests within an emulator or the device you are targeting.

If you aren't yet familiar with the Android testing framework, start by reading Testing Fundamentals. For a step-by-step introduction to Android testing, try the Activity Testing Tutorial.

测试

Android框架中包含了帮助对我们写出的应用程序的各个部分进行测试的整合测试框架,SDK工具中也提供了创建和运行这个测试应用程序的工具。不管你使用的是带有ADT的Eclipse,还是使用命令行,SDK工具都会帮你在模拟器或者你所指向的设备中创建和运行你的测试。

如果你还不熟悉Android的测试框架,即请开始阅读Testing Fundamentals文档,要想要得到对Android测试一步一步的介绍,就请阅读Activity Testing Tutorial这个文档,这里会对你进行详细的知道。

(后面会尝试着翻译这两篇文档)

------- 源自梦想永远是你IT事业的好友、只是勇敢地说出我学到! ----------

最新文章

  1. 组件RecyclerView的应用(一)
  2. linux安装adb
  3. Visual Studio各版本工程文件之间的转换
  4. Unity Sprite Atlas Compression
  5. 如何使用JS脚本从HTML中分离图片标签与文本,替换文本中指定的内容并加粗(原创)
  6. HTML框架与布局
  7. JAVA 打印九九乘法表
  8. HDU 4666
  9. 显示或隐藏一个Grid
  10. FMS服务器在centos下安装
  11. MFC下拉框使用方法
  12. phpwind伪静态规则(IIS,Nginx,Apache)的介绍及代码
  13. Linux内核源代码解析——用户发送数据包的起源之sendto
  14. python获取当前路径的方法
  15. python实现PKCS5Padding
  16. spring-boot log
  17. sublimit 编辑器 设置默认的编码
  18. JavaScript数组去重的6个方法
  19. python简说(十五)MD5加密
  20. python list 使用技巧

热门文章

  1. BZOJ 1208: [HNOI2004]宠物收养所(BST)
  2. hdu 4704 Sum 费马小定理
  3. 一个高效过滤非UTF8字符的C函数(也可用来判断是否utf8)
  4. C++ 100款开源界面库 (10)
  5. poj 2001 Shortest Prefixes(字典树)
  6. Java-多线程的实现与启动
  7. Android项目导入时,出现的Could not write file 。。。。。。.classpath错误解决办法
  8. redis研究笔记
  9. 面试之ajax原理(转载)
  10. C#中泛型、程序集一些基本运用(Fifteenth Day)