随笔分类 - 自动化
摘要:UI Automation -- Under the Hood (1)The desktop development technology revolved from Win32 SDK, .NET WinForm to WPF and Silverlight. The relative UI Automation testing technology changes as well.This doc describes UI Automation technology on Windows platform in two parts. The first part introduces th
阅读全文
摘要:【这里的自动化测试专指GUI自动化(不包含Web)】以前写过一篇跟UI自动化测试有关的技术,谈到了一个自动化测试工具必备的几个功能,而且也提到了Windows平台自动化测试工具所基于的一些技术。下边就说一下这些技术的比较和展望,同时也包含了一些纠结……Windows API识别窗口:需要通过FindWindow和EnumWindows来查找到窗口句柄,然后再调用其它API(GetWindowText,GetWindowRect, GetWindowLong…)来获取窗口属性,以此来找到想要的控件(窗口)操作窗口和获取属性:通过SetWindowText和GetWindowText来操作控件上显
阅读全文

浙公网安备 33010602011771号