A curated list of delicious Robot Framework recipes that will help you develop new test automation scripts faster, especially for beginner or intermediate level engineers.
If you need help writing Robot Framework scripts or wish to update older scripts to use newer syntax then you have come to the right place. Here we will compile and maintain recipes of working Robot Framework scripts that can be used in your domain.
In the first part of the cookbook there are many simple recipes showing how to use builtin keywords and additional keywords from both internal and external Robot Framework libraries. Towards the back of the cookbook there will be complete case studies demonstrating whole projects and test automation solutions.
- Robot Framework Organization
- Beginners Guide to Robot Framework
- Robot Framework Quick Start Guide
- Robot Framework User Guide
- Robot Framework documentation
- GitHub (Documentation, Source Code & Issue Tracker)
- Awesome Robot Framework
- Robot Framework - Learn the basics
Contributions from the wider community are most welcome! Contributions can be either single recipes or whole case studies.
Initially, there is no CI running so please confirm any submissions are working and use robot.tidy
to standardise the format of the scripts.
We also welcome Issues where you may post ideas for new recipes or report bugs for exisiting recipes.
For larger submissions simply clone this repository, create a feature branch and submit a pull request to merge your branch. If you are not comfortable with Git workflow then simply post your submission on #cookbook channel and I will help you publish your recipe or case study.
- Standard Library - BuiltIn
- Standard Library - Collections
- Standard Library - DateTime
- Standard Library - OperatingSystem
- Standard Library - Process
- Standard Library - Remote
- Standard Library - String
- Standard Library - XML
- External Libraries - REST API
- External Libraries - Databases
- External Libraries: SSH
- External Libraries: Parallel executor for Robot Framework test cases (pabot)
- Case Studies