码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio UI Automation 学习(二)

时间:2018-07-12 10:34:02      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:blog   ati   实现   tps   体系   博客   frame   进一步   https   

今天恰好有时间,继续学习了一下UI Automation的知识。看了两篇博客,对UI Automation有了进一步的了解。

https://blog.csdn.net/qq_37546891/article/details/78960888

https://blog.csdn.net/qq_37546891/article/details/78959291

重点:UI Automation是.Net Framework框架的4个dll文件:

UIAutomationClient

UIAutomationClientsideProviders

UIAutomationProvider

UIAutomaionTypes

架构分为两个role:UIA Provider 和 UIA Client.

技术分享图片

UIA Provider是给开发用的

UIA Client是给测试实现自动化脚本的。

在 UI 自动化库体系结构中使用客户端-服务器视点和命名约定。从 UI 测试自动化的角度来看,意味着所测试的应用程序被称为服务器,测试工具被视为客户端,测试工具客户端向所测试的应用程序(服务器)请求 UI 信息。

Visual Studio UI Automation 学习(二)

标签:blog   ati   实现   tps   体系   博客   frame   进一步   https   

原文地址:https://www.cnblogs.com/Reclouds-shangri-la/p/9297894.html

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