Interactive Test Builder

Build a test flow by dragging actions from the palette to the test area. Your goal is to create a clean, high-level test that follows ABT principles.

Your Mission:

Create a test that: Logs in → Creates an invoice → Verifies the total → Logs out. Use only high-level actions!

Action Palette

HIGH-LEVEL (Business Logic)

login
create_invoice
verify_total
logout

MID-LEVEL (Component)

enter_username
enter_password
click_login_button
add_line_item

LOW-LEVEL (Technical)

click
type
wait
scroll
Your Test Flow

Drag actions here to build your test...