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.
Extensible
Its extensible nature allows easy integration with various libraries and tools. Custom libraries can also be added to extend its functionality further.
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.
Platform Independent
Robot Framework is platform-independent and can be run on different operating systems like Windows, macOS, and Linux.
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.
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.
Data-Driven Testing
Supports data-driven test cases, allowing tests to be executed with multiple sets of input data, enhancing test coverage.
Promote Robot framework. You can add any of these badges on your website.
Yes, Robot Framework is a good choice for automating tests and processes, especially if you are looking for an open-source solution with strong community support and flexibility.
We have collected here some useful links to help you find out if Robot framework is good.
Check the traffic stats of Robot framework on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Robot framework on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Robot framework's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Robot framework on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Robot framework on Reddit. This can help you find out how popualr the product is and what people think about it.
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
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
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
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
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
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
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
In the industry I've seen the framework "Robot framework" https://robotframework.org/ used a lot for test automation. Source: about 2 years ago
Check out Robot Framework @ https://robotframework.org/. Source: over 2 years ago
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
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
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
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
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
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
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
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
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
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
With RobotFramework for instance there is one library available. Source: almost 3 years ago
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
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.
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.
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.
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.
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.
Despite its strengths, there are noted challenges with Robot Framework that the technical community frequently discusses:
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.
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.
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.
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.