Welcome to the Robot Framework Learning Repository! 🤖 Here, you'll find a collection of learning materials and resources to help you master Robot Framework, from basics to advanced concepts.
This repository is designed to be a comprehensive resource for learning Robot Framework, a popular open-source test automation framework. Whether you're a beginner or looking to advance your skills, this repository provides links to valuable courses and tutorials to guide you on your learning journey.
-
Resources: This directory contains resources needed for automating test cases, including modules, page objects directory, keyword files, etc.
- PO (Page Objects): This subdirectory holds the page objects used in your test automation.
-
Results: This directory is designated for storing the results of your test automation.
-
Tests: In this directory, you will find your automated test cases.
- Robot Framework - Level 1 Udemy Course: An introductory course to Robot Framework, covering fundamental concepts and practical usage by Bryan Lamb.
- Robot Framework - Level 2 Udemy Course: An intermediate-level course that dives deeper into Robot Framework, exploring advanced features and capabilities by Bryan Lamb.
- Robot Framework Tutorial by Software Testing Mentor: A YouTube playlist covering a range of topics related to Robot Framework. Perfect for visual learners and those seeking hands-on examples.
Your contributions are welcome and encouraged! If you have additional resources, tutorials, or tips related to Robot Framework, feel free to contribute by creating a pull request. Let's make this repository a hub for Robot Framework learners.
- Fork this repository.
- Create a new branch:
git checkout -b add-new-resource
- Add your resource and update the README.md.
- Commit your changes:
git commit -m 'Add new resource'
- Push to the branch:
git push origin add-new-resource
- Submit a pull request.
This repository is licensed under the MIT License. Feel free to use the content and contribute in accordance with this license.
Happy learning with Robot Framework! 🚀