Skip to content

A curated list of Robot Framework recipes to help beginners and intermediate engineers create test scripts faster.

License

Notifications You must be signed in to change notification settings

szabolcstoth/robotframework-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-cookbook

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.

Other useful resources

Notes for contributors

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.

Table of contents

  1. Standard Library - BuiltIn
  2. Standard Library - Collections
  3. Standard Library - DateTime
  4. Standard Library - OperatingSystem
  5. Standard Library - Process
  6. Standard Library - Remote
  7. Standard Library - String
  8. Standard Library - XML
  9. External Libraries - REST API
  10. External Libraries - Databases
  11. External Libraries: SSH
  12. External Libraries: Parallel executor for Robot Framework test cases (pabot)
  13. Case Studies

About

A curated list of Robot Framework recipes to help beginners and intermediate engineers create test scripts faster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • RobotFramework 100.0%