From Why to How: Succeed with Robot Framework on the Road to RoboCon.
Robot Framework is an open source automation framework for test automation and robotic process automation (RPA). It is supported by the Robot Framework Foundation and widely used in the industry.
Its human-friendly and versatile syntax uses keywords and supports extending through libraries in Python, Java, and other languages.
It integrates with other tools for comprehensive automation without licensing fees, bolstered by a rich community with hundreds of 3rd party libraries.
From Why to How: Succeed with Robot Framework on the Road to RoboCon.
Explore Robot Framework’s future, AI in testing, and your path toward RoboCon 2026.
Meeting of local Robot Framework Enthusiasts and People that like to get to know it
Global online workshop event dedicated to the Robot Framework community
The Robot Framework Foundation will be hosting a booth at AutomationSTAR —drop by to learn more and connect with the community.
The RoboCon conference is the crown jewel of the Robot Framework community. Save the date and stay tuned for more information on robocon.io and our social media channels!
The conference week includes hands-on workshops and a Community Day!
Get ready for an interactive experience. The RoboCon conference is the crown jewel of the Robot Framework community. Save the date and stay tuned for more information on robocon.io and our social media channels!
The conference includes a Community Day!
Join us online on October 1st, 2025 for a full day of live, interactive workshops built for the Robot Framework community.
Why the Robot Framework Foundation matters — and why it’s key to the future of the tool you rely on.
We're excited to invite innovative project proposals for the Robot Framework ecosystem. Whether you have ideas for new projects, enhancements to existing ones, or a vision for long-term initiatives, this is your chance to make a significant impact!
The Robot Framework Foundation will be at AutomationSTAR this November — come visit our booth and connect with the community! Community discount: Use code SORF10 for 10% off your ticket.
Become a Robot Framework Certified Professional. Take our new certification exam and show your skills.
Do you have a vision to enhance the capabilities of Robot Framework? Are you eager to develop new tools or libraries that will revolutionize automation testing or RPA? Submit a proposal and request funding!
Submission deadline: 30th September 2024 at 11:59 PM.
Come and speak at the biggest Robot Framework conference! Submit a proposal and take an opportunity to make an influential impact on the most amazing open-source community.
Submission deadline: 20th October 2024 at 11:59 PM.
Meet the Robot Framework Foundation at EuroStar sponsor booth where we are together with Eficode. 10% discount on the ticket for our friends with code ES-Robot10 !
🙌Robot Framework 7.0.1 is out—fixing regressions, bugs from earlier release & introduces Japanese localization.✨Note: Two backwards incompatible fixes, reverting previous designs. Details & thanks to all contributors trough the link.
Your news, delivered to you!
Our aim is to keep you informed about relevant topics that pique your interest.
In general, there are four main categories to which you can subscribe to:
Robot Framework Foundation,
Robot Framework and its Ecosystem,
RoboCon, Events, Meetups, Conferences etc.
We aim to have a monthly newsletter but depending on the areas of your interest, you might receive an email from us 4-12 times a year.
A war story about learning from mistakes and turning a disaster into victory.
Below you'll find a live Robot Framework editor. Feel free to experiment with it! If you find bugs, please report them in Github issues.
To start using Robot Framework in a project of your own, please check tabs "Install" and "Learn". Also be sure to visit the new Robot Framework Docs!
This example contains a single test case for user login. It uses a mocked backend api for user management.
This test suite TestSuite.robot contains a two test cases "Login User with Password" and "Denied Login with Wrong Password". This test case calls keywords from the resource file keywords.resource.
keywords.resource contains keyword definitions. The resource file also uses a python based keywords from the library CustomLibrary.py for more specialised functionality. Countless community made libraries exist that extend Robot Framework in various ways!
Robot Framework is open source and supported by Robot Framework Foundation. There is a huge community of contributors around the tool. The software is built with expandability in mind and there are numerous ways to extend it's use cases for various needs.
If you have created or found a library that you think should be listed here, please let us know by submitting a pull request or an issue. You are also welcome to report unmaintained ones that shouldn't be listed anymore.
| SeleniumLibrary | Web testing library that uses popular Selenium tool internally. | 1304 | web, selenium |
| Browser Library | A modern web testing library powered by Playwright. Aiming for speed, reliability and visibility. | 777 | web |
| HTTP RequestsLibrary (Python) | HTTP level testing using Python Requests internally. | 458 | http |
| AppiumLibrary | Android and iOS testing. Uses Appium internally. | 371 | mobile |
| RESTinstance | Test library for HTTP JSON APIs. | 195 | http |
| Database Library (Python) | Python based library for database testing. Works with any Python interpreter, including Jython. | 141 | db |
| SikuliLibrary | Provides keywords to test UI through Sikulix. This library supports Python 2.x and 3.x. | 137 | ui |
Robot Framework has a vibrant community of testing enthusiasts around it. Feel free to stop by if you have any questions, need advice or would just like to connect with like-minded people!
There is also an annual RoboCon conference that is hosted in Helsinki, Finland. For more information and to watch previous years' talks, visit robocon.io or our YouTube Channel.
To support Robot Framework you can find a 👕 T-shirt and a ☕ coffee cup from our Shop.
Development of Robot Framework is funded by the non-profit Robot Framework Foundation. It consists of companies and organizations that want to ensure the continuity of Robot Framework now and in the future.
Project is hosted at GitHub
Thanks to the sponsors, Robot Framework remains completely free to use while being actively maintained and developed. Foundation also covers other related expenses such as the development of this website and organizing various meetups.
A major release supporting start/end_keyword methods with the listener API v3 (#3296), native VAR syntax for creating variables (#3761) and mixing embedded and normal arguments with library keywords (#4710) as well as various other interesting new features. Requires Python 3.8 or newer (#4294).
Feature release adding JSON serialization support for the execution model (#3902), mixing embedded arguments with normal arguments (#4234), making it possible to use custom parsers (#1283), and many other nice new features.
Critical and high priority issues, as well as the deadline, have been approved by Robot Framework Foundation board on January 16, 2023.