Skip to main content

2 posts tagged with "qa"

View All Tags

Test design techniques with Wopee.io

· 6 min read
Marcel Veselka
CEO, Wopee.io

The era of manually writing tests is soo 2005. We can now generate tests automatically with LLMs.

However, still, it is good to drive the test design process by human. ... at least until the current tools are good enough.

Want to turn the theory into executable tests?

Here are a few examples with the Swag Labs demo project inside Wopee.io Commander: a copy-paste prompts tailored to the Swag Labs demo project so you can generate real scenarios.

Essential test design techniques for web apps

· 5 min read
Marcel Veselka
CEO, Wopee.io

Want broader coverage with fewer tests?

These test design techniques help you create a smallest set of most effective tests.

This short guide covers boundary value analysis (BVA), equivalence partitioning (EP), risk-based prioritization, and model/state-transition testing.

You’ll learn when to use each technique, how to design the cases, and the minimal set that gives maximum signal.