Skip to content

QAkarotto/robotframework-web-automation-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-web-automation-dojo

Demonstration of how Robot Framework works through automated tests created for a web application.

Installation

Robot Framework is implemented with Python, so you need to have Python installed. On Windows machines, make sure to add Python to PATH during installation.

Installing Robot Framework

Installing Robot Framework with pip is simple:

pip install robotframework

Installing Robot Framework Libraries

We need to install the Robot Framework Libraries that we plan to use in our tests.

Browser Library requires NodeJs.

Install Browser Library:

pip install robotframework-browser

Install the node dependencies:

rfbrowser init
  • if rfbrowser is not found, try:
python -m Browser.entry init

Code Editor

We need to install a code editor to write Robot Framework scripts. We recommend using Visual Studio Code.

About

Web application automated tests created using Robot Framework to demonstrate how the framework works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors