Home > database >  Installation and use of robotframework testing tools
Installation and use of robotframework testing tools

Time:09-16

1. Install a python3 above first version
2. Configure the environment variables (right click on my computer, properties, advanced system Settings - environment variable - find the install Python directory D: \ \ \ \ Python scripts)
3. Under the DOS command input python -v check whether installed version and install success

4. In the DOS to D: \ \ \ \ python scripts directory (then install other parts in the DOS)
(1) input PIP install robotframework (waiting for installation robotframework)
(2) input PIP install Pypubsun (waiting for installation Pypubsun)
(3) input PIP install wxpython (waiting to install wxpython)
(4) input PIP install robotframework - ride (wait for installing robotframework - ride)
(5) input PIP install Selenium2Library (install libraries)
(6.) enter the PIP list (check whether installed completely)
  • Related