Robot Framework Beginner Tutorial 1 | What is Robot Framework | How to install Robot Framework

preview_player
Показать описание


Hi, I am Raghav & today we will learn:

What is Robot Framework
How to install Robot Framework

- python based test automation framework
- used keyword driven testing approach

Open Browser url chrome
Input Text id abcd
Close Browser

Step 1 : Check if python is installed on your system
python --version
pip --version

How to install Python on Windows
How to install Python on MacOS

Step 2 : Install robot framework

pip install robotframework

pip uninstall robotframework

pip install --no-cache-dir robotframework

pip install --upgrade robotframework

pip install robotframework==2.9.2

Step 3 : Check robot framework is installed properly

pip freeze
pip list
pip show robotframework
pip check robotframework


HIT SUBSCRIBE & BELL TO GET NEW VIDEOS

JOIN me on this educational journey as a member and get exclusive perks - Click the JOIN button

ONLINE COURSES TO LEARN

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ JAVA ------------

------------ MAVEN ------------

------------ OTHERS ------------

Keep Learning,
Raghav

You can support my mission for education here:
Рекомендации по теме
Комментарии
Автор

thank you, i had to use subtitles because im learning english but your video was very helpful

alexiadayaneibarrarivera
Автор

Raghav, ur Synonym of real teacher.. You way of conceiving the material and putting in simplest way is beyond applaud of hands.. Cheers buddy.. Keep moving and stay blessed..

bonvivant
Автор

Hai Raghav!
please can you make some videos on python automation on REAL TIME PROJECT using robot framework which would be more helpful to many of us

tejahariashwini
Автор

Hi Raghav,
This is very helpful thanks Raghav...
Can u make some videos on Robot framework using Java.
A doubt here, it is possible to integrate robot framework with API??....if possible pls make videos on that which would be more helpful to many of us..

jyothipunna
Автор

This series of tutorials was very clear and helpful. Thanks!

YUMN
Автор

Is python mandatory for this framework??? Can we use java over there ?

kamaljitxSingh
Автор

Hi, when I gave the command, pip check robotframework, I am getting "pygobject 3.30.4 requires pycairo, which is not installed" this and When I gave pip freeze or pip list it is showing that robot frame work version and everything. Can you suggest me what to do now?

pokaprasanna
Автор

Hello Raghav, I am very big fan of your videos and methodology of step by step, can you please make at least one video which covers a whole project which contains different cases and scenarios, modules and elaboration of structured framework and data providers.

prashantgupta
Автор

In case you get the message 'Could not install packages due to an EnvironmentError: [WinError 5] Access denied', run your command prompt as Admin : WIN+X > Windows PowerShell (admin). It should solve your problem as it did for me ;-)

ylevoy
Автор

Hi Raghav

A doubt here should I get Selinium before starting robot frame work and could you expalin selinium, robot frame work and RestAPI differences or wether they are inter linked

kothamasuguna
Автор

Hi Raghav,


could u plz help me with how to change this "Velg..." value inside Span tag in robot framework.


<span class="custom-select-status" style="outline: red dashed 5px;">Velg...</span>

I am using Input test with Xpath but getting error.



input text //span[text()='Velg...'] family
Error : invalid element state: Element must be user-editable in order to clear it.

sonamshrivastava
Автор

Hi Raghav can you make a video about How to migrate automation tests project from python 2.7 to python 3.7 because the support for 2.7 will end in 2020 thanks a lot it's very important for me

zouinaamghar
Автор

Which one is good to get job asap?
Java selenium or python selenium

s
Автор

Had to use 'pip3 install robotframework' as version 3.8.2 of Python installed, but otherwise great guide thank you

fugazi
Автор

Hi Raghav, Could you please create tutorial on how to run Robot Framework Script in VSCODE.

discoverselenium
Автор

Hi Raghav, just have send you a linkedin connection request. Kindly accept it.

regarding for your posted form for vote, can you please try to add an option there as: Tutorials for Robotframework with Pycharm.

Sparshchokra
Автор

Hi Raghav, nice video we use robotframework in our organization but with another editor that we developp and recently we developp a new feature which allow to use external library (remote library) so it can test any platform (desktop, API, Webservice, storage containers...etc).

zouinaamghar
Автор

hi raghav, how many days it takes to setup robot framework from scratch for a single tester

raakeshmallempati
Автор

Firstly Thanks Raghav ... You have already created a playlist for Robot Framework. Is this a new series....I? Kindly clarify.

discoverselenium
Автор

i downloaded the robot frame work but it got downloaded in the users under my prodile with 2 files robot and robot frame work and no selenium lib files got downloaded. what is the next step if the files get downloadd in your user profile than the python folder

sridharkatkam