您的位置:首页 > 大数据 > 人工智能

对Watir,Rails,Staf的简要介绍

2008-03-18 10:14 274 查看
WATIR

Watir是基于Ruby语言的一套自动化测试框架,框架结构类似于cppunit等,主要应用于B/S结构的客户端GUI自动化测试,有一个支持浏览器界面操作的类库。
官 方介绍:Watir is a simple open-source library for automating web browsers. It allows you to write tests that are easy to read and easy to maintain. It is optimized for simplicity and flexibility.
参见:http://wtr.rubyforge.org/

至于Ruby就是一门脚本语言,官方解释:A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
参见:http://www.ruby-lang.org/en/

Rails
一个用ruby实现的web框架,和IIS,apache一样。
参见:http://www.rubyonrails.org/

STAF
Software Test Automation Framework (STAF) 是开源、跨平台、支持多语言并且基于可重用的组件来构建的自动化测试框架。它为自动化测试建立了基础,并且提供了一种可插拨的机制支持不同的平台和语言。 STAF 采用点对点的实现机制,被用来减轻自动化测试的工作负担,加快自动化测试的进程。在 STAF 的环境中,所有的机器都是对等的,没有客户端和服务器的区分。
参见:http://www.ibm.com/developerworks/cn/opensource/os-cn-staf/index.html?ca=drs-cn
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: