Difference between revisions of "Robotframework"
From SME Server
Jump to navigationJump to searchLine 12: | Line 12: | ||
#login as root | #login as root | ||
#Install robotframework: | #Install robotframework: | ||
+ | |||
+ | Install additional robot framework libraries: | ||
+ | |||
+ | sudo pip install robotframework-sshlibrary | ||
+ | sudo pip install robotframework-ftplibrary |
Revision as of 14:05, 5 March 2014
Robotframework
Page documenting the setup and possible The use of robotframework for regression testing of SMEServer.
Page Initial creation by Brian J Read - 3rd March 2014
Installation
Initial installation is on the back of a Centos 6.5 (64 bit in my case) install. I use Virtual Box under Linux Mint 16.
- Install Centos 6.5
- login as root
- Install robotframework:
Install additional robot framework libraries:
sudo pip install robotframework-sshlibrary sudo pip install robotframework-ftplibrary