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 7 of 11; 24 results per page.

Show the canonical directory
Preview of NDA Fillable Form (HTML)
html
4.3 KB
Actual file preview for NDA Fillable Form (HTML)

NDA Fillable Form (HTML)

Parties, term, and signature fields for testing legal-form parsers. Sample contract text — not legal advice.

File
HTML · Legal · 8 fields
Preview of Nested Fieldsets and Legends (HTML)
html
6.7 KB
Actual file preview for Nested Fieldsets and Legends (HTML)

Nested Fieldsets and Legends (HTML)

Fieldsets nested three levels deep, each carrying a legend, so a grouping algorithm has to compose several group names rather than take the nearest one. Includes a radio group nested inside a titled section.

File
HTML · Accessibility Testing · 7 fields
Preview of Nested Form Elements (intentionally corrupt HTML)
html
5.6 KB
Actual file preview for Nested Form Elements (intentionally corrupt HTML)

Nested Form Elements (intentionally corrupt HTML)

Intentionally corrupt. A second form element opens inside the first, which HTML forbids. Browsers drop the inner tag and attach its controls to the outer form, while many static parsers report two forms - so the same file yields a different field list depending on who reads it.

File
HTML · Software Quality · 4 fields
Preview of Nested Form Submission (JSON)
json
1.1 KB
Actual file preview for Nested Form Submission (JSON)

Nested Form Submission (JSON)

One submission in both shapes: the flat name and value pairs a browser sends, and the nested object a framework builds from them. The expected output for the bracket-notation form shipped alongside it.

File
JSON · Form Data
Preview of Nested Object Field Names (HTML)
html
6.3 KB
Actual file preview for Nested Object Field Names (HTML)

Nested Object Field Names (HTML)

Control names in bracket notation - customer[name], customer[address][city], items[0][sku] - that many server frameworks explode into nested objects. The file is the reference case for a parser that has to rebuild the graph from flat name and value pairs.

File
HTML · Software Quality · 9 fields
Preview of Newsletter Preference Centre (HTML)
html
6.9 KB
Actual file preview for Newsletter Preference Centre (HTML)

Newsletter Preference Centre (HTML)

A preference centre with six topic checkboxes, a frequency radio group and a master unsubscribe control that must override every other choice. The override interaction is the behaviour worth testing here.

File
HTML · Marketing · 5 fields
Preview of Numeric Input Types (HTML)
html
5.9 KB
Actual file preview for Numeric Input Types (HTML)

Numeric Input Types (HTML)

Number and range controls covering integers, decimals, negative bounds and a slider paired with a live output element, for testing numeric coercion, locale-independent parsing and slider readout scraping.

File
HTML · Software Quality · 6 fields
Preview of Numeric Range and Step Matrix (HTML)
html
6.8 KB
Actual file preview for Numeric Range and Step Matrix (HTML)

Numeric Range and Step Matrix (HTML)

Bounded numeric and temporal controls: integer and decimal steps, a slider with a live readout, a fractional currency step, and date, month and time inputs whose min, max and step define exactly which values are valid.

File
HTML · Software Quality · 9 fields
Preview of Orphan Label Targets (intentionally corrupt HTML)
html
5.5 KB
Actual file preview for Orphan Label Targets (intentionally corrupt HTML)

Orphan Label Targets (intentionally corrupt HTML)

Intentionally corrupt. Every label carries a for attribute naming an element that is not in the document, and two controls share one id, so no control has a computed accessible name from its label. An accessibility scanner should report five unnamed controls and one duplicate id.

File
HTML · Accessibility Testing · 5 fields
Preview of Password Policy Enrolment (HTML)
html
6.4 KB
Actual file preview for Password Policy Enrolment (HTML)

Password Policy Enrolment (HTML)

A passphrase form where the written policy and the enforced pattern match exactly, plus a confirmation control and a strength meter. Most fixtures state rules they do not enforce, so this one is the reference for testing that agreement.

File
HTML · Account Security · 5 fields
Preview of Password Reset Form (HTML)
html
3.7 KB
Actual file preview for Password Reset Form (HTML)

Password Reset Form (HTML)

A downloadable password-reset request form — a single email field with native validation and a neutral, enumeration-safe success message.

File
HTML · Account Security · 1 field
Preview of Pattern-Constraint Matrix (HTML)
html
6.9 KB
Actual file preview for Pattern-Constraint Matrix (HTML)

Pattern-Constraint Matrix (HTML)

Eight text controls carrying anchored pattern regexes - postcode, SKU, hex colour, slug, IPv4, ISO week, licence key and username - each with a title that supplies the message browsers otherwise phrase generically.

File
HTML · Software Quality · 8 fields
Preview of Product Return RMA AcroForm (SAMPLE)
pdf
10.9 KB
Actual file preview for Product Return RMA AcroForm (SAMPLE)

Product Return RMA AcroForm (SAMPLE)

A one-page fillable PDF twin of the product return rma HTML form. Its canonical AcroForm field tree, widgets, values, and appearance streams are generator-validated.

File
PDF · Retail Returns · 1 page
Use case
Form testingForm parsing+1· Conversion set
Preview of Product Return RMA Field Manifest (JSON)
json
1.5 KB
Actual file preview for Product Return RMA Field Manifest (JSON)

Product Return RMA Field Manifest (JSON)

Machine-readable field names, labels, types, required states, choices, and input hints for the product return rma family.

File
JSON · Retail Returns · 8 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Product Return RMA Form (HTML)
html
5.9 KB
Actual file preview for Product Return RMA Form (HTML)

Product Return RMA Form (HTML)

A product-return authorization request for testing commerce intake, order and SKU matching, condition codes, quantities, and requested-resolution workflows. This standalone HTML reference works offline, uses explicit labels and native validation, and submits nowhere.

File
HTML · Retail Returns · 8 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Product Return RMA Sample Export (CSV)
csv
229 B
Actual file preview for Product Return RMA Sample Export (CSV)

Product Return RMA Sample Export (CSV)

A one-row UTF-8 CSV export of the fictional product return rma response with columns in the same order as the field manifest.

File
CSV · Retail Returns · 1 row
Use case
Form testingForm parsing+1· Conversion set