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

Show the canonical directory
Preview of Entity-Heavy Labels and Values (HTML)
html
6 KB
Actual file preview for Entity-Heavy Labels and Values (HTML)

Entity-Heavy Labels and Values (HTML)

Labels and default values made of characters that have to be escaped in HTML - ampersands, angle brackets, both quote marks and a non-breaking space. A parser that decodes entities once too often or not at all produces visibly wrong text here.

File
HTML · Software Quality · 7 fields
Preview of Equal Opportunity Monitoring (HTML)
html
7.5 KB
Actual file preview for Equal Opportunity Monitoring (HTML)

Equal Opportunity Monitoring (HTML)

A monitoring section where every question is optional and every list ends with a prefer-not-to-say option, which is the design most such forms get wrong. No answer is mandatory and the form states that it is separated from the application.

File
HTML · Employment · 7 fields
Preview of Equipment Loan Request (HTML)
html
7.3 KB
Actual file preview for Equipment Loan Request (HTML)

Equipment Loan Request (HTML)

An equipment loan slip covering the asset tag, collection and return dates, a condition declaration and an accessory checklist, which together exercise pattern, date and checkbox-group parsing in one realistic document.

File
HTML · Education · 9 fields
Preview of Error Summary and aria-invalid States (HTML)
html
6.2 KB
Actual file preview for Error Summary and aria-invalid States (HTML)

Error Summary and aria-invalid States (HTML)

A form captured after a failed submission: three controls carry aria-invalid with an aria-errormessage pointing at their message, and a summary region links to each one. Use it to test error announcement and focus management without having to trigger a failure first.

File
HTML · Accessibility Testing · 5 fields
Preview of Event Booking / RSVP Form (HTML)
html
5 KB
Actual file preview for Event Booking / RSVP Form (HTML)

Event Booking / RSVP Form (HTML)

A downloadable event booking / RSVP form — guest count, date and time, meal choice, dietary requirements, and notes.

File
HTML · Events · 8 fields
Preview of Event Registration (Fillable PDF)
pdf
16.5 KB
Actual file preview for Event Registration (Fillable PDF)

Event Registration (Fillable PDF)

A fillable PDF event-registration AcroForm — attendee details, a ticket-type dropdown, session checkboxes, a T-shirt-size radio group, and a notes box.

File
PDF · Acroform · 11 fields
Preview of Event RSVP Form (HTML)
html
3.8 KB
Actual file preview for Event RSVP Form (HTML)

Event RSVP Form (HTML)

Event RSVP form with guest count for calendar and seating workflow tests.

File
HTML · Events · 4 fields
Preview of Expense Reimbursement AcroForm (SAMPLE)
pdf
14.1 KB
Actual file preview for Expense Reimbursement AcroForm (SAMPLE)

Expense Reimbursement AcroForm (SAMPLE)

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

File
PDF · Finance Operations · 1 page
Use case
Form testingForm parsing+1· Conversion set
Preview of Expense Reimbursement Field Manifest (JSON)
json
1.6 KB
Actual file preview for Expense Reimbursement Field Manifest (JSON)

Expense Reimbursement Field Manifest (JSON)

Machine-readable field names, labels, types, required states, choices, and input hints for the expense reimbursement family.

File
JSON · Finance Operations · 9 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Expense Reimbursement Form (HTML)
html
6 KB
Actual file preview for Expense Reimbursement Form (HTML)

Expense Reimbursement Form (HTML)

An employee expense claim for testing finance-form parsing, currency and decimal handling, receipt references, policy categories, and approval exports. This standalone HTML reference works offline, uses explicit labels and native validation, and submits nowhere.

File
HTML · Finance Operations · 9 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Expense Reimbursement Sample Export (CSV)
csv
263 B
Actual file preview for Expense Reimbursement Sample Export (CSV)

Expense Reimbursement Sample Export (CSV)

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

File
CSV · Finance Operations · 1 row
Use case
Form testingForm parsing+1· Conversion set
Preview of Expense Reimbursement Sample Response (JSON)
json
452 B
Actual file preview for Expense Reimbursement Sample Response (JSON)

Expense Reimbursement Sample Response (JSON)

Fictional submitted values for every documented expense reimbursement field, suitable for request parsing, mapping, and round-trip tests.

File
JSON · Finance Operations · 9 fields
Use case
Form testingForm parsing+1· Conversion set
Preview of Feedback / NPS Form (HTML)
html
5.1 KB
Actual file preview for Feedback / NPS Form (HTML)

Feedback / NPS Form (HTML)

A downloadable feedback form with a 0–10 Net Promoter Score scale, what-you-liked checkboxes, and a comment box.

File
HTML · Feedback · 4 fields
Preview of Fields Outside the Form Element (HTML)
html
5.5 KB
Actual file preview for Fields Outside the Form Element (HTML)

Fields Outside the Form Element (HTML)

Two text controls placed outside the form element and associated with it through the form attribute. A scraper that walks only the form subtree misses them, which is exactly the defect this file exists to surface.

File
HTML · Software Quality · 2 fields
Preview of File Upload Form (HTML)
html
4.4 KB
Actual file preview for File Upload Form (HTML)

File Upload Form (HTML)

A downloadable file-upload form — a required file input with an accept filter, an optional multiple-file input, and native validation. Nothing is uploaded off your device.

File
HTML · File Upload · 5 fields
Preview of Form Buttons and Non-Field Controls (HTML)
html
5.5 KB
Actual file preview for Form Buttons and Non-Field Controls (HTML)

Form Buttons and Non-Field Controls (HTML)

A form whose button-shaped inputs outnumber its data fields. Submit, reset, plain button and image controls are named and typed like fields but must never appear in an extracted field list, which is a common form-scraper defect.

File
HTML · Software Quality · 2 fields
Preview of Form Extractor Conformance Suite (JSON)
json
3.1 KB
Actual file preview for Form Extractor Conformance Suite (JSON)

Form Extractor Conformance Suite (JSON)

Eighteen numbered assertions, each naming one fixture in this wave and the single behaviour it proves. Enough to drive a form extractor's test suite without inventing expectations first.

File
JSON · Form Data
Preview of Form Field Name Edge Cases (CSV)
csv
1012 B
Actual file preview for Form Field Name Edge Cases (CSV)

Form Field Name Edge Cases (CSV)

Fifteen awkward field names with the urlencoded key each produces: brackets, array notation, spaces, plus signs, ampersands, equals signs and three non-ASCII scripts including an astral emoji.

File
CSV · Form Data · 15 rows