Back to Browse

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

25.2K views
Feb 15, 2018
8:47

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 pip install robotframework-3.0.tar.gz UNINSTALL pip uninstall robotframework USEFUL TIPS rebot --version rebot --help ______________________________________________________ Robot Framework Playlist - https://www.youtube.com/playlist?list=PLhW3qG5bs-L9l2I8K8dEhw6HXy-Z-33w3 All Playlists - https://www.youtube.com/channel/UCTt7pyY-o0eltq14glaG5dg/playlists Like, Share and Subscribe Thanks, Raghav ________ ONLINE COURSES TO LEARN ________ Visit - http://automationstepbystep.com/

Download

1 formats

Video Formats

360pmp414.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

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