Robot Framework Beginner | Tutorial 1 | Introductions & Environment Setup with Selenium and Python

preview_player
Показать описание
Listed Videos:
In this video, I tried to cover topics
1) Pre-requisite
2) Install Python
3) Installing Robot Framework with pip
4) Install Selenium Libraries
5) Install PyCharm
6) Robot Framework Support plugin
==================================================
1) pre-requisite
Robot Framework is implemented with Python and supports also Jython (JVM). Before installing the framework, it is a pre-requisite to install at least one of these interpreters.
------------------------------------------------------------------------
2) Install Python

Set environment variables path-
Programs\Python\Python38-32
Programs\Python\Python38-32\Scripts

Execute a command on cmd to check Python is installed
python –version
pip --version
-----------------------------------------------------------------------------
3) Installing Robot Framework with pip
pip install robotframework
Execute a command on cmd to check Robot Framework is installed
robot --version
Note: When using pip, upgrading to a new version requires --upgrade option or explicit version needs to be specified.
python -m pip install --upgrade pip
------------------------------------------------------------------------------
4) Install Robot Framework Library
pip install robotframework-selenium2library
Execute a command on cmd to check installed library version
pip show robotframework-selenium2library (To show the version)
-------------------------------------------------------------------------------
5) Install PyCharm
PyCharm Community Edition
Please download and install it. Its free open-source IDE
------------------------------------------------------------------------------
6) Robot Framework Support plugins and Library

Libraries
Open PyCharm → settings → Select Project → Project Interpreter → + icon
robotframework
robotframework-selenium2library
robotframework-seleniumlibrary

Support plugins
Open PyCharm → settings→ plugins
2) run robot framework test case

==================================================
Reference:
--------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Very detailed explanation and really easy to understand and follow

gaganagarwal
Автор

It's nice initiate towards beginners

vishaldogra-cryptohack
Автор

Could not find any useful video like this one for Robot Framework.
Keep up the good work.

RahulSharma-zoeq
Автор

Very Helpful for automation engineers. Keep it up and looking forward for more tutorials. 👍👍

MsPooja
Автор

Properly explained. Good stuff for the beginners. Keep up the good work..

ujjwaltiwari
Автор

Indeed very helpful for beginners.


waiting for more tutorials..

prashantshukla
Автор

Easy to understand and very helpful..
Waiting for more vedios to come....

Vivek-uyve
Автор

Your voice is very good. I am very happy with your way of teaching. But you edit your video in the right way, I request you. This will inspire you and your channel will go a long way. Thank you.
If you want to expand your channel then my suggestion is that you must upload two videos every 1 week.

YashmediaProductionBKTlucknow
Автор

Thanks for useful videos for beginners.

saindakhan
Автор

Awesome video. Please make more videos on Robot Framework. It is very helpful

vinaykumar-sxes
Автор

Thanks for the video.... It was very helpful

ashutoshjaiswal
Автор

Hi Jyoti,

I installed plugins for robot framework bur auto suggestions still not working

praveenguptaful
Автор

Ma'am can jupiter notebook be used instead?

prok
Автор

Please share the script you had copy pasted

advikdwivedi