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.

430 results

Page 13 of 18; 24 results per page.

Show the canonical directory
Preview of Parquet — Null-heavy Columns
parquet
1.3 KB
Actual file preview for Parquet — Null-heavy Columns

Parquet — Null-heavy Columns

Tiny Parquet table with null name/score/note cells — tests null handling in columnar readers.

File
PARQUET · Columnar · 3 rows
Use case
Data importConversion testing· Conversion set
Preview of Payment Test Cards (CSV)
csv
917 B
Actual file preview for Payment Test Cards (CSV)

Payment Test Cards (CSV)

A reference list of well-known payment TEST card numbers (Visa, Mastercard, Amex, Discover, JCB, Diners) with sample CVV and expiry. These are published test values that pass the Luhn check but are not real accounts — for testing payment forms and card validators. Never use real card data.

File
CSV · Banking · 8 rows
Preview of Payroll Summary (JSON)
json
772 B
Actual file preview for Payroll Summary (JSON)

Payroll Summary (JSON)

A monthly payroll summary derived from the employee directory — headcount, annual and monthly gross totals, and a per-department breakdown. A fixture for testing finance/HR dashboards and JSON aggregation.

File
JSON · Hr
Preview of PDB Structure — Water (.pdb)
pdb
525 B
Actual file preview for PDB Structure — Water (.pdb)

PDB Structure — Water (.pdb)

The same water molecule in PDB format with fixed-column HETATM coordinate records and a CONECT bond record — for testing molecular-structure parsers and viewers and PDB/MOL conversion.

File
PDB · Scientific
Use case
Scientific dataEditor testing· Conversion set
Preview of PKCS#12 Bundle (.p12)
p12
2.7 KB
Actual file preview for PKCS#12 Bundle (.p12)

PKCS#12 Bundle (.p12)

A PKCS#12 (.p12/PFX) bundle packaging the sample RSA key and certificate together, protected with the sample password 'novus-sample' — for testing keystore importers and PKCS#12 parsers. (The PKCS#12 MAC salt is random, so this file is intentionally not byte-stable.)

File
P12 · Security
Preview of PlantUML Sequence Diagram
puml
286 B
Actual file preview for PlantUML Sequence Diagram

PlantUML Sequence Diagram

A PlantUML sequence diagram of an order interaction (customer, store, warehouse) as diagrams-as-code — for testing PlantUML parsing and diagram rendering pipelines.

File
PUML · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of POS SKU Catalog (CSV)
csv
455 B
Actual file preview for POS SKU Catalog (CSV)

POS SKU Catalog (CSV)

A point-of-sale SKU catalog with tax codes and active flags — fictional Meridian Supply inventory. CSV twin.

File
CSV · Pos · 8 rows
Use case
Data importCSV parsing· Conversion set
Preview of POS SKU Catalog (JSON)
json
1.3 KB
Actual file preview for POS SKU Catalog (JSON)

POS SKU Catalog (JSON)

A point-of-sale SKU catalog with tax codes and active flags — fictional Meridian Supply inventory. JSON twin.

File
JSON · Pos · 8 records
Use case
Data importJSON parsing· Conversion set
Preview of Postgres SQL Dump
sql
276 B
Actual file preview for Postgres SQL Dump

Postgres SQL Dump

A Postgres-flavour SQL dump with a CREATE TABLE and INSERT statements — for testing SQL importers and migrations.

File
SQL · Sql · 2 rows
Use case
SQL import
Preview of Product Instance — Invalid (JSON)
json
91 B
Actual file preview for Product Instance — Invalid (JSON)

Product Instance — Invalid (JSON)

A product object that deliberately violates the product JSON Schema in five ways (out-of-range id, empty name, non-positive price, wrong boolean type, an extra property) — the negative case for testing validator error reporting.

File
JSON · Schema
Use case
Schema validationError handling· Paired fixture
Preview of Product Instance — Valid (JSON)
json
143 B
Actual file preview for Product Instance — Valid (JSON)

Product Instance — Valid (JSON)

A product object that conforms to the product JSON Schema — the positive case for testing a JSON-Schema validator.

File
JSON · Schema
Use case
Schema validation· Paired fixture
Preview of Product JSON Schema (draft-07)
json
589 B
Actual file preview for Product JSON Schema (draft-07)

Product JSON Schema (draft-07)

A JSON Schema (draft-07) describing a product object, with required fields, types, and constraints — paired with a conforming and a deliberately non-conforming instance for testing validators.

File
JSON · Schema
Use case
Schema validationData import· Conversion set
Preview of Protobuf — Encoded Message
pb
45 B
Actual file preview for Protobuf — Encoded Message

Protobuf — Encoded Message

A single protobuf User message in binary wire format (varint + length-delimited fields) — the serialized counterpart to the user.proto schema. For testing protobuf decoders without the generated code.

File
PB · Binary · 5 rows
Preview of Protocol Buffers Schema (proto3)
proto
464 B
Actual file preview for Protocol Buffers Schema (proto3)

Protocol Buffers Schema (proto3)

A proto3 Protocol Buffers schema with messages, an enum, and a repeated field — for testing protobuf compilers (protoc), codegen, and schema tooling.

File
PROTO · Api