找回密码
 立即注册
相关推荐换一批
  1. SJ 451-1973 高压整流管整流强度的测试方法
  2. SJ 449-1973 高压整流管耐压试验测试方法
  3. SJ 447-1973 高压整流管脉冲管压降与欠热脉冲管压降的测试方法
  4. SJ 442-1973 高压整流管测试条件
  5. HJ/T 153-2004 化学品测试导则
  6. GB/T 10398-2008 小型汽油机 振动评级和测试方法
  7. GB/T 11387-2008 压电陶瓷材料性能测试方法 静态弯曲强度的测试
  8. GB/T 22138-2008 幻灯机画面区温升玻璃夹层幻灯试验片测试方法
  9. SJ/T 11335-2006 卫星数字电视接收器测量方法
  10. GB/T 16814-2008 同步数字体系 (SDH) 光缆线路系统测试方法
  11. YD/T 1610-2007 IPv6路由协议测试方法--支持IPv6的中间系统到中间系统路由交换协议(
  12. GB/T 4583-2007 电动工具噪声测量方法 工程法
  13. GB/T 20991-2007 个体防护装备 鞋的测试方法
  14. YZ/T 0031-2001 信函分拣机抗光干扰测试方法
  15. YS/T 121.9-1992 有色金属加工企业真空电弧炉热平衡测试与计算方法
  16. DL/T 659-2006 火力发电厂分散控制系统验收测试规程
  17. DL/T 656-2006 火力发电厂汽轮机控制系统验收测试规程
  18. DL/T 655-2006 火力发电厂锅炉炉膛安全监控系统验收测试规程
  19. YD/T 1531-2006 接入网设备测试方法-基于以太网方式的无源光网络(EPON)
  20. GB/T 21508-2008 燃煤烟气脱硫设备性能测试方法
  21. YD/T 1370-2006 2GHz TD-SCDMA数字蜂窝移动通信网 Iub接口测试方法
  22. YD/T 1455-2006 IPv6网络设备测试方法——支持IPv6的核心路由器
  23. GB 9467-1988 室内灯具光度测试
AndroidThe测试framework | android开发 2022-10-27 99 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 源代码