Search This Blog........

Showing posts with label robotframework. Show all posts
Showing posts with label robotframework. Show all posts

Sunday, 29 May 2016

Robot framework

Robot framework (Python)

Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).
Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases. 

Installation of Robot framework:

The following steps to install robot framework in Windows OS.
1) Download & Install python 2.7.x version from the below link and install it with "Run as Administrator" 

 ----> Open the command prompt and check python version. Shown Below.
CMD: python --version
 Note: Add the path to Window environmental variable

2) Install Robot framework using PIP command
CMD: pip install robotframwork 
Check installation using the command shown in below pic.
3) Now install selenium2library and selenium library

CMD: pip install robotframework-selenium2library