美文网首页自动化测试
ios自动化测试资料整合

ios自动化测试资料整合

作者: 工木南ng | 来源:发表于2016-06-08 10:19 被阅读255次

    自动化测试主要有测试数据和测试ui两部分组成

    以下为官方资料

    Instrument自带的automation

    https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/UIAutomation.html#//apple_ref/doc/uid/TP40004652-CH78-SW1

    UI Automation是Apple官方提供的UI自动化测试的解决方法,虽然直接使用非常不爽,但是还不得不说。虽然不好用,但是作为一些工具的底层实现还是需要了解的。官方教程相关API文档可以方便查阅

    ios9引入的UI Testing

    https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/RecordingUITests.html

    谷歌开源的测试工具EarlGrey 

    https://github.com/google/EarlGrey 

    谷歌自己的ios app测试工具

    资料汇总,搬砖

    iOS自动化测试

    如何在iOS使用自动化UI测试

    iOS9 UI Tests探索笔记

    老外总结的测试框架

    相关文章

      网友评论

        本文标题:ios自动化测试资料整合

        本文链接:https://www.haomeiwen.com/subject/jhkjdttx.html