做盗版小说网站,seo什么意思简单来说,seo引擎优化培训,云教育科技网站建设基于持续集成的Android自动化测试.pdf2015 年 第24 卷 第 5 期 计 算 机 系 统 应 用①基于持续集成的Android 自动化测试王 焱, 张 征(华中科技大学 自动化学院, 武汉 430074)摘 要: Android 测试方面的研究大多集中在测试工具和框架的实现上, 有些工具和框架可以实现测试用例…基于持续集成的Android自动化测试.pdf2015 年 第24 卷 第 5 期 计 算 机 系 统 应 用①基于持续集成的Android 自动化测试王 焱, 张 征(华中科技大学 自动化学院, 武汉 430074)摘 要: Android 测试方面的研究大多集中在测试工具和框架的实现上, 有些工具和框架可以实现测试用例的自动生成和测试脚本的自动执行. 然而在项目开发过程中, 测试这个活动是需要人工启动的, 不能及时有效地保证新增或者修改代码的质量. 在 Robotium 测试框架的基础上, 通过研究持续集成方案, 包括被测代码和测试代码的托管、版本控制, 应用的自动构建, 测试的自动执行, 实现了Android 的自动化测试平台. 使用该测试平台, 可以及时自动地对被测代码的修改进行测试, 直观可控地保证了Android 应用的质量.关键词: Android 测试; Robotium 框架; 自动化测试; 持续集成Continuous Integration Based Study on Automated Testing for Android PlatformWANG Yan, ZHANG Zheng(School of Automation, Huazhong University of Science Technology, Wuhan 430074, China)Abstract: Research on Android test mostly focused on the realization of the testing tools and frameworks, some toolsand frameworks can realize automatic test case generation and test scripts execution. However, during softwaredevelopment, test requires human start, thus cant guarantee the quality of new or modified code timely and effectively.Based on Robotium framework, this paper researched continuous integration solution, including the code under test andthe test code hosting, version controlling, building the application and test automatically, finally realized the Androidautomation test platform. With the test platform, the code updates can be test automatically in time, the quality of theAndroid applications can be intuitive and controllable.Key words: Android test; Robotium framework; automated testing; continuous integration伴随着Android 系统的走红, 市场对Android 应用 其功能强大、使用简单赢得了大量的用户, 它能够模程序(APP)的开发提出了更高的要求, 快速推出、快速 拟几乎所有的用户操作, 实现对APP 全面的功能测试.迭代、快速响应用户的需求. 然后在这个 “快速” 的过 同时, 国内外学术领域对Android 测试也有很多研究.程中, APP 的质量难以等到保证, 在用户使用时出现应 张灿