您的位置:首页 > 编程语言 > Go语言

robotframework - A generic test automation framework - Google Project Hosting

2012-04-30 11:44 627 查看
robotframework - A generic test automation framework - Google Project Hosting

Robot Framework

Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new keywords from existing ones using the same syntax that is used for creating test cases.

Robot Framework is open source software released under Apache License 2.0. Its copyrights are owned and development supported by Nokia Siemens Networks.

Features

Enables easy-to-use tabular syntax for creating test cases in a uniform way.
Allows using keyword-driven, data-driven and behavior-driven (BDD) approaches.
Provides ability to create reusable higher-level keywords from the existing keywords.
Provides easy-to-read reports and logs in HTML format.
Is platform and application independent.
The modular architecture supports creating tests even for applications with several diverse interfaces.
Provides a simple library API for creating customized test libraries.
Provides a command line interface and XML based outputs for integration into existing build infrastructure (continuous integration systems).
Provides support for Selenium for web testing, Java GUI testing, running processes, Telnet, SSH, and so on.
Remote library interface enables distributed testing and implementing test libraries in any programming language.
Provides tagging to categorize and select test cases to be executed.
Has built-in support for variables, practical particularly for testing in different environments.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐