Robot Framework Beginner Tutorial 8 - How to INSTALL, UNINSTALL, UPGRADE

preview_player
Показать описание
Today we will learn:
------------------------------
1. Different ways to install Robot Framework
2. How to verify Installation
3. How to upgrade to latest version
4. How to download and install
5. How to uninstall

USEFUL TIPS
______________________________________________________

INSTALL

1. Install latest version
pip install robotframework

2. Install a specific version
pip install robotframework==2.9.0

3. Do a fresh install ignoring cached files
pip install --no-cache-dir robotframework

VERIFY INSTALLION
robot --version

UPGRADE
pip install --upgrade robotframework

DOWNLOAD AND INSTALL
pip download robotframework

UNINSTALL
pip uninstall robotframework

USEFUL TIPS
rebot --version
rebot --help
______________________________________________________

Like, Share and Subscribe

Thanks,
Raghav

________ ONLINE COURSES TO LEARN ________

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

Thank you, Raghav! It is very well explained.

VictorUngur
Автор

Your videos are awesome Raghav...Simple and very clear... Just point to point you are on...This is where i was looking....Thank youu much....Please upload if you have any latest videos on robot framework...If possible videos related to RPA (much needed)

meghasrik
Автор

Hi Raghav, I am watching all your videos, its really useful for many. I feel that this video (8) could be integrated with video(1) itself, as this video also explains about install/uninstall and upgrade

hariharanme
Автор

Hi for now RIDE is can be support phython version 3.x.x yes or not yet. since i cannot run on python3+

trustz
Автор

you have uploaded 11 videos for robot framework..those 11 videos are sufficient, if i enter into a project?

ramakrishnatirumala
Автор

Hi Raghav, Need your help. How to run/execute more than one test case in robot? I'm using PyCharm IDE not RIDE. @Automation Step by Step - Raghav Pal

ramanagowdahullur
Автор

maybe it should be in the first video ^^' for me it's not a problem watch them all 😊

NCOverion