zoukankan      html  css  js  c++  java
  • UWP UI自动化测试(一)------WinAppDriver/Inspect.exe demo

    1、首先在启动 WinAppDriver.exe,运行界面:

      路径:C:Program Files (x86)Windows Application DriverWinAppDriver.exe

    如果不运行它的话,UI自动化工程在运行单元测试的时候,vs 会抛异常:

    1
    2
    3
    4
    5
    6
    7
    8
    /* 先启动 C:Program Files (x86)Windows Application DriverWinAppDriver.exe,否则会抛异常
      Unexpected error. System.Net.WebException: 无法连接到远程服务器 ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 127.0.0.1:4723
      在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
      在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
      --- 内部异常堆栈跟踪的结尾 ---
      在 OpenQA.Selenium.Appium.Service.AppiumCommandExecutor.Execute(Command commandToExecute)
      在 OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
    */

    2、使用 inspect.exe 工具,确定软件运行时,需要触发事件 UI元素的 ID/Name 

      路径:C:Program Files (x86)Windows Kits10inx64inspect.exe

  • 相关阅读:
    Lookup 组件用法全解
    将字符串转换成表
    处于同一域中的两台SQL Server 实例无法连接
    在SSIS中的不同组件间使用局部临时表
    SSIS的CheckPoint用法
    控制流如何处理错误
    SSIS 对数据排序
    SSIS 数据输出列因为字符截断而失败
    SQL Server 的本地时间和UTC时间
    TSQL Merge 用法
  • 原文地址:https://www.cnblogs.com/gracemm/p/9522576.html
Copyright © 2011-2022 走看看