Qt应用自动化测试工具 TDriver

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

软件介绍

Testability Driver TDriver 是一个 Qt 应用程序的自动化测试工具,支持跨平台以及 Symbian 和 Meego 。

示例测试脚本:

require 'tdriver'
include TDriverVerify

sut = TDriver.sut(:sut_qt)

calc_app = sut.run(:name => 'calculator')

calc_app.find(:name => 'oneButton').tap
calc_app.find(:name => 'plusButton').tap
calc_app.find(:name => 'twoButton').tap
calc_app.find(:name => 'equalButton').tap

verify { calc_app.find(:name => 'display', :text => '3') }

calc_app.close

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

Essential PHP Security

Essential PHP Security

Chris Shiflett / O'Reilly Media / 2005-10-13 / USD 29.95

Being highly flexible in building dynamic, database-driven web applications makes the PHP programming language one of the most popular web development tools in use today. It also works beautifully wit......一起来看看 《Essential PHP Security》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

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

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换