- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://projects.forum.nokia.com/Testabilitydriver
- 软件文档: https://projects.forum.nokia.com/Testabilitydriver/wiki/TDriverHelp
软件介绍
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
Visual Thinking
Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95
Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!
