Skip to content

jmsrf/Robot-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot-Framework

This repository contains my Robot Framework-projects.

Requirements/possible installations for running robot-files:

  • Python. 2.7.15 is a good version if Python is not already installed. Run python --version on command line to check installation.
  • Robot Framework. Easiest installation is to use PIP-packet manager. Depending on version this can be included on Python installation but can be also installed separately. Run pip --version in command line to check installation.
  • Installation command for Robot Framework is pip install robotframework. This can be written directly to command line if PIP is installed.
  • seleniumlibrary and selenium2library for automating browser. Commands: pip install robotframework-seleniumlibrary and pip install robotframework2-seleniumlibrary.
  • Geckodriver for Firefox and/or Chromedriver for Chrome. Changing browser can be done by modifying a keyword in test case-file which contains opening browser. Just simply replace Firefox with Chrome or other way if you want to use different browser than what is configured in test case.

Instructions for running Robot-files

  • Navigate to folder containing a Robot tst suite (.robot file) that you want to run. Open command line to that folder.
  • Syntax for running is robot -t testcasename testsuitename.

About

My Robot Framework-projects. Tests and RPA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors