码迷,mamicode.com
首页 > 移动开发 > 详细

UWP UI自动化测试(一)------WinAppDriver/Inspect.exe demo

时间:2018-08-23 11:22:58      阅读:558      评论:0      收藏:0      [点我收藏+]

标签:ati   highlight   软件   服务   测试的   cut   ram   boolean   ESS   

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

  路径:C:\Program Files (x86)\Windows Application Driver\WinAppDriver.exe

技术分享图片

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

1
2
3
4
5
6
7
8
/* 先启动 C:\Program Files (x86)\Windows Application Driver\WinAppDriver.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 Kits\10\bin\x64\inspect.exe

 

UWP UI自动化测试(一)------WinAppDriver/Inspect.exe demo

标签:ati   highlight   软件   服务   测试的   cut   ram   boolean   ESS   

原文地址:https://www.cnblogs.com/gracemm/p/9522576.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!