RobotFramework automation environment construction

RobotFramework automation environment construction

1. Install RobotFramework
(1) Install python3.6 and
enter the command line mode, enter it to pythonshow that the python version is installed successfully
Install python
(2) Install robotframework

pip install robotframework==3.1.2

(3) Install Pypubsub

pip install Pypubsub==3.3.0

(4) Install wxPython

pip install wxPython==4.0.3

(5) Install robotframework-ride

pip install robotframework-ride

(6) Install selenium2library for UI automation

pip install robotframework-selenium2library

(7) Enter pip list to view the installation results
Successful installation
2. Start the RIDE editor
(1) Enter the specified ride.py file directory
file
(2) Enter python ride.pyand press Enter
enter
(3) The RIDE interface is displayed normally
Successful screenshot

Guess you like

Origin blog.csdn.net/qq_38484679/article/details/115348670