Robot Framework
Robot Framework is a generic 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.
- Remote library interface enables distributed testing and implementing test libraries in any programming language.
- 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
- 2009-06-18 Initial version of introduction slide set available.
- 2009-06-16 Robot IDE 0.16 has been released.
- 2009-06-03 RFDoc 0.2 is released. This version contains search functionality and is thus the first really useful release.
- 2009-05-27 Robot IDE 0.15 has been released.
- 2009-05-14 Selenium Library 2.2 is released.
- 2009-05-14 Roadmap updated
- 2009-05-08 First version of RFDoc, a web based system for storing and searching library and resource file documentations, is available.
- 2009-04-29 Robot Framework developers organize a session Executable requirements in practice in XP 2009 conference.
- 2009-04-27 Robot IDE 0.14 has been released.
- 2009-04-20 Robot Framework 2.1 has been released.
- 2009-04-07 SwingLibrary 0.13 is released.
- 2009-02-23 Robot IDE 0.13.1 is released.
- 2009-01-23 SwingLibrary 0.10 is released.
- 2009-01-15 Selenium Library 2.1.1 is released.
- 2009-01-13 Robot Framework 2.0.4 has been released.
- 2009-01-08 Mabot 0.5 is released.
- 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-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.