* (#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>pull/2032/head^2
parent
00f84e360e
commit
9ff8010fad
1 changed files with 11 additions and 1 deletions
@ -1 +1,11 @@ |
|||||||
# Robot framework |
# 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> |
Loading…
Reference in new issue