Skip to main content

Tag: 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: Gherkin Guide (2026)

· 14 min read
Marcel Veselka
CEO, Wopee.io

Behavior-Driven Development (BDD) with Robot Framework combines Gherkin-style Given/When/Then syntax with Robot Framework's keyword-driven engine. You write scenarios in business-readable plain English, then map each step to a reusable Robot keyword that drives the system under test. The result: tests that product managers can read and engineers can maintain. This guide covers the setup, syntax, Example Mapping, and 2026 patterns — including AI-assisted scenario generation — with working examples you can copy.