ROBOT Framework

Getting Started with ROBOT Framework
---------------------------------------------------------

- Download Python
    https://www.python.org/downloads/   
- Download robotFramework 3.0
    pip install robotframework
- Download robotFramework-AppiumLibrary     1.3.6
    pip install robotframework-appiumlibrary
   
-Download RIDE [RIDE :: Robot Framework Test Data Editor]
Robot Framework is a generic test automation framework for acceptance level testing. RIDE is a lightweight and intuitive editor for Robot Framework test data.
https://pypi.python.org/pypi/robotframework-ride
https://github.com/robotframework/RIDE/wiki/Installation-Instructions#wxpython
https://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
   
Help:-
https://pypi.python.org/pypi/robotframework-appiumlibrary/1.3.6   
   
I install Python 2.7.11 (python-2.7.11.msi)
Then i use pip to install robotframework-3.0
Then i install wxPython 2.8.12.1 - win32 - unicode (wxPython2.8-win32-unicode-2.8.12.1-py27.exe)
Then i use pip to install robotframework-ride-1.5.2.1

2 comments:

MobileAutomation - Handle Pop-ups, Alerts and Prompts in Automate and App Automate Tests

This article shows you how to handle user permission pop-ups, alerts, and prompts in your automated tests on BrowserStack. Introductio...