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
- Host: GitHub
- URL: https://github.com/aeon-dr/robotframeworktestautomation
- Owner: Aeon-DR
- Created: 2024-03-01T18:36:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T17:25:08.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T00:31:47.976Z (10 months ago)
- Topics: robotframework, selenium
- Language: RobotFramework
- Homepage: https://www.udemy.com/course/robot-framework-level-1
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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