Robot Framework
Taking Robot Framework 5 into use
Migrating from Robot Framework 4 to 5.
Robot Framework cheat sheet and quick reference
Robot Framework syntax in a concise cheatsheet / quick reference format: tasks, keywords, arguments, for loops, conditional if / else / else if execution, variables, lists, dictionaries, libraries, etc.
Robot Framework overview
An overview of Robot Framework and the built-in RPA libraries for Python and Java. Explore what open source RPA is and how it can benefit your business.
Basic concepts of Robot Framework
A quick overview of the basic concepts of Robot Framework, a generic, Python-based, open-source automation framework for test automation and robotic process automation (RPA).
Robot Framework for RPA basic syntax
The basic syntax of Robot Framework.
Keywords
Learn about keywords and how to use them and create them.
Tasks
What are Robot Framework tasks and how to use them?
Variables
What are variables and how to use them.
How to use for loops in Robot Framework and Python
Looping over lists and variables in Robot Framework and Python using for loops.
While loops in Robot Framework
How to use while loops in Robot Framework.
Conditional IF / ELSE IF / ELSE execution in Robot Framework
How to use if / else if / else condition logic in Robot Framework and skip task execution on condition.
TRY / EXCEPT / FINALLY exception catching and handling in Robot Framework
How to use TRY / EXCEPT / FINALLY to catch and handle errors in Robot Framework.