diogorb / robotframework-cookbook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (or work directly on master) 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 Library - REST API
  10. External Library - Databases
  11. External Library - SSH
  12. External Library - Parallel executor for Robot Framework test cases (pabot)
  13. External Library - SeleniumLibrary and SeleniumTestability
  14. Case Studies

About

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

License:MIT License


Languages

Language:RobotFramework 100.0%