Skip to content

up1/workshop-robotframework-20200914

Repository files navigation

Workshop

List of resources

Run with robot

// Run with tag
$robot -i testing hello.robot

// Run with variables
$robot -i testing -v BROWSER:gc -v URL:http://www.google.com  hello.robot

Topics

Day 1

  • Structure of test data file
  • Create a first test case
  • Working with SeleniumLibrary to test a web app
    • Driver of web browsers
      • Google Chrome and Headless
      • FireFox and geckko driver
  • Working with keyword
    • Keyword arguments
    • Embedded arguments in keyword
  • Working with variables
    • Send data from commane line
  • Working with tags
  • Workshop with upload file

Day 2

  • TODO
  • TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published