在Visual Studio中的iPhone真实设备上运行Xamarin.UITests

时间:2019-06-24 12:29:05

标签: ios xamarin automated-tests visual-studio-mac xamarin.uitest

我在运行应用程序时遇到问题。收到类似 SetUp:System.Exception的错误:必须已安装应用程序或应用程序捆绑包。

我的配置:

    return ConfigureApp
        .iOS
       // .DeviceIdentifier("33f27c04c1744474f2ba9c0fe50fecca35d6e96d")
       .DeviceIdentifier("33f27c04c1744474f2ba9c0fe50fecca35d6e96d")
       // TODO: Update this path tS app and uncomment the
       // code if the app is not included in the solution.
       //.AppBundle ("path to spa")
        .InstalledApp("package.of.application")
        .StartApp();

当尝试使用InstalledApp()时,尽管安装了应用程序,我仍然收到上述错误。在iPhone上,启用UI自动化已启用。因此,我尝试从Visual Studio中的 Tests Apps 中运行应用程序,如下面的屏幕截图所示,但该应用程序未安装。开始测试时,如何使应用程序从 Tests Apps 安装?如何使此测试有效?enter image description here

0 个答案:

没有答案