Skip to main content

2 posts tagged with "robot-framework"

View All Tags

Autonomous Visual Testing with Robot Framework

· 4 min read
Marcel Veselka
CEO, Wopee.io

In the rapidly evolving world of software testing, visual testing has become an increasingly crucial component. This blog post delves into the details of our recent webinar that explores both traditional and autonomous visual testing methods, with a focus on integrating these techniques into automated testing frameworks like Robot Framework.

BDD with Robot Framework: A Practical Guide with Examples

· 10 min read
Marcel Veselka
CEO, Wopee.io

What is BDD in Robot Framework? It is a testing approach where teams write test cases using Given-When-Then syntax that Robot Framework executes directly as automated tests. BDD bridges the gap between business requirements and test automation by making test scenarios readable by non-technical stakeholders while remaining fully executable. Robot Framework supports this through built-in Gherkin keywords and its keyword-driven architecture.