您的位置:首页 > 移动开发 > Android开发

Android 单元测试链接整理

2015-08-07 16:14 761 查看



Android单元测试 /article/7858185.html

通过JUnit进行Android单元测试:http://www.open-open.com/lib/view/open1328152424546.html

如何进行Android单元测试:/article/4716275.html

Android学习笔记:对Android应用进行单元测试
:http://blog.csdn.net/duancanmeng/article/details/7458851

行为触发之Android自动化测试instrumentation(一):/article/1600015.html

Android单元测试:/article/7858185.html

android单元测试Activity(转)
:http://mxq824.blog.163.com/blog/static/1221185620115299419709/

Android单元测试-JUnit之测试Activity和界面相关的一些东西:http://parlma.blog.163.com/blog/static/14570648020121071341284/

android
testing (三)————关于Android test 中涉及多个Activity的问题:/article/8052132.html
Android
test case如何获得跳转后的类:http://www.eoeandroid.com/thread-30050-1-1.html
Android源码学习之三-Activity是如何进行自动化测试的:/article/1353009.html
Robotium中调用getActivity()方法导致程序挂起的研究浅析:http://www.2cto.com/kf/201410/344608.html
Testing
that an Activity returns the expected result:http://stackoverflow.com/questions/13041890/testing-that-an-activity-returns-the-expected-result
android上实现junit单元测试:http://stackoverflow.com/questions/13041890/testing-that-an-activity-returns-the-expected-result
test
if a button starts a new activity in android junit (pref without robotium)?:http://stackoverflow.com/questions/9405561/test-if-a-button-starts-a-new-activity-in-android-junit-pref-without-robotium
Android application testing with the Android test framework - Tutorial:http://www.vogella.com/tutorials/AndroidTesting/article.html
Android-Junit-TestCase-ClassLoader 讨论下Android的单元测试:http://www.elexcon.com/news/56252.html
Creating Unit Tests:http://developer.android.com/training/activity-testing/activity-unit-testing.html
Android/Testing/Unit Testing/Monitor supermethods:http://en.wikibooks.org/wiki/Android/Testing/Unit_Testing/Monitor_supermethods
Android单元测试
Instrumentation:http://blog.csdn.net/hpccn/article/details/8439784
Android单元测试初探——Instrumentation:http://www.oschina.net/question/54100_27061
Android Unit and Integration testing:https://github.com/codepath/android_guides/wiki/Android-Unit-and-Integration-testing http://javaarm.com/faces/display.xhtml;jsessionid=cnsJju53JcNjy9r2m7RHJxOn?tid=3185&page=1&print=true http://blog.wercker.com/2013/09/24/Gettingstarted-with-android-part-2.html
通过JUnit进行Android单元测试:http://www.open-open.com/lib/view/open1328152424546.html

Android测试基础整理篇 :http://blog.csdn.net/liaoqianchuan00/article/details/23032357







内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: