Skip to content
Novus Examples

Explore the test library

Find files, editable templates and browser test targets by what you need to make or test. Explore complete business kits for connected records, templates and expected results.

5297 results

Page 95 of 221; 24 results per page.

Show the canonical directory
Preview of Granular Consent Form (HTML)
html
6.2 KB
Actual file preview for Granular Consent Form (HTML)

Granular Consent Form (HTML)

Consent expressed as separate, unticked controls for each purpose, with an undeletable line saying the form is fictional. The point of the fixture is that no control is pre-ticked and none of them is bundled with another.

File
HTML · Legal · 8 fields
Preview of GraphQL Schema (SDL)
graphql
483 B
Actual file preview for GraphQL Schema (SDL)

GraphQL Schema (SDL)

A GraphQL Schema Definition Language (SDL) file with queries, a mutation, object/input types, and an enum, for testing GraphQL schema parsers, linters, and code generators.

File
GRAPHQL · Api
Preview of Graphviz DOT Graph
dot
217 B
Actual file preview for Graphviz DOT Graph

Graphviz DOT Graph

A Graphviz DOT directed graph describing a fulfilment pipeline, for testing DOT parsing, Graphviz rendering, and DOT-to-SVG/PNG conversion.

File
DOT · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of Graphviz Pipeline DAG
dot
1016 B
Actual file preview for Graphviz Pipeline DAG

Graphviz Pipeline DAG

The shared six-task ETL topology as a Graphviz digraph, with node and edge defaults, per-node attribute overrides, a same-rank constraint and C-style comments. Carries the identical graph to the Airflow, Argo, CWL and Mermaid fixtures.

File
DOT · Dag Graphs
Preview of Graphviz Pipeline Graph with a Cycle
dot
718 B
Actual file preview for Graphviz Pipeline Graph with a Cycle

Graphviz Pipeline Graph with a Cycle

The same topology plus one back edge, so the graph is deliberately not a DAG. A renderer must still draw it and a scheduler must reject it, which is why this is a reference fixture rather than a corrupt file.

File
DOT · Dag Graphs
Preview of Gravimetric Mass: TSV With Bracketed Units and Spaces in Headers (.tsv)
tsv
625 B
Actual file preview for Gravimetric Mass: TSV With Bracketed Units and Spaces in Headers (.tsv)

Gravimetric Mass: TSV With Bracketed Units and Spaces in Headers (.tsv)

Ten weighings as tab-separated values with headers that contain spaces, brackets and parentheses, 'u(mass) [g]', the way balance software actually writes them. Column names like these break naive slug-based header handling long before the numbers become a problem.

File
TSV · Measurements · 10 rows
Use case
Scientific dataEditor testing+1· Conversion set
Preview of Gridded Air Temperature: CSV Ground Truth (.csv)
csv
2.5 KB
Actual file preview for Gridded Air Temperature: CSV Ground Truth (.csv)

Gridded Air Temperature: CSV Ground Truth (.csv)

Every value from the CF-1.8 NetCDF grid flattened to one row per cell, with the axis values spelled out in full. Diff a NetCDF-to-table export against this file to prove the reader walked the dimensions in (time, lat, lon) order and did not silently transpose the array.

File
CSV · Gridded · 120 rows
Use case
Scientific dataConversion testing+1· Paired fixture
Preview of Grype Scan Report (JSON)
json
8.4 KB
Actual file preview for Grype Scan Report (JSON)

Grype Scan Report (JSON)

A Grype-shaped report of the same four SAMPLE advisories, with the match detail block that explains WHY each package matched: the field that makes false positives diagnosable. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
JSON · Vulnerability
Use case
JSON parsingSchema validation+1· Conversion set
Preview of Grype Table Console Output
txt
434 B
Actual file preview for Grype Table Console Output

Grype Table Console Output

The console table a scanner prints, in fixed-width columns: the output people actually paste into tickets, and the one a log scraper has to parse without a delimiter. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
TXT · Vulnerability · 4 rows
Use case
Log parsingConversion testing+1· Conversion set
Preview of GUM-Style Uncertainty Budget: Sources Combined in Quadrature (.csv)
csv
554 B
Actual file preview for GUM-Style Uncertainty Budget: Sources Combined in Quadrature (.csv)

GUM-Style Uncertainty Budget: Sources Combined in Quadrature (.csv)

A five-source uncertainty budget laid out the way the GUM prescribes: each source with its distribution, its divisor, its sensitivity coefficient and its contribution, then the combined and expanded values. Rectangular sources are divided by the square root of three, which is the step budget spreadsheets most often get wrong.

File
CSV · Measurements
Use case
Scientific dataCSV parsing+1· Conversion set
Preview of GZ - Gzip Single File
gz
305 B
Actual file preview for GZ - Gzip Single File

GZ - Gzip Single File

A single text file compressed with gzip: the container-free codec on its own, for testing decompression and codec detection.

File
GZ · Compressed · gzip
Preview of GZ: Gzipped Float32 GLB
gz
21.5 KB
Actual file preview for GZ: Gzipped Float32 GLB

GZ: Gzipped Float32 GLB

The float32 GLB from this group as a deterministic gzip stream (no embedded filename, mtime 0), what a CDN actually sends when a viewer advertises `Accept-Encoding: gzip`. It compresses to 29.2% of its source against 55.6% for the quantized twin, which is the point of shipping both: quantisation halves the file on disk and then gives most of that back over the wire.

File
GZ · Compression · gzip (deflate)
Use case
Conversion testingPerformance testing· Conversion set
Preview of GZ: Gzipped Quantized GLB
gz
27.2 KB
Actual file preview for GZ: Gzipped Quantized GLB

GZ: Gzipped Quantized GLB

The quantized GLB from this group as a deterministic gzip stream (no embedded filename, mtime 0), what a CDN actually sends when a viewer advertises `Accept-Encoding: gzip`. It compresses to 55.6% of its source against 29.2% for the float32 twin, which is the point of shipping both: quantisation halves the file on disk and then gives most of that back over the wire.

File
GZ · Compression · gzip (deflate)
Use case
Conversion testingPerformance testing· Conversion set
Preview of Gzipped sitemap (500 URLs, .xml.gz)
gz
1.6 KB
Actual file preview for Gzipped sitemap (500 URLs, .xml.gz)

Gzipped sitemap (500 URLs, .xml.gz)

A 500-URL sitemap served the way large sites serve them - gzip-compressed as sitemap-large.xml.gz. The gzip header carries mtime 0 and no embedded filename, so the bytes are stable across regenerations. For testing that a crawler decompresses .xml.gz sitemaps before parsing.

File
GZ · Crawlers · gzip
Use case
Web assetsWeb scraping+1· Conversion set
Preview of Habit Tracker Template (XLSX)
xlsx
5.3 KB
Actual file preview for Habit Tracker Template (XLSX)

Habit Tracker Template (XLSX)

A weekly habit tracker with a checkbox grid across seven days, a COUNTIF that counts completed days, and a goal column: a simple personal planning sheet.

File
XLSX · Habit Tracker
Preview of Handle-Hole Hard Case: Input (512px)
png
96.2 KB
Actual file preview for Handle-Hole Hard Case: Input (512px)

Handle-Hole Hard Case: Input (512px)

Mug with a handle interior hole on clutter: background should show through the handle.

File
PNG · Background Removal · 512 × 512 px
Use case
Background removal· Conversion set
Preview of HAR: Base64-Encoded Binary Body
har
2.4 KB
Actual file preview for HAR: Base64-Encoded Binary Body

HAR: Base64-Encoded Binary Body

A PNG response whose body is carried as base64 with content.encoding set accordingly. content.size is the DECODED byte count, not the length of the base64 string, which is the field readers most often get wrong when computing transfer weight.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set