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 自动化测
基础教程推荐
- 突出显示朗读文本(在 iPhone 的故事书类型应用程序中) 2022-01-01
- 可可/目标C(OSX不是iOS)从子对象访问父对象 2022-01-01
- 在 appComponent dagger 2 中动态添加测试模块? 2022-01-01
- 在 iOS8 中无法获得正确的键盘高度值 2022-01-01
- 新的@SystemApi 注解是什么意思,和@hide 有什么区别 2022-01-01
- - (CGRect)convertRect:(CGRect)rect toView:(UIView *)view 如何工作 2022-01-01
- 我的 UIImageView 的任务 2022-01-01
- 在 Android 模拟器中激活网络位置提供程序? 2022-01-01
- Android:STATE_SELECTED不工作 2022-01-01
- 如何将多个组件添加到 PickerView? 2022-01-01
