------- 源自梦想、永远是你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 readingTesting Fundamentals. For a step-by-step introduction to Android testing, try theActivity Testing Tutorial.


测试

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

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

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




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

更多相关文章

  1. App开发日报 2015-05-19 Android依赖注入框架Dagger2详解
  2. Android异步框架android-async-http-master的下载导入和错误处理
  3. Android Butterknife框架
  4. (4.5.4)Android测试TestCase单元(Unit test)测试和instrumentation
  5. Android 3.0 r1中文API文档(103) —— InputMethodManager [输入
  6. Android自动化测试框架—Robotium 4.3介绍
  7. Android实现EditText控件禁止输入内容的方法(附测试demo)
  8. Android Volley框架使用方法详解

随机推荐

  1. 说说Android(安卓)两种为自定义组件添加
  2. Android:layer-list详解
  3. 使用Chrome远程调试Android移动端WebView
  4. android 浏览器 打开本地html文件的方法
  5. Android应用程序开发以及背后的设计思想
  6. Android(安卓)-- 自定义跑马灯
  7. Android进程通信(IPC)之AIDL对象传递
  8. React Native运行问题:Warning: License f
  9. Android(安卓)Framework中的Application
  10. Android之AIDL(进程间通信)