This is step by step guild-line to help you:
- Setup environment for Robot Framework and Selenium
- Setup text editor for editing test cases
- Run a simple test case
Note: I'll use Sublime Text 3 instead of Ride. Because it's just my favourite text editor.
Install Python at here
Note: Make sure you add Python to PATH
environment variable
pip install robotframework
pip install --upgrade robotframework-seleniumlibrary
You can download Chrome and Firefox drivers at following links:
... or download all web-drivers at here.
- After download all web-drivers, please put them in
drivers
folder - Follow this guide to add web-drivers to
PATH
environment variable
You can follow this guide to setup Ride Editor
- Download and install Sublime Text 3 at here
- After installing Sublime Text 3, please install
Package Control
for it at this link - Restart Sublime Text 3
- Press
Ctrl
+Shift
+P
- Type
pi
and choosePackage Control: Install Package
- When install dialog is showed up, type
robotframe
and chooseRobot Framework Assistant
- Select menu
File > Open Folder...
and then select your folder - Let's rock and roll!
robot -d log test-cases
Please view them at here
Please read at https://github.com/ducdhm/robotframework-selenium-example/blob/master/LICENSE.md