- 授权协议: GPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.testingunion.com/goose/goose.htm
- 软件文档: http://www.testingunion.com/goose/goose.htm
软件介绍
goose 是一个开源的自动化测试框架,目的:
- 致力于软件测试与开发领域知识传播和技术共享!
- 致力于python自动化测试实践
- 为广大webdriver学习者提供一个基本的框架示例
示例测试代码:
from goose.lib.autoDriver import AutoDriver
from goose.common.logging import Logging
log = Logging()
autoDriver = AutoDriver(log)
autoDriver.execStep('startbrowser', 'ff')
driver = autoDriver.execStep(‘getWebDriver’)
print driver # 打印查看是否成功获取driver
Foundation Web Standards
Jonathan Lane、Steve Smith / Friends of ED / 21st July 2008 / $34.99
Foundation Web Standards explores the process of constructing a web site from start to finish. There is more to the process than just knowing HTML! Designers and developers must follow a proper proces......一起来看看 《Foundation Web Standards》 这本书的介绍吧!
