找回密码
 立即注册
相关推荐换一批
  1. GB/T 33754-2017 气田生产系统能耗测试和计算方法
  2. GB/T 33737-2017 手机支付 基于2.45GHzRCC(限域通信)技术的智能卡测试方法
  3. GB/T 33653-2017 油田生产系统能耗测试和计算方法
  4. GB∕T 33291-2016 氢化物可逆吸放氢压力-组成-等温线(P-C-T)测试方法
  5. GB/T 29265.501-2017 信息技术 信息设备资源共享协同服务 第501部分:测试
  6. GB∕T 19557.22-2017 植物品种特异性、一致性和稳定性测试指南 豌豆
  7. GB∕T 19557.20-2017 植物品种特异性、一致性和稳定性测试指南 茄子
  8. GB∕T 19557.14-2017 植物品种特异性、一致性和稳定性测试指南 甘蓝型油菜
  9. GB∕T 19557.9-2017 植物品种特异性、一致性和稳定性测试指南 芥菜
  10. GB∕T 13931-2017 电除尘器 性能测试方法
  11. GB∕T 9414.5-2018 维修性 第5部分:测试性和诊断测试
  12. YY/T 0841-2011 医用电气设备 医用电气设备周期性测试和修理后测试
  13. SY/T 6581-2012 高压油气井测试工艺技术规程
  14. CB/T 3395-2013 残余应力测试方法 钻孔应变释放法
  15. NY/T 2566-2014 植物新品种特异性、一致性和稳定性测试指南 稗
  16. NY/T 2506-2013 植物新品种特异性、一致性和稳定性测试指南 水芹
  17. YD/T 2576.5-2013 TD-LTE数字蜂窝移动通信网 终端设备测试方法(第一阶段) 第5部分:
  18. SY/T 6685-2013 SCORPION 地震数据采集系统检验
  19. SY/T 5264-2012 油田生产系统能耗测试和计算方法
  20. SN/T 3524-2013 化学品 鱼类生殖毒性试验方法
  21. SN/T 3523-2013 化学品 鱼类雌激素、雄激素和芳香酶抑制活性试验方法
  22. MH/T 1052-2013 航空运输锂电池测试规范
AndroidThe测试framework | android开发 2022-10-27 95 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android自动化测试初探Android系统下使用程序的测试如今应当还算是个新的领域,网上用于这方面的资料很多都是基于白盒测试的,一般都是基于JUnit框架和AndroidSDK中android.test等命名空间下的内容进行,但是有一个条件,那就是有必要要有使用程序的源代码以提供测试接入点,但是这在很多软件企业中是不现实的。很多测试工程师做的工作是完全黑盒,基本触摸不到源代码,白盒测试大部分也是由开发自己终结。回忆一下Windows下的黑盒测试自动化,从前使用的是微软提供的基于framework的UIAutomation自动化测试框架(要求版本在framework3.0以上,即VS.NET2008开发环境),对与拿手C#语言的人来说,使用起来承认比较好用。自己也写了基于UIAutomation的轻量级的自动化框架,将在以后的博文中引出。那在Android操作系统中能不能做相似于UIAutomation的办公呢?意外的是,Android的权限控制分的十分清理,不同程序之间的数据访问只能通过Intent,contentprovider相似的功能实现。也就是说你开发的运行在Android中的自动化程序想要捕获当时运行的AUT(ApplicationunderTest)界面上的控件等Element(该术语引自UIAutomation,觉得翻译成元素有点生硬,故不作翻译)基本不可能,你也拿不到当时activeactivity的引证(截止这篇文章发帖停止,自己暂时没有找到方法取得此引证)。无路可走了?模拟器里边不能走,外面能不能走?或许可以。。。。。。。
Android自动化测试初探.doc
codepub下载说明.txt
.....太多文件了省略.....

(Preliminary Exploration of Android Automated Testing The testing of programs used in the Android system should be a new field now. Many online materials used in this field are based on white box testing, generally based on the JUnit framework and android in the Android SDK Test and other namespaces, but there is a condition that it is necessary to use the source code of the program to provide a test access point, but this is not practical in many software enterprises. Many test engineers work in a completely black box, and can hardly touch the source code. Most white box tests are ended by developers themselves. Recall that the black box test automation under Windows used to use the framework based UI Automation automation test framework provided by Microsoft (the version is required to be above framework 3.0, that is, VS.NET2008 development environment). It is easy for those who are good at C # language to use it. I also wrote a lightweight automation framework based on UI Automation, which will be introduced in a future blog post. Can I do office work similar to UI Automation in the Android operating system? Surprisingly, Android's permission control is very clean, and data access between different programs can only be achieved through similar functions of Intent and contentprovider. That is to say, it is almost impossible for the automated program you developed to run in Android to capture elements such as controls on the AUT (Application under Test) interface running at that time (the term is quoted from UIAutomation, which is a bit stiff when translated into elements, so it is not translated), and you can't get the citation of active activity at that time (as of the end of this article, you haven't found a way to obtain this citation for the time being). No way to go? Can you walk inside the simulator and outside? Maybe.......
Preliminary Exploration of Android Automated Test.doc
Codepub Download Description.txt
..... Too many files omitted)

[下载]15131432261.rar




上一篇:Android 屏幕保护程序源码
下一篇:LumaQQ for Android 源代码