Robot Framework
Generic automation framework for acceptance testing and RPA (by robotframework)
nose
nose is nicer testing for python (by nose-devs)
| Robot Framework | nose | |
|---|---|---|
| 58 | - | |
| 11,296 | 1,363 | |
| 1.1% | 0.1% | |
| 9.7 | 0.0 | |
| 5 days ago | about 2 years ago | |
| Python | Python | |
| Apache License 2.0 | GNU Lesser General Public License v2.1 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Robot Framework
Posts with mentions or reviews of Robot Framework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-27.
- Generic automation framework for acceptance testing and RPA
- 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 maintain quality, documenting fixes in Confluence to share insights. A 2023 Forrester report found that teams with strong RCA practices reduce recurring bugs by 35%.
- Tutorial Robot Framework: Instalación y primeros pasos
- 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.
- 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.
- 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.
- Deep Dive into API Testing - An introduction to RESTful APIs
Robot Framework
- Robot Framework VS vedro - a user suggested alternative 2 projects | 16 Jul 2023
- 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/
- Opensource Gui testing framework
I can't say whether any of these will work, but maybe one of: PyAutoGui pytest-qt Robot Framework + plugins
nose
Posts with mentions or reviews of nose. We have used some of these posts to build our list of alternatives and similar projects.
We haven't tracked posts mentioning nose yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing Robot Framework and nose you can also consider the following projects:
pytest - The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
Behave - BDD, Python style.
nose2 - The successor to nose, based on unittest2
Selenium Wire - Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
hypothesis - The property-based testing library for Python