Robot Framework Overview
- Robot Framework (FR) a test automation framework developed in Python
- Allow us to use keyword driven, data driven, behaviour driven
- Provide report of the test execution results in HTML
format.
- Provides support for Selenium for web testing, Database testing, Java GUI testing, ..
- Allows user to create custom libraries.
Sample Report:
Installation Steps:
(my system is x64)
- Download Java JRE
- Download Python here
- Download wxPython here
- Download python extension here
- Add Python scripts folder to Windows path,
- Download Robot Framework here
- Download RIDE (Robot Framework IDE) here
- Download Selenium Library here
- run "ride.py"