1.Robot Framework Beginner Tutorial 1 - Getting started with Robot Framework Step by Step in Hindi

Опубликовано: 07 Май 2026
на канале: Bhupendra
5,344
like

Installation Details:
===================================================
Python installation and set environment Variable
===================================================

1. Go to https://www.python.org/ and download Python
2. Install in C Drive or Create folder in C drive
3. Set environment Variable
C:\python\
C:\python\Scripts


4. Check Python Version
python --version

++++++++++++++++++++++++++++++++++++++++++++++++++++

===================================================
Install Robot Framework
===================================================

1. Download using pip
pip install robotframework
2. Upgrade the pip with below command
python -m pip install -U pip
3. Verifying Installation
robot --version
4. How to Upgrade RobotFramework
pip install --upgrade robotframework
or install specific version use:
pip install robotframework==2.9.2
++++++++++++++++++++++++++++++++++++++++++++++++++++

===================================================
Install RIDE
===================================================

1. Download wxPyhton

https://sourceforge.net/projects/wxpy...

2. Install ride using pip:
pip install robotframework-ride

3. type ride.py and hit enter

or

3. Check GUI icon on Desktop


++++++++++++++++++++++++++++++++++++++++++++++++++

===================================================
Install Selenium 2 (WebDriver) Library
===================================================

1. Open cmd and write below command
pip install robotframework-selenium2library


++++++++++++++++++++++++++++++++++++++++++++++++++
Installation Complete
++++++++++++++++++++++++++++++++++++++++++++++++++

#robotframework #ride #RobotFrameworkBeginner
#installrobotframework #robotframeworkwithpython