Robot Framework Beginner Tutorial 1 - Getting started with Robot Framework Step by Step 💧💧

preview_player
Показать описание
References:
note: RIDE might not work with python 3
Today we will learn:
================
1. How to setup Robot Framework from scratch
2. How to uninstall Robot Framework
3. Helpful Tips
=================================

How to setup Robot Framework
-------------------------------------------

Step 1 : Pre-check
Check if python is already installed
python --version
pip --version
Check if robot framework is already installed
robot --version

Step 2 : Install Python
check on cmd : python --version
pip --version

Step 3 : Set Python in environment variables
C:\Python27;C:\Python27\Scripts;
Check:
python --version
pip --version

Step 4 : Install robot framework
pip install robotframework
to uninstall : pip uninstall robotframework

Step 5 : Check on cmd :
robot --version
pybot --version

Step 6 : Download and install wxPython
check with : pip freeze
wxpython should be available

Step 7 : Install RIDE
pip install robotframework-ride

For Mac OS try these commands:
pip install -U robotframework-ride==1.7.4b1

This should open RIDE

======================================================

How to uninstall Robot Framework
-------------------------------------------------------

pip uninstall robotframework-ride
pip uninstall robotframework

======================================================

Helpful TIPS:
1. Always install wxPython before installing RIDE.
wxPython is a wrapper for getting the GUI of RIDE.
So it is important to install wxPython before you install RIDE

2. Always check your python version and install wxPython for the same version
***32 bit - check your python ver by running command python and install same bit wxpython

3. pip cache folder is located at - C:\Users\Raghav Pal\AppData\Local\pip\cache
If you uninstall a lib and install it again, it will use the zip from cache.
to install fresh
- you can empty contents of cache folder
- pip install --no-cache-dir robotframework-ride

4. Versions prior to Robot Framework 3.0 did not have the robot script. Instead they had pybot, jybot and ipybot scripts that executed tests using Python, Jython and IronPython, respectively. These scripts are still installed, but the plan is to deprecate and remove them in the future.

5. Robot Framework UserGuide -

Keyboard Shortcuts -

RF GitHub page -

__________________________________________________________________
Рекомендации по теме
Комментарии
Автор

Thank you. I'm manual tester and I begin to learn Robot Framework. Your tutorial is so detail and clear to understand and follow. I appreciate it.

Автор

As someone who has done manual testing and little automation over the past 15 yrs, my co-workers are using robot framework and I'm trying to pick it up. I've watched the first 7 videos of this series and you've done an outstanding job and given me enough to start writing my own automated test cases. Many other tutorial videos just irritate me to no end. Well done Raghav. I thank you. Another co-worker is using Pycharm so I hope to see a video series on that in the future.

megaFive
Автор

You know how to prepare a video guide my friend. Thanks for the effort. Not single piece 2 hour blob of guide, good duration and concise presentation.

PimpofChaos
Автор

Great job! Well structured tutorial which is covering all stuff for getting started with robotframework. Thank you!

amineurin
Автор

Muchas gracias . Greetings from Colombia :)
I also learned JMeter basics with you 1 year ago and it was so useful for one project 2 month ago.

LatinRemixes
Автор

The tutorial is absolutely a great help to start. Thanks for creating this one.

subhathakur
Автор

This channel should get more than 1M subscribers!! your way of teaching is too good!! thanks a lot.

hamsaganesh
Автор

Thank you for your detailed tutorials. Love the effort!!!

charanpresence
Автор

I am glad I utilised 20 mins very well today. Very useful video Raghav. Thanks a lot!

testinginsights-muktasharma
Автор

Honestly saying sir... Superb video, the way you are showing all the functionality seriously its awesome....Thank you so much sir.

rajsfdc
Автор

Thank you! you have explained every point in detail with the constant speed which is very useful for the beginners to start robot. keep doing man .. if possible start doing more videos on other technologies a s well

tejahariashwini
Автор

will it support angular 4 version application for function test automation

myfocus
Автор

Great tutorial, detailed and complete beginner-friendly.

nida-anjumsyed
Автор

Awesome. Thank you so much for your time and effort.

bernikaarnisiahaan
Автор

Really nice and very informative session. Hope to see more sessions from you.

DhananjayArunesh
Автор

Nice video and it covers step by step installation. Thank you.

abdulgafoor
Автор

I am using python 3.6.4 version when I am install wxpython it showing no installation of python 2.7 found in registry.

jagadeeshreddytatiparthi
Автор

Very nice guide looking forward to others:)

KejorXXX
Автор

Thank you - very helpful and well presented !!!

cyadid
Автор

for those having problem with wxPython, install it using pip as follow : pip install wxPython and everything will be fine

AhmedMkhinini