Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

243 results

Page 3 of 11; 24 results per page.

Show the canonical directory
Preview of Checkout Form (HTML)
html
5.5 KB
Actual file preview for Checkout Form (HTML)

Checkout Form (HTML)

A downloadable mock-checkout form — shipping address plus a payment section that accepts the standard test card 4111 1111 1111 1111. Nothing is charged or stored.

File
HTML · Commerce Checkout · 9 fields
Preview of Choice Input Types (HTML)
html
6.9 KB
Actual file preview for Choice Input Types (HTML)

Choice Input Types (HTML)

Every way HTML expresses a choice: a single select with a prompt row, a multiple select, a select with option groups, a radio group, a checkbox group and a lone checkbox - including options whose submitted value differs from their visible label.

File
HTML · Software Quality · 6 fields
Preview of Column Count Mismatch (intentionally corrupt CSV)
csv
400 B
Actual file preview for Column Count Mismatch (intentionally corrupt CSV)

Column Count Mismatch (intentionally corrupt CSV)

Intentionally corrupt. A submissions export whose header declares eight columns while its three data rows carry six, ten and eight, so a reader has to choose between padding, truncating and refusing.

File
CSV · Form Data
Preview of Combined Constraint Conflicts (HTML)
html
6.1 KB
Actual file preview for Combined Constraint Conflicts (HTML)

Combined Constraint Conflicts (HTML)

Controls stacking required, pattern, length and range rules at the same time, including two deliberately awkward cases - a pattern narrower than its length bound, and a step that cannot reach the maximum - for testing which constraint a validator reports first.

File
HTML · Software Quality · 5 fields
Preview of Conditionally Required Fields (HTML)
html
6.1 KB
Actual file preview for Conditionally Required Fields (HTML)

Conditionally Required Fields (HTML)

A form where a script adds and removes the mandatory flag at runtime. The attribute is absent from the shipped markup on purpose, so a validator that reads the file statically and one that reads the live DOM give different answers.

File
HTML · Software Quality · 5 fields
Preview of Contact Form (HTML)
html
3.9 KB
Actual file preview for Contact Form (HTML)

Contact Form (HTML)

A downloadable, self-contained contact form — name, email, subject, and message with native HTML5 validation and a honeypot. Open it straight from disk; no scripts or requests leave the page.

File
HTML · Contact · 4 fields
Preview of Customer Feedback (Fillable PDF)
pdf
15.3 KB
Actual file preview for Customer Feedback (Fillable PDF)

Customer Feedback (Fillable PDF)

A fillable PDF customer-feedback AcroForm — a 1–5 rating radio row, a 0–10 NPS dropdown, what-you-liked checkboxes, and a comments box.

File
PDF · Acroform · 9 fields
Preview of Defect Triage Grid (HTML)
html
7.6 KB
Actual file preview for Defect Triage Grid (HTML)

Defect Triage Grid (HTML)

Four radio groups - severity, likelihood, blast radius and confidence - that a triage rule combines into a priority. The groups share nothing but their layout, which makes it a good test of group-name resolution in a dense form.

File
HTML · Software Quality · 7 fields
Preview of Dependent Select Lists (HTML)
html
6.2 KB
Actual file preview for Dependent Select Lists (HTML)

Dependent Select Lists (HTML)

A country list that rewrites a region list in the browser. The regions live in a script rather than the markup, so a scraper that reads the shipped HTML sees an empty second list and one that drives a real browser sees four options.

File
HTML · Shipping · 4 fields
Preview of Duplicate Field Names (intentionally corrupt HTML)
html
6 KB
Actual file preview for Duplicate Field Names (intentionally corrupt HTML)

Duplicate Field Names (intentionally corrupt HTML)

Intentionally corrupt. Three pairs of unrelated controls share a name - two email inputs, two dates and a select that collides with a text input - so the submitted body carries the same key twice with different meanings. Use it to check that a parser reports the collision instead of silently keeping the last value.

File
HTML · Software Quality · 6 fields
Use case
Form testingForm parsing+3· Conversion set