Setting up your local machine to execute Robot Framework automation tests
Setting up the environment:
Robot Framework is automation framework developed on top of the python selenium binding. Hence python is required for robot test execution. Further user needs to install few additional python libraries to complete setup.
Let’s start step by step guide
- Login to the machine you want to setup
2. Install Python3 and Pip3 , Please refer internet based on your operating system