Software Alternatives, Accelerators & Startups

Robot framework

Robot Framework is a generic test automation framework for acceptance testing and acceptance...

Robot framework Reviews and details

Screenshots and images

  • Robot framework Landing page
    Landing page //
    2023-06-20

Features & Specs

  1. Open Source

    Robot Framework is open-source, which means it is free to use and has a large community of users and contributors who continuously improve the tool and provide support.

  2. Extensible

    Its extensible nature allows easy integration with various libraries and tools. Custom libraries can also be added to extend its functionality further.

  3. Keyword-Driven Testing

    Utilizes a keyword-driven testing approach, making tests readable and simple to create even for non-programmers. This encourages collaboration between developers and non-technical stakeholders.

  4. Platform Independent

    Robot Framework is platform-independent and can be run on different operating systems like Windows, macOS, and Linux.

  5. Selenium Integration

    Offers seamless integration with Selenium, empowering it to be used for a wide range of web application testing tasks, from simple UI checks to complex automated workflows.

  6. Rich Reporting

    Generates comprehensive logs and reports that help in the easy identification of test results and issues. The reports are user-friendly and provide detailed execution flow.

  7. Data-Driven Testing

    Supports data-driven test cases, allowing tests to be executed with multiple sets of input data, enhancing test coverage.

Badges & Trophies

Promote Robot framework. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Robot Framework Tutorial | Robot Framework With Python | Python Robot Framework | Edureka

The Robot Framework – Top 7 Things You Need to Know

Robot Class vs Robot Framework Vs Robotic Process Automation

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Robot framework and what they use it for.
  • Robot Framework Using the Browser Library: Advantages, Disadvantages, and Practical Tips
    Documentation is your best friend. It provides comprehensive guides, examples, and API references to help you navigate the library effectively. Here you can access it, as well as the Robot Framework documentation. - Source: dev.to / 4 months ago
  • Automated Acceptance Testing with Robot Framework and Testkube
    The Robot Framework is an acceptance testing tool that is easy to write and manage due to its key-driven approach. Let us learn more about the Robot Framework to enable acceptance testing. - Source: dev.to / 10 months ago
  • Beautiful is better than ugly, but my beginner code is horrible
    Well, I work with software quality and despite not having a strong foundation in automation, one fine day I decided to make a change. I have been working with Robot Framework for a few months - and that's when I got a taste of the power of python. Some time later, I dabbled a little with Cypress and Playwright, always using javascript. - Source: dev.to / over 1 year ago
  • Embedded professionals, what kind of 'github' projects would make you hire a developer?
    I've used Lua/Busted in a data-heavy environment (telemetry from hospital ventilators). I've also used robot: https://robotframework.org/. Source: almost 2 years ago
  • Opensource Gui testing framework
    I can't say whether any of these will work, but maybe one of: PyAutoGui Pytest-qt Robot Framework + plugins. Source: almost 2 years ago
  • Ask HN: What is the best way to automate a Windows desktop application in 2023?
    I'm looking for tools, strategies, libraries, etc. That would be useful for automating arbitrary desktop applications. Ideally something free and open source. Robot Framework (https://robotframework.org/) looks promising, although the docs seem deliberately unclear about how useable the open source libraries are without the cloud SaaS being sold on top. Does anyone have experience in this area? What's your secret... - Source: Hacker News / almost 2 years ago
  • How is Python used in test automation in embedded systems?
    In the industry I've seen the framework "Robot framework" https://robotframework.org/ used a lot for test automation. Source: almost 2 years ago
  • Successful open source RPA solutions
    Check out Robot Framework @ https://robotframework.org/. Source: about 2 years ago
  • Gherkin and Robot Framework
    Greetings! They say all good things must come to an end, and with this post, so it is with my series of posts covering Robot Framework. - Source: dev.to / about 2 years ago
  • Arista Network Validation
    Hi , Arista Network Validation is a wrapper on top ofrobot framework. It resides on the software downloads on the extension parts. Is this the same with https://github.com/aristanetworks/robotframework-aristalibrary or do I need a contract to download this ? Source: about 2 years ago
  • Web Testing With Robot Framework
    This is part 3 in a series of blog posts meant to get you started with automated testing using Robot Framework. If you haven't checked out the other posts in the series, please do. This post builds on what I've discussed previously. - Source: dev.to / about 2 years ago
  • Test Automation with Robot Framework
    As a test automation engineer, I've had an awareness of Robot Framework for some time, but I have never explored it's capabilities. Until now. - Source: dev.to / about 2 years ago
  • Essential tools for QA Engineer
    Learn some automation for job security/flexibility. How to automate test cases and how to automate integration with test platforms such as Azure DevOps or JIRA or ALM or whatever. Python/Bash/PowerShell scripting. I'll link you to the one thing I wished I would've had when I was a tester: Robot Framework ...and a learning playlist on YouTube. Source: over 2 years ago
  • Open source sustainment and the future of Gitea
    The development of Robot Framework* was originally paid by Nokia, but then things happened and Nokia decided not to continue doing that anymore. The main developer of Robot Framework and few companies using RF heavily understood that something had to be done, so Robot Framework Foundation* was formed. RF Foundation has membership fees, it arranges RF conferences etc. Which allows RF Foundation to pay for the... - Source: Hacker News / over 2 years ago
  • When webscraping dating websites how do you access chat replies?
    You might want to take a look at https://robotframework.org/ and more specifically https://rpaframework.org/ which you can access from python (see eg. https://robocorp.com/docs/development-guide/python/python-robot) but also allows you to describe crawlers using their own simpler language for which RPA Framework provides, among other things, a browser library that wraps Selenium intended for use in scraping. Source: over 2 years ago
  • Can someone recommend technologies for testing automation for API application?
    If you need automated end to end treats(e.g from outside your API gateway or similar) you can try something like this: https://robotframework.org/. Source: over 2 years ago
  • Are there any OCR apps that you can run on a video that will give you alerts if certain texts are found?
    You could try robot frameworks OCR Feature : https://robotframework.org/ (open source) or any other RPA tool. The best tool I have seen so far was UiPath. It's free for personal use. It allows you to create complex automations without writing code. Source: over 2 years ago
  • How to run integration test or e2e in ci for flutter web?
    We are using a robot framework to interact with chrome. After the page loads, we can't access the object's id because it's rendered on the canvas. Is it possible to get by id? Or should we take a print screen and compare the images? Source: over 2 years ago
  • Automating Java applications with JavaScript?
    With RobotFramework for instance there is one library available. Source: over 2 years ago
  • Ask HN: Who is hiring? (May 2022)
    Https://robocorp.com We are building a RPA [1] orchestration platform around the open-source Robot Framework [2]. We use Lambdas, DynamoDB, SQS, SNS, Postgres, NodeJS, React (among other things), tied together using Typescript. We raised our series A last year, so we're still in the early stages; as such, you would be in a position (and expected) to: - Tackle interesting and challenging problems (scaling issues,... - Source: Hacker News / almost 3 years ago
  • Generating HTML from JavaScript in Python
    Robot Framework is Robot Framework. The log files are output as HTML, which contain a significant amount of JavaScript that renders the data. Source: almost 3 years ago

External sources with reviews and comparisons of Robot framework

Top 5 Selenium Alternatives for Less Maintenance
Robot Framework is an open-source automation framework that uses a keyword-driven approach, making it easy to create and maintain test cases. It supports both codeless and script-based automation, making it versatile for various testing needs.
Best Automation Testing Tools (Free and Paid) | July 2022
Selenium is an open-source test automation framework that automates web browsers. It becomes a favorite automation tool of choice for automation testers. It acts as a core framework for open-source test automation software such as Watir, Robot Framework, Katalon Studio, and Protractor.
Top 10 Best Selenium Alternatives You Should Try
Robot Framework is an open-source test automation framework used for acceptance test-driven development (ATDD) and acceptance testing. Robot Framework is standard and uses a keyword-driven testing approach and behavior-driven.
Best Selenium Alternatives (Free and Paid) in 2021
Robot Framework is an open-source automation framework that implements the keyword-driven approach for acceptance testing and acceptance test-driven development (ATDD). Robot Framework provides frameworks for different test automation needs. But its test capability can be further extended by implementing additional test libraries using Python and Java. Selenium WebDriver is a popular external library used in the...
5 Selenium Alternatives to Fill in Your Top Testing Gaps
Robot Framework is an open-source Selenium alternative primarily for acceptance test-driven development (ATDD) and acceptance testing. Using the keyword-driven methodology, testers and developers can use Robot Framework as an automation system for web and mobile test automation.

Do you know an article comparing Robot framework to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Robot framework discussion

Log in or Post with

This is an informative page about Robot framework. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.