Robot Framework
Robot Framework is a Python-based keyword-driven test automation framework for acceptance level testing and acceptance test-driven development (ATDD). It has an easy-to-use tabular syntax for creating test cases and its testing capabilities can be extended by test libraries implemented either with Python or Java. Users can also create new keywords from existing ones using the same simple 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.
- 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.
- Supports creating data-driven test cases.
- Provides tagging to categorize and select test cases to be executed.
- Has built-in support for variables, practical particularly for testing in different environments.
News
- 2008-12-05 Selenium Library 2.1 is released.
- 2008-11-26 Robot Framework 2.0.3 has been released.
- 2008-11-26 New tool for generating test case documentation created.
- 2008-11-26 One Click Installer (Windows only) has been updated to support Python 2.6 and its documentation has been improved.
- 2008-10-30 Manual test result reporting tool - Mabot - has been open sourced.
- 2008-10-07 Roadmap for 2008 and 2009.
- 2008-10-06 First open source versions of SwingLibrary and Java Tools have been released.
- 2008-09-24 First public version of Robot Framework IDE has been released.
- 2008-09-22 Robot Framework 2.0.2 is available.
- 2008-08-25 Robot Framework 2.0.1 is released.
- 2008-09-15 SSH Library 0.7 is released.
- 2008-08-25 Quick Start Guide is available.
- 2008-06-24 Robot Framework 2.0 is available!
- 2008-06-17 Project pages are ready.


