Software Alternatives, Accelerators & Startups

Robot framework

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

Robot framework

Robot framework Reviews and Details

This page is designed to help you find out whether Robot framework is good and if it is the right choice for you.

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.
  • Most Effective Approaches for Debugging Applications
    Fixing a bug is incomplete without preventing its recurrence. Root cause analysis (RCA), coupled with regression testing and documentation, ensures long-term reliability. Antony Marceles, Founder of Pumex Computing, emphasizes, “Fixing a bug is only part of the solution, preventing it from happening again is the real goal.” Marceles’ team uses regression tests via Robot Framework and code reviews with Gerrit to... - Source: dev.to / about 2 months ago
  • 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 / 7 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 / about 1 year 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: about 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: about 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 / about 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: about 2 years ago
  • Successful open source RPA solutions
    Check out Robot Framework @ https://robotframework.org/. Source: over 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 / over 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: over 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 / over 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 / over 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: almost 3 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: almost 3 years ago
  • Automating Java applications with JavaScript?
    With RobotFramework for instance there is one library available. Source: almost 3 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 / about 3 years ago

Summary of the public mentions of Robot framework

Robot Framework: Key Insights from the Technical Community

Robot Framework, an open-source test automation framework, is increasingly being recognized for its adaptability and robustness across various testing needs. Leveraging a keyword-driven approach, it caters to both codeless and scripted automation, supporting a wide range of applications from web to mobile and desktop environments. Its versatility makes it a compelling choice in automated testing, standing alongside notable competitors like Selenium, Cypress.io, Katalon, and Cucumber.

Strengths and Adoption Trends
  1. Keyword-Driven Simplicity: Robot Framework's keyword-driven methodology is a highlighted strength as it simplifies the creation and maintenance of test cases. This characteristic, often mentioned in comparisons to Selenium and other tools, positions the framework as user-friendly, especially for testers familiar with behavior-driven and acceptance test-driven development (ATDD) practices.

  2. Extensibility and Integration: As outlined in numerous resources, Robot Framework's capabilities can be significantly extended with the addition of test libraries such as Selenium WebDriver for browser automation and other Python or Java-based libraries. This extensibility is a standout feature, allowing teams to tailor the framework to fit numerous testing scenarios, including Android and iOS automations.

  3. Robust Community and Documentation: The framework boasts a strong support system, including comprehensive documentation that assists users in navigating its functionalities effectively. This has been consistently pointed out in articles and discussions among testing professionals, suggesting wide accessibility and a supportive user base.

  4. Industry Usage and Versatility: The framework's application in diverse industries, from embedded systems to desktop applications and API testing, underscores its adaptability. This flexibility is further evidenced by its use in complex systems, such as root cause analysis in regression testing, as emphasized in various industry reports and user testimonials.

Challenges and Areas for Improvement

Despite its strengths, there are noted challenges with Robot Framework that the technical community frequently discusses:

  1. Learning Curve for Beginners: While considered user-friendly for those acquainted with keyword-driven testing, newcomers without prior experience in test automation may find the initial learning curve steep. This challenge is exacerbated in scenarios that require the integration of additional libraries or complex test setups.

  2. Documentation Gaps: Some users have pointed out that while documentation is comprehensive, certain aspects of using open-source libraries without accompanying SaaS solutions lack clarity. This can lead to confusion, particularly in unique testing scenarios or advanced implementations.

Position in the Ecosystem

Robot Framework's trajectory in the test automation ecosystem exhibits a positive trend, with growing acknowledgment of its potential in filling the gaps left by traditional Selenium setups. Its foundation, supported by a membership model, emphasizes sustainable development, demonstrating a commitment to its continuous evolution. Additionally, the framework's ability to complement tools like Cypress and Katalon through hybrid approaches further solidifies its place as a viable alternative for teams seeking a less cumbersome maintenance routine.

Overall, Robot Framework is highly regarded in the test automation domain for its flexibility, robust community support, and adaptability across various testing platforms, making it a top consideration for development teams aiming to streamline their test automation processes.

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

Is Robot framework good? This is an informative page that will help you find out. Moreover, you can review and discuss Robot framework 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.