FormWatch Testbed
Controlled pages for browser discovery and form-submission regression testing.
| ID | Category | Scenario | Level | Expected |
|---|---|---|---|---|
| BASIC-01 | Basic | Simple HTML form | 1 | PASS |
| BASIC-02 | Basic | Two forms on one page | 1 | PASS |
| MODAL-01 | Modal | Form opened by button | 2 | PASS |
| DELAY-01 | Dynamic | Form mounted after 3 seconds | 3 | PASS |
| POPUP-01 | Overlay | Cookie banner covers submit area | 3 | PASS |
| POPUP-02 | Overlay | Delayed promo popup during filling | 4 | PASS |
| AJAX-01 | Submit | AJAX success without navigation | 2 | PASS |
| AJAX-02 | Backend | AJAX HTTP 500 | 2 | SERVER_ERROR |
| VALID-01 | Validation | Required checkbox blocks submit | 2 | PASS |
| COND-01 | Conditional | Select reveals required field | 3 | PASS |
| HONEY-01 | Anti-spam | Hidden honeypot must stay empty | 3 | PASS |
| IFRAME-01 | Iframe | Form inside same-site iframe | 3 | PASS |
Add ?debug=1 to a scenario URL for human-only expectations. Do not use debug mode in FormWatch checks.