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!
HIGH-LEVEL (Business Logic)
logincreate_invoiceverify_totallogoutMID-LEVEL (Component)
enter_usernameenter_passwordclick_login_buttonadd_line_itemLOW-LEVEL (Technical)
clicktypewaitscrollDrag actions here to build your test...