1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-25 03:52:59 +01:00

(#1840) - Add content to QA-Automatio-Robot Framework. (#2114)

* (#1840) Add basic content for QA-Automation-Jasmine.

* feat(*): Added an additional great tutorial for Jasmine.

* (#1840) Added content for QA-Automation-Robot Framework

Co-authored-by: Carlo Martin <carlocarlo.mtz.martin@gmail.com>
This commit is contained in:
CarloMtzMartin 2022-10-04 16:12:13 -07:00 committed by GitHub
parent 00f84e360e
commit 9ff8010fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,11 @@
# Robot framework
Robot Framework is a Python-based, extensible keyword-driven automation framework for acceptance testing, acceptance test driven development (ATDD), behavior driven development (BDD) and robotic process automation (RPA).
Robot Framework is open and extensible. Robot Framework can be integrated with virtually any other tool to create powerful and flexible automation solutions.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://robotframework.org/'>Robot Framework Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official User Guide' href='https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html'>Robot Framework Official User Guide</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://medium.com/swlh/robot-framework-the-basics-dfeadc025bea'>Basic Step-by-step Robot Framework tutorial</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/robot-framework-in-python/'>Excellent tutorial to start working with Robot Framework</BadgeLink>