Guará is a Python framework for business logic expression designed to simplify production code implementation and UI test automation. It is a behavior-driven development tool that converts business languages directly to executable code, promotes the source code to the source of truth, reduces repetitive code by encapsulating interactions into reusable transactions, can be extended to a specific ubiquitous language and makes production code and test scripts more readable and maintainable.
No reviews yetBe the first to leave a review for Welcome to Guará Python framework
Maker
📌
During my career as QA, I worked with many design patterns and none of them satisfied my intention to bind business and code. Inspired by these patterns, I created the tool to help testers express code as business intentions and not technical stuff. I saw the potential of the tool and decided to extend it to production code design too.