Automated Testing Bootcamp - Part 1: Robot Framework Installation

Опубликовано: 15 Сентябрь 2026
на канале: SQLSERVER SAPPHIRE
29
1

This video will walk you through the installation of the automated testing robot framework suite.

Abstract instructions:
1) Install highest version of Python 2
2) Add it to your path environmental variables.
3) Run the following commands via windows command prompt:
a) pip install robotframework
b) pip install robotframework-selenium2library
4) Download the browser drivers for selenium
5) Download the DB drivers and install as follows:
a) https://github.com/franz-see/robotfra... (download location and install with the command "python setup.py install)
b) Run "pip install pymssql" from command prompt.

How To Use The Framework Will Be Shown In The Next Video