ui, automation testing tools,

Robot Framework - Getting started

dani dani Follow Jul 31, 2022 · 1 min read
Robot Framework - Getting started
Share this

As an automation tester, I want to do automation test for UI application. To do that, I can use Robot Framework tools to implement the test script.

Why Robot Framework

Prerequisite

Installation

  • Execute the command pip install robotframework
  • Check the installation is successful by run the command robot --version

Robot Framework Selenium Installation

  • Execute the command
  pip install --upgrade robotframework-seleniumlibrary
  pip install webdrivermanager
  webdrivermanager firefox chrome --linkpath /usr/local/bin

Reference

https://github.com/alapanme/Robot-Framework

//TODO

dani
Written by dani
Hi, I am Ken. I hope you like it!