【发布时间】:2018-01-24 16:12:57
【问题描述】:
很明显,我们可以使用 Xcode 或 Xcode 命令行工具从 MacOSX 以 UITest 模式运行 iOS App(.ipa、.app)。
但是我看到了一些测试自动化工具,它们可以从 Windows 10 以 UITesting 模式启动应用程序(Appium Studio、QUAmotion、Ranorex 等)。它们甚至还回馈了元素。 (只能在 UITestMode 中实现)
据我所知,只有带有 Xcode 的 MacOSX 才支持 UI 测试模式,因为 Xcode 有一个 testManager 用于在运行时管理测试用例。至于附加到 Windows 的 iOS 设备。 LibiMobileDevice 在 iTunes 的帮助下提供了安装、运行、卸载等功能。
谁能解释或帮助我一些库(付费或免费),可以帮助我在 Windows 10 的 iOS 设备上使用 UI 测试模式启动 iOS 应用程序?
【问题讨论】:
标签: ios iphone windows uitest launching