// 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
- 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
- Driver of web browsers
- Working with keyword
- Keyword arguments
- Embedded arguments in keyword
- Working with variables
- Send data from commane line
- Working with tags
- Workshop with upload file
- TODO
- TODO