(#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>
pull/2032/head^2
CarloMtzMartin 2 years ago committed by GitHub
parent 00f84e360e
commit 9ff8010fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/robot-framework.md

@ -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>
Loading…
Cancel
Save