How about UI automation testing for iOS app with instruments amp; Javascripts(使用仪器和工具对 iOS 应用程序进行 UI 自动化测试怎么样?Javascript)
问题描述
从 WWDC2010 视频会议了解 iOS 应用程序的自动化 UI 测试,但没有实践.
Get knowing the automation UI testing for iOS apps from WWDC2010 video session, but no practices for it.
从codeproject project,我们可以举一个例子.
From codeproject project,we can have one example.
这里的问题是从参与此的人那里听到的.
Questions here to hear from people who have involved this.
有什么限制吗?有什么好的做法吗?
Any limitations ? Any good practices ?
推荐答案
我建议从 这篇博文,作者是 Alex Wollmer.他制作了一个非常有用的 javascript 库:tuneup_js 带有 test() 函数,可以实现测试分离以及用于编写自动化测试的有用助手和断言乐器.
I recommend to start with this blogpost by Alex Wollmer. He made a very useful javascript library: tuneup_js with test() function that enables test separation and useful helpers and assertions for writing tests for Automation Instrument.
这篇关于使用仪器和工具对 iOS 应用程序进行 UI 自动化测试怎么样?Javascript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用仪器和工具对 iOS 应用程序进行 UI 自动化测
基础教程推荐
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
