Introduction:
Robot test automation is a powerful tool to perform UI testing. Robot framework can be used in conjunction with Selenium and can provide effective integration/functional test cases.
Prerequisites:
You must have installed VS Code IDE on your machine/laptop.
Steps to install robot framework on VS Code IDE:
- Open VS Code IDE on your machine and navigate to ‘View’ à ‘Terminal’.

- Once you click on ‘Terminal’, a following window will pop up and open a command prompt:

- Run the following command to install robot framework ‘pip install robotframework’:

- Verify if framework is installed or not by running command ‘pip list’:

That’s it!! You have installed robot framework successfully on your VS Code IDE.