0% found this document useful (0 votes)
731 views

How To Install Robot Framework On Ubuntu

The document provides steps for installing the Robot Framework testing tool on Ubuntu. It includes checking the Ubuntu version, installing Python dependencies like pip through apt-get, upgrading pip, and using pip to install Robot Framework, Selenium and Telnet libraries. It also covers installing Java for the RED tool and running RED.

Uploaded by

mhmdmhmd
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
731 views

How To Install Robot Framework On Ubuntu

The document provides steps for installing the Robot Framework testing tool on Ubuntu. It includes checking the Ubuntu version, installing Python dependencies like pip through apt-get, upgrading pip, and using pip to install Robot Framework, Selenium and Telnet libraries. It also covers installing Java for the RED tool and running RED.

Uploaded by

mhmdmhmd
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

How to install robot framework on Ubuntu

 Lsb_release –a check Ubuntu version


 Asd
o

How to install rebot framework on Ubuntu

 Lsb_release –a check Ubuntu version


 Asd
o Apt-get install python2.7-dev
o Apt-get install python-setuptools
 To install pip
o Apt-get install python-dev python-pip
 To Upgrade pip
o Sudo -H pip install --upgrade pip
 To install robot framework
o Sudo -H pip install robotframework
 To install selenium
o Sudo -H pip install robotframework-selenium2library
 To install telnet
o Sudo pip install robotframework -telnet
o

RED

Java
Apt-get install for RED
python2.7-dev
o Apt-get install python-setuptools
 To install pip
o Apt-get install python-dev python-pip
 To Upgrade pip
o Sudo -H pip install --upgrade pip
 To install robot framework
o Sudo -H pip install robotframework
 To install selenium
o Sudo -H pip install robotframework-selenium2library
 To install telnet
o Sudo pip install robotframework -telnet
o pip install robotframework-sshlibrary
o apt install python-tk

RED

Java for RED

Sudo apt-get install openjdk-8-jdk

./RED

You might also like