Search This Blog

Tuesday 19 November 2019

RobotFramework2


Installation of Robot Frame Work


Pre-requisites:

  • Check first RFW supports the Platform you want install
  • Install Python standard Version on your machine
  • Install PIP tool, which is basically used to download the any python library.

Install Libraries Now:


  • Install Robot framework Library as below
               "pip install robotframework"

  • Install Ride Library as below

              "pip install robotframeworkride"




  • Set the python path on your machine.


.....................*******************************************************..............................

No comments:

Post a Comment

REST API

  API  is an application programming interface. It is a set of rules that allow programs to talk to each other. The developer creates the AP...