JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Software Quality Assurance Engineer
Overview
Software Quality Assurance Engineer
Learning
Products
More
Share
Explore
Robot Framework
Set Up
Install VSCODE:
https://code.visualstudio.com/Download
Install Git:
https://git-scm.com/download/win
> choose the 64-bit installer
Install Node.js:
https://nodejs.org/en/download
Install Python:
https://www.python.org/downloads/
During the installation, make sure to tick the “Add to PATH” checkbox at the first page.
(MUST)
After installing, open a terminal.
Input:
python --version (To check the installed-python version)
pip --version (To check the python packages installer version)
Install Robot Framework on your terminal:
pip install robotframework
robot --version (To check robotframework version
Install Robot Framework: Playwright library
pip install robotframework-browser
rfbrowser init
rfbrowser version (To check robotframework-browser version)
Install the other python packages that we’ll be using on our code and test runs:
pip install robotframework-pabot
- to execute parallel testing.
pip install robotframework-requests
- to perform API testing on RF tests.
pip install robotframework-faker
- generates fake data for names, locations, numbers and etc...
pip install clipboard
- to be able to copy/paste a data during tests.
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.