0

I have installed python2.7.3 and robotframework2.7.7 on Windows7. Now I want to write some example test cases and execute them with Robot Framework by using Selenium.

How can I do that?

1
  • have you read the user guide? Have you worked through a tutorial? Commented Aug 6, 2014 at 10:49

1 Answer 1

2
  1. Download "robotframework-seleniumlibrary-2.9.1.win32.exe" and install it
  2. Download "robotframework-seleniumlibrary-demo-20110131.zip" and unzip it
  3. Open a command prompt and go to the unzipped folder location (at step 2)
  4. Execute the following command to run all tests in a directory:
    rundemo.py login_tests
  5. Open report.html to view the result

Download link is https://code.google.com/p/robotframework-seleniumlibrary/downloads/list

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.