An open API service indexing awesome lists of open source software.

https://github.com/srinivasskc/robot-framework-testautomationu

The purpose is to Enhance my learning skills on Robot Framework Test Automation.
https://github.com/srinivasskc/robot-framework-testautomationu

robotframework

Last synced: 5 months ago
JSON representation

The purpose is to Enhance my learning skills on Robot Framework Test Automation.

Awesome Lists containing this project

README

          

# Project Setup

## Install Tools:

Install Git -- https://git-scm.com/downloads

![image](https://user-images.githubusercontent.com/26836928/85907408-fd8b6980-b82e-11ea-89bf-db2b5ba463a4.png)

Install python -- https://www.python.org/downloads/

![image](https://user-images.githubusercontent.com/26836928/85907428-0f6d0c80-b82f-11ea-92b7-7aece27d629a.png)

Install pip -- https://pip.pypa.io/en/stable/installing/

![image](https://user-images.githubusercontent.com/26836928/85907472-3b888d80-b82f-11ea-8772-d0a8a47ad6b2.png)

Install Robot Framework -- https://pypi.org/project/robotframework/

pip install robotframework
![image](https://user-images.githubusercontent.com/26836928/85907446-1eec5580-b82f-11ea-97ca-fee176a8bdf6.png)

Install SeleniumLibrary and WebDrivers -- http://robotframework.org/SeleniumLibrary/

pip install selenium-library

![image](https://user-images.githubusercontent.com/26836928/85907697-f7e25380-b82f-11ea-8067-2615986aeb2d.png)

pip install webdriver-manager
webdrivermanager firefox chrome --linkpath /usr/local/bin

![image](https://user-images.githubusercontent.com/26836928/85907652-cc5f6900-b82f-11ea-83df-34b1b12e4624.png)

# Text Editor/IDE

PyCharm Community Edition 2020.1

# IDE Plugins Installed

### Intellibot
### LSP Support
### Requirements