Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MarketSquare/awesome-robotframework

Repository files navigation

Awesome Robot Framework Awesome

License: CC BY-NC-SA 4.0 Build Status

A curated list of awesome Robot Framework resources and libraries

Contents

Robot Framework

  • Official Website The official Robot Framework Website
  • Guides The Robot Framework guides, with examples and explanations on how to use Robot Framework
  • RFCP The syllabus for the Robot Framework Certified Professional Exam
  • Robocon The Premier Robot Framework conference, generally held in February
  • Standard Libraries The standard set of Robot Framework Libraries, included with Robot Framework. Also known as "Core Libraries"
  • Style Guide A community driven set of sensible rules to write your Robot Framework code.
  • User Guide Reference manual explaining all Robot Framework features in detail

Robot Framework Foundation

The Robot Framework Foundation is a non-profit organization that supports the development and maintenance of the Robot Framework, an open-source automation tool used for acceptance testing and robotic process automation. The foundation sponsors bug fixes, ecosystem projects, reviews community contributions, and manages the framework's infrastructure, encouraging users to contribute to its ongoing development.

Community

  • MarketSquare A community run collection of repositories for Robot Framework.
  • Slack Official Robot Framework Slack Channel.
  • Forum Official Robot Framework forum.
  • LinkedIn The Robot Framework Linkedin Group

Libraries

Core

  • BuiltIn Contains generic often needed keywords. Imported automatically and thus always available.
  • Collections Contains keywords for handling lists and dictionaries.
  • DateTime Supports creating and verifying date and time values as well as calculations between them.
  • Dialogs Supports pausing the test execution and getting input from users.
  • OperatingSystem Enables performing various operating system related tasks.
  • Process Supports executing processes in the system.
  • Screenshot Provides keywords to capture and store screenshots of the desktop.
  • String Library for manipulating strings and verifying their contents.
  • Telnet Supports connecting to Telnet servers and executing commands on the opened connections.
  • XML Library for verifying and modifying XML documents.

App/Mobile

  • Android Library (Keywords) Library for all your Android automation needs. It uses Calabash Android internally.
  • Appium Library Library for Android- and iOS-testing. It uses Appium internally.
  • iOS Library Library for all your iOS automation needs. It uses Calabash iOS Server internally.

Cloud and Devops

Data

Database

Embedded

  • CncLibrary Control a ShapeOko 2 CNC-milling machine (controlled by Arduino based grbl motion controller connected to Raspberry Pi 2 with camera module).
  • Construct Build and parse binary data.
  • HPI Library Interface processors using the Hardware Platform Interface (HPI) specification.
  • IPMI Library Interface hardware using the Intelligent Platform Management Interface (IPMI) specification.

Fieldbus

File Handling

Frameworks

GUI And Applications

  • AutoIt Library Windows GUI testing library that uses AutoIt freeware tool as a driver.
  • Eclipse Library Library for testing Eclipse RCP applications using SWT widgets.
  • Remote Swing Library Robot Framework library for testing and connecting to a java process and using SwingLibrary.
  • RoboSAPiens SAP GUI Automation for Humans
  • SapGui Library Automate the SAP GUI Desktop client
  • Swing Library (Keywords) Library for testing Java applications with Swing GUI.
  • Zoomba Collection of testing libraries spanning GUI, REST/SOAP API, and Windows Desktop automation.

Identity Management

IoT

Messaging/Communication

Screenshots

System and Network Management

Testing And Debugging

Visual Testing

  • Applitools Robot Framework Visual Verification Test Library using Applitools Eyes (Utilizes AppiumLibrary or\and SeleniumLibrary).
  • DocTestLibrary Simple Automated Visual Document Testing.
  • Eyes To automate visual software testing.
  • ImageHorizonLibrary (Keywords) Cross-platform, pure Python library for GUI automation based on image recognition.
  • WatchUI Custom library for works with image, pdf and tesseract with RF.

Web Testing

Integrations and Examples

Integrations

Network Testing

  • pyats.robot - Sub-component of Cisco pyATS library for enabling network testing using Robot Framework.

Remote Library Examples

Tools

Built-in Tools

  • Rebot - Generate logs and reports based on XML outputs and combine multiple outputs.
  • Libdoc - Generate keywords for test libraries and resource files.
  • Testdoc - Generate high-level HTML documentation from test cases.
  • Remote Interface - Introduction to the remote interface with a list of available remote servers.
  • Maven plugin - Maven plugin for using Robot Framework.

Advanced Testing Tools

Build Tools

  • Jenkins plugin - Collect and publish Robot Framework test results in Jenkins.
  • Ant task - Ant task for running Robot Framework tests.

Toolkits

  • Robot Framework Solidity Testing Toolkit - A toolkit for testing, deploying, and monitoring Solidity smart contracts on EVM-compatible blockchains using Robot Framework, with support for local clean-room environments and multichain setups.

Containerization

Development and Editing Tools

Reporting Tools

AI Tools

Execution Tools

(Interactive) Learning Tools

Resources

Robocon

Theses

Trainings