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

Show the canonical directory
Preview of IoT Sensor Readings (CSV, 1440 rows)
csv
68.8 KB
Actual file preview for IoT Sensor Readings (CSV, 1440 rows)

IoT Sensor Readings (CSV, 1440 rows)

A day of IoT sensor readings (temperature, humidity, pressure) at one-minute intervals from three sensors, with a realistic daily cycle plus noise, for testing time-series ingestion and downsampling. JSON twin included.

File
CSV · Iot · 1,440 rows
Use case
Data importTime-series data+1· Conversion set
Preview of IOT: Sensor Readings Mini (CSV)
csv
425 B
Actual file preview for IOT: Sensor Readings Mini (CSV)

IOT: Sensor Readings Mini (CSV)

Synthetic iot dataset (sensor-readings-mini) as CSV, for ETL and warehouse loader tests.

File
CSV · Iot · 12 rows
Use case
Data importCSV parsing· Conversion set
Preview of ISO - 9660 Disk Image
iso
68 KB
Actual file preview for ISO - 9660 Disk Image

ISO - 9660 Disk Image

A real ISO 9660 disk image with Joliet and Rock Ridge extensions for long filenames, holding a few documented text files. For testing ISO mounting, extraction, and conversion.

File
ISO · Disk Image · 3 members
Preview of ISO 20022 Credit Transfer: pain.001 (XML)
xml
1.2 KB
Actual file preview for ISO 20022 Credit Transfer: pain.001 (XML)

ISO 20022 Credit Transfer: pain.001 (XML)

A sample ISO 20022 customer credit-transfer initiation (pain.001.001.09): a single payment with debtor/creditor parties, IBANs, BICs, amount, and remittance info. IBANs are published documentation examples; a fixture for testing payment-message parsers and bank integrations.

File
XML · Banking
Preview of Jaeger JSON Trace: Same 13-Span Checkout (json)
json
22.2 KB
Actual file preview for Jaeger JSON Trace: Same 13-Span Checkout (json)

Jaeger JSON Trace: Same 13-Span Checkout (json)

The checkout trace in the Jaeger query-API shape: a data array holding one trace, spans carrying microsecond startTime and duration, CHILD_OF references, typed tags and a per-service processes map. The same span tree as the OTLP and Zipkin twins, so a converter can be scored exactly.

File
JSON · Traces
Use case
ObservabilityJSON parsing+1· Conversion set
Preview of JAR - Resource Archive
jar
868 B
Actual file preview for JAR - Resource Archive

JAR - Resource Archive

A Java Archive (JAR): a ZIP with a META-INF/MANIFEST.MF and resource files only (no .class bytecode). For testing JAR/ZIP readers and manifest parsing.

File
JAR · Zip · 4 members
Preview of JAR With a Nested Library JAR
jar
1.3 KB
Actual file preview for JAR With a Nested Library JAR

JAR With a Nested Library JAR

The nested-JAR layout an executable fat jar uses: a manifest with a Class-Path entry and a second JAR stored uncompressed under BOOT-INF/lib so it can be read in place without being extracted first. It contains resources only - properties, JSON and text, no compiled bytecode - and the manifest uses the CRLF line endings the JAR specification requires.

File
JAR · Nested Mixed · 4 members
Use case
Conversion testingMetadata testing· Conversion set
Preview of Java Properties Parser Edge Cases
properties
684 B
Actual file preview for Java Properties Parser Edge Cases

Java Properties Parser Edge Cases

The .properties edge cases collected in one file: both comment markers, empty values, a value whose trailing spaces are significant, unescaped = and : inside values, a # that is not a comment, escape sequences, an escaped space in a key, and a duplicate key.

File
PROPERTIES · Build
Preview of Java ResourceBundle .properties: English
properties
1.1 KB
Actual file preview for Java ResourceBundle .properties: English

Java ResourceBundle .properties: English

A English Java ResourceBundle with MessageFormat patterns, a ChoiceFormat plural, positional arguments, escaped braces and apostrophes, a backslash line continuation, and non-ASCII carried as \uXXXX escapes because .properties is defined as ISO-8859-1. The bytes on disk are pure ASCII.

File
PROPERTIES · Icu · ISO-8859-1, non-ASCII written as \uXXXX escapes
Use case
InternationalizationLocalization catalogs+2· Conversion set
Preview of Java ResourceBundle .properties: German
properties
934 B
Actual file preview for Java ResourceBundle .properties: German

Java ResourceBundle .properties: German

A German Java ResourceBundle with MessageFormat patterns, a ChoiceFormat plural, positional arguments, escaped braces and apostrophes, a backslash line continuation, and non-ASCII carried as \uXXXX escapes because .properties is defined as ISO-8859-1. The bytes on disk are pure ASCII.

File
PROPERTIES · Icu · ISO-8859-1, non-ASCII written as \uXXXX escapes
Use case
InternationalizationLocalization catalogs+2· Conversion set
Preview of Java Stack Trace (log)
log
916 B
Actual file preview for Java Stack Trace (log)

Java Stack Trace (log)

A realistic Java stack trace: a Spring-style NullPointerException with a nested 'Caused by' chain and '... N more' elision. A fixture for testing stack-trace parsers, error groupers, and log viewers.

File
LOG · Logs · 8 frames
Use case
Log parsingError handling· Conversion set
Preview of Java: Bank account (class, record, exceptions)
java
1.5 KB
Actual file preview for Java: Bank account (class, record, exceptions)

Java: Bank account (class, record, exceptions)

A realistic Java class with a package declaration, fields, a nested record, methods that throw exceptions, and formatted output, for testing highlighters, javac, Checkstyle, and parsers.

File
JAVA · Java
Preview of Java: Hello World
java
163 B
Actual file preview for Java: Hello World

Java: Hello World

The classic hello-world in Java (a public class with the standard main method) for testing highlighters, javac, and Java parsers.

File
JAVA · Java
Preview of JavaScript: Hello World
js
113 B
Actual file preview for JavaScript: Hello World

JavaScript: Hello World

The classic hello-world in modern JavaScript: a minimal function calling console.log, for testing highlighters, Node, and JS parsers.

File
JS · JavaScript
Preview of Jenkinsfile Matrix with Excludes
jenkinsfile
1.1 KB
Actual file preview for Jenkinsfile Matrix with Excludes

Jenkinsfile Matrix with Excludes

A declarative Jenkins matrix over two axes with a nested excludes block: six platform/arch combinations minus the windows arm64 pair leaves five cells, documented in the specs so an expansion can be scored exactly.

File
JENKINSFILE · Jenkins
Preview of Jenkinsfile with Shared Library
jenkinsfile
898 B
Actual file preview for Jenkinsfile with Shared Library

Jenkinsfile with Shared Library

A Jenkinsfile importing a pinned shared library and calling three custom steps that no static parser can resolve locally. For testing how tooling reports unknown steps and whether it records the library dependency and its version pin.

File
JENKINSFILE · Jenkins