Windows应用功能测试工具 EFT

码农软件 · 软件分类 · 测试工具 · 2019-11-25 14:41:31

软件介绍

Eft (easy functional testing) 是一个用于Windows桌面应用程序的功能和验收测试工 具,可以用来测试Windows Form, Win32和WPF应用程序. Eft使用CSS选择器来帮助使用者定位界面元素,并支持鼠标键盘等操作. Eft模拟用户对应用程序的实际使用来完成应用的测试. Eft目前构建在.NET3.0的UIAutomation和Win32 API上.

示例代码:

Application app = Application.Run("calc");
Window main = app.FindTopWindow("Calculator");

main
.FindFirst("[name='1']").Click();
main
.FindFirst("[name='+']").Click();
main
.FindFirst("[name='2']").Click();
main
.FindFirst("[name='=']").Click();

Assert.AreEqual("3. ", main.FindFirst("Edit").Text);

本文地址:https://codercto.com/soft/d/19767.html

Microformats

Microformats

John Allsopp / friends of ED / March 26, 2007 / $34.99

In this book, noted web developer and long time WaSP member John Allsop teaches all you need to know about the technology: what Microformats are currently available and how to use them; the general pr......一起来看看 《Microformats》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具