没有storyboard文件的情况下如何在xcode中录制UI测试?

How to record UI test in xcode when there is no storyboard file?

我是 mac、xamarin 和 xcode 的新手。作为一名测试人员,我想在 xcode 中自动化 UI 测试。如何在 xcode 中打开 xamarin 项目并记录 UI 测试?请注意,在我们的项目中,我们没有为 UI 使用故事板。 有人可以解释要遵循的步骤吗?

此致, 快闪

这是适合您的步骤:

  1. 在此处了解有关 Mac 的更多信息:https://support.apple.com/explore/new-to-mac
  2. 安装 Xamarin 和 Xcode:https://developer.xamarin.com/guides/ios/getting_started/installation/mac/
  3. UITest 的设置项目:https://developer.xamarin.com/guides/testcloud/uitest/
  4. 如何使用xamarin测试记录器来记录UITest:https://developer.xamarin.com/guides/testcloud/testrecorder/

Xamarin 测试记录器上的其他有用 tutorials/video:

https://blog.xamarin.com/creating-a-ui-test-suite-with-the-xamarin-test-recorder/ https://channel9.msdn.com/Shows/XamarinShow/Snack-Pack-3-Xamarin-Test-Recorder-for-macOS