Skip to content

This repository is build to help you to master your robot framework skills. You can use it to practice alone or contact us to speed up you learning via our courses and workshops.

Notifications You must be signed in to change notification settings

Tesena-smart-testing/testing-w-robot-framework

Repository files navigation

Introduction

This repository is build to help you to master your robot framework skills.

You can use it to practice alone or contact us to speed up you learning via our courses and workshops.

If you are interested, our experts can help you. Please visit our website training section where you can find the esential courses or contact us via email [email protected] to get special offers.

About us

We are sotware testing company with headquarter in Prague, Czech Republic. We are a team of experts in software testing.

Our knowledge of Robot Framework preaty advanced. Several of our experts are working with Robot Framework since founded in 2013.

Apart from testing services, we also provide training for software testing (20+ course types, 600+ attendees in 2021). We have several courses for beginners and experts.

Project setup

  1. install python
  2. create a new virtual environment: python3 -m venv venv, or just python -m venv venv
  3. activate the virtual environment: Ctrl+Shift+P > Python: Select Interpreter > .venv/bin/python
  4. install dependencies: pip install -r requirements.txt

Usefull links

Robot Framework

Basics

Libraries

Selenium library

Requests library

Sikuli

WatchUI

Image Horizon Library

Test execution from command line

--variable (-v) – set up individual variables passing into script

--tests (-t) – select test to execute by name

--include (-i) – select test to execute by tag

--exclude (-e) – select test to NOT to execute by tag

--outputdir (-d) – defines the output directory for reports

Example:

robot --variable ENV:INT --tests „New*“ --exclude db --outputdir ./Reports contracts.robot

More info here: https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#command-line-options-for-test-execution

About

This repository is build to help you to master your robot framework skills. You can use it to practice alone or contact us to speed up you learning via our courses and workshops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published