Robot Framework - Basic usage
Wed, May 19, 2021
One-minute read
Robot Framework is a great generic tool for a behaviour oriented tests. Here are my various notes for an initial basic usage (WIP).
Useful Libraries:
- RESTinstance - for testing REST endpoints -
pip install --upgrade RESTinstance - RobotFramework Faker - fake data generator library -
pip install robotframework-faker - QWeb - set of very usefully RobotFramework keywords -
pip install QWeb - RobotFramework Browser - better browser automation -
pip install -U robotframework-browser