Google Testing Blog上发布了一篇博客,Espresso 开源了

http://googletesting.blogspot.com/2013/10/espresso-for-android-is-here.html

Espresso for Android is here!

Cross-posted from theAndroid Developers Google+ Page

Earlier this year, we presented Espresso at GTAC as a solution to the UI testing problem. Today we are announcing the launch of the developer preview for Espresso!

The compelling thing about developing Espresso was making it easy and fun for developers to write reliable UI tests. Espresso has a small, predictable, and easy to learn API, which is still open for customization. But most importantly - Espresso removes the need to think about the complexity of multi-threaded testing. With Espresso, you can think procedurally and write concise, beautiful, and reliable Android UI tests quickly.

Espresso is now being used by over 30 applications within Google (Drive, Maps and G+, just to name a few). Starting from today, Espresso will also be available to our great developer community. We hope you will also enjoy testing your applications with Espresso and looking forward to your feedback and contributions!

Android Test Kit: https://code.google.com/p/android-test-kit/

Google开源了Espresso,这是一种Android自动化测试框架,使测试人员可以在云中x86机器的多线程环境里运行测试,并解决了关于UI测试的并发问题。由于Android设备数量和种类众多,在真实的设备上运行测试非常耗时,而且成本很高。一种解决方案是在模拟器上执行测试。模拟器是一个可控的环境,支持多种OS版本、屏幕尺寸和内存限制。这种方法可以捕获大部分代码Bug,剩下的Bug可以留给真实设备测试和人工测试去发现。

http://www.infoq.com/cn/news/2013/10/google-espresso-testing

这次开源的是Android,估计ios的也快了

更多相关文章

  1. 【Android】监听SDCard安装和卸载的代码片段(测试通过)
  2. android 手机应用设备管理激活状态,获取激活状态,监听激活状态
  3. 单元测试,数据存储
  4. 敏捷软件测试的七个关键成功要素 Android设备到底侵犯了微软的什
  5. 单元测试
  6. Android使用百度地图SDK获得当前设备位置所在的省、市

随机推荐

  1. 全局窗口二
  2. 坚向的ViewPager,上下滑动的组件,android上
  3. Using cygwin with the Android(安卓)NDK
  4. andorid webview
  5. Android(安卓)APK反编译详解(附图)
  6. Android拍照
  7. Android两种计步器sensor
  8. Android点击通知栏返回正在运行的Activit
  9. Android与(Servlet)服务器交互
  10. Android(安卓)实现Activity后台运行