An open API service indexing awesome lists of open source software.

https://github.com/aeon-dr/robotframeworktestautomation

Bryan Lamb's Robot Framework Test Automation Level 1 and Level 2 courses
https://github.com/aeon-dr/robotframeworktestautomation

robotframework selenium

Last synced: 10 months ago
JSON representation

Bryan Lamb's Robot Framework Test Automation Level 1 and Level 2 courses

Awesome Lists containing this project

README

          

# Robot Framework Test Automation
Five simple Robot Framework projects from Bryan Lamb's Level 1 and Level 2 courses covering the basics of Robot Framework Selenium test automation.

Course links:
- Level 1: www.udemy.com/course/robot-framework-level-1
- Level 2: www.udemy.com/course/robot-framework-2

## Main Topics
- Installing and configuring Robot Framework as well as libraries like Selenium
- Writing easily readable and reusable scripts
- Using variables, lists and dictionaries to centralize data
- Deep dive into web locators
- Page objects pattern
- Data-driven testing
- Creating custom libraries written in actual code