Test Automation
Robot Framework Automation
Keyword-driven test automation that teams can read and maintain. Robot Framework bridges the gap between technical automation and business-readable tests.
Why Robot Framework
Readable automation for the whole team
Robot Framework uses a keyword-driven syntax that makes test cases readable by developers, testers, and business stakeholders alike. No programming knowledge required to understand what a test does.
Keyword-driven design
Build reusable keywords from lower-level actions. Tests become declarative, not procedural.
Extensive library ecosystem
SeleniumLibrary, RequestsLibrary, DatabaseLibrary and more. Test web, API, databases, and SSH from one framework.
Data-driven testing
Test Templates and DataDriver let you run the same keyword sequence across datasets from CSV, Excel, or databases.
CI/CD ready
Native JUnit XML output, tagging for selective execution, and seamless integration with any CI/CD pipeline.
Explore related topics