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

Show the canonical directory
Preview of Tern Client Services: Linked operating model
json
23.7 KB
Actual file preview for Tern Client Services: Linked operating model

Tern Client Services: Linked operating model

Linked operating model for Tern Client Services. 98 records across 9 linked tables; no duplicate primary keys or missing references. Total deal value=34,500.00 USD; Weighted deal value=15,825.00 USD; Recorded activity time=720.00 minutes.

File
JSON · Business Kits · 98 records
Use case
Data import
Preview of Tern Client Services: Numeric expected results
json
2 KB
Actual file preview for Tern Client Services: Numeric expected results

Tern Client Services: Numeric expected results

Numeric expected results for Tern Client Services. Exact table counts, metric formulas, 4 chart points and three negative-test outcomes. Total deal value=34,500.00 USD; Weighted deal value=15,825.00 USD; Recorded activity time=720.00 minutes.

File
JSON · Business Kits
Use case
Data import
Preview of Tern Client Services: Operating chart PNG
png
41.4 KB
Actual file preview for Tern Client Services: Operating chart PNG

Tern Client Services: Operating chart PNG

Operating chart PNG for Tern Client Services. A 1440 by 900 RGB chart with 4 labeled source-derived observations in USD.

File
PNG · Business Kits · 1440 × 900 px
Use case
Data import
Preview of Tern Client Services: Operating model JSON Schema
json
21.6 KB
Actual file preview for Tern Client Services: Operating model JSON Schema

Tern Client Services: Operating model JSON Schema

Operating model JSON Schema for Tern Client Services. Draft 2020-12 schema accepts the paired operating model. Relational rules additionally require unique keys and existing foreign references.

File
JSON · Business Kits
Use case
Data import
Preview of Tern Client Services: Operating report PDF
pdf
55 KB
Actual file preview for Tern Client Services: Operating report PDF

Tern Client Services: Operating report PDF

Operating report PDF for Tern Client Services. Three readable pages summarize the same model, chart, source tables and usage instructions. Total deal value=34,500.00 USD; Weighted deal value=15,825.00 USD; Recorded activity time=720.00 minutes.

File
PDF · Business Kits · 3 pages
Use case
Data import
Preview of Tern Client Services: Workflow and import guide
md
1.7 KB
Actual file preview for Tern Client Services: Workflow and import guide

Tern Client Services: Workflow and import guide

Workflow and import guide for Tern Client Services. Documents 9 source tables, exact expected totals and supported versus manual workflows.

File
MD · Business Kits
Use case
Data import
Preview of Terraform Configuration, Intentionally Invalid
tf
554 B
Actual file preview for Terraform Configuration, Intentionally Invalid

Terraform Configuration, Intentionally Invalid

An intentionally invalid Terraform configuration: an unclosed resource block, a colon where HCL needs an equals sign, a reference to an undeclared resource, and a resource block missing its second label. Four documented faults for a parser to report.

File
TF · Terraform
Preview of Terraform Default terraform.tfvars
tfvars
405 B
Actual file preview for Terraform Default terraform.tfvars

Terraform Default terraform.tfvars

A terraform.tfvars assigning the staging defaults, including a nested map-of-objects value. Pairs with the production overrides file, which replaces that map wholesale rather than merging into it.

File
TFVARS · Terraform
Preview of Terraform Locals, for Expressions, and dynamic Blocks
tf
1.1 KB
Actual file preview for Terraform Locals, for Expressions, and dynamic Blocks

Terraform Locals, for Expressions, and dynamic Blocks

The expression-heavy half of the stack: for expressions producing both a map and a filtered list, conditional expressions selecting whole objects, and a dynamic block that generates two firewall rules from a local list.

File
TF · Terraform
Preview of Terraform Module Calls with Meta-Arguments
tf
629 B
Actual file preview for Terraform Module Calls with Meta-Arguments

Terraform Module Calls with Meta-Arguments

Three module calls covering the shapes a dependency grapher has to handle: a local path with explicit provider passing, a versioned registry source under for_each, and a count-gated conditional module.

File
TF · Terraform
Preview of Terraform Outputs and Splat Expressions
tf
734 B
Actual file preview for Terraform Outputs and Splat Expressions

Terraform Outputs and Splat Expressions

Five Terraform outputs exercising a splat expression over a counted resource, a for expression over a for_each module, and a sensitive output that must stay redacted when propagated from a sensitive input.

File
TF · Terraform
Preview of Terraform Plan JSON
json
4.3 KB
Actual file preview for Terraform Plan JSON

Terraform Plan JSON

A Terraform plan JSON document with create, update and delete changes, after_unknown markers, sensitivity annotations, and a configuration section. This is the artifact policy engines read before anything runs, which is why it sits with pipeline definitions rather than with run reports.

File
JSON · Terraform
Preview of Terraform Production tfvars Overrides
tfvars
506 B
Actual file preview for Terraform Production tfvars Overrides

Terraform Production tfvars Overrides

The production tfvars overrides. Its point is a semantic that surprises people: a complex-typed variable is replaced whole, not deep-merged, so the staging app-b subnet does not survive the override.

File
TFVARS · Terraform
Preview of Terraform Required Providers and Backend
tf
665 B
Actual file preview for Terraform Required Providers and Backend

Terraform Required Providers and Backend

The terraform settings block: a version constraint range, two pinned providers, a local backend, default tags, and a second aliased provider configuration. The fictional examplecloud provider means nothing resolves to a real service.

File
TF · Terraform
Preview of Terraform Resources with count and for_each
tf
1.1 KB
Actual file preview for Terraform Resources with count and for_each

Terraform Resources with count and for_each

The resource graph: a network, a for_each subnet set, a counted instance resource, a data source, and a bucket on an aliased provider. Both repetition meta-arguments appear, plus lifecycle and an explicit depends_on edge.

File
TF · Terraform
Preview of Terraform Variables with Validation Blocks
tf
1.4 KB
Actual file preview for Terraform Variables with Validation Blocks

Terraform Variables with Validation Blocks

Seven Terraform variables covering string, number, map and a map(object) with an optional attribute and a default, plus two validation blocks with error messages. The sensitive variable's default is explicitly a SAMPLE note, not a credential.

File
TF · Terraform
Preview of Test Case Matrix: Twelve Documented Cases (CSV)
csv
1.6 KB
Actual file preview for Test Case Matrix: Twelve Documented Cases (CSV)

Test Case Matrix: Twelve Documented Cases (CSV)

Twelve test cases with level, priority, the requirement each covers, preconditions, steps and expected result: the table a test-management import expects. Eleven of the twelve are automated, and the requirement column joins this file to the traceability matrix next to it.

File
CSV · Plans · 12 rows
Use case
CSV parsingData import+1· Conversion set
Preview of Test Plan: Release Plan for a SAMPLE Service (Markdown)
md
1.9 KB
Actual file preview for Test Plan: Release Plan for a SAMPLE Service (Markdown)

Test Plan: Release Plan for a SAMPLE Service (Markdown)

A complete release test plan for the fictional Novus Checkout Service: scope, test levels, entry and exit criteria, a risk table and deliverables. Useful as a Markdown-rendering fixture with three tables and nested lists, and as a realistic input for documentation tooling that has to extract structure from prose.

File
MD · Plans
Use case
Editor testingConversion testing+1· Conversion set
Preview of TestNG: testng-results.xml
xml
4.5 KB
Actual file preview for TestNG: testng-results.xml

TestNG: testng-results.xml

TestNG's own result document, with suite/test/class/test-method nesting, signature attributes and full stack traces in CDATA. TestNG has no error status, so the errored case is reported as FAIL and the header attributes read failed=2. Reports the same canonical run as the JUnit dialect files: 12 tests, 9 passed, 1 assertion failure, 1 error and 1 skip.

File
XML · Runners · UTF-8
Use case
Conversion testingLog parsing+1· Conversion set
Preview of Text Embeddings: 16-dim (JSON)
json
13.5 KB
Actual file preview for Text Embeddings: 16-dim (JSON)

Text Embeddings: 16-dim (JSON)

A set of 24 L2-normalised 16-dimensional text embeddings as JSON: each record pairs an id and its source text with a float vector. A fixture for testing vector stores, similarity search, and embedding loaders. Parquet and .npy twins included.

File
JSON · Embeddings · 24 records
Use case
ML training dataEmbeddings+2· Conversion set
Preview of Text Embeddings: 16-dim (Parquet)
parquet
9.3 KB
Actual file preview for Text Embeddings: 16-dim (Parquet)

Text Embeddings: 16-dim (Parquet)

The same 16-dimensional embeddings as Apache Parquet: id and text columns plus one column per dimension. The columnar twin, for testing analytics engines and Parquet-based vector pipelines.

File
PARQUET · Embeddings · 24 rows
Use case
ML training dataEmbeddings+2· Conversion set
Preview of Text Embeddings: 24×16 matrix (NumPy .npy)
npy
1.6 KB
Actual file preview for Text Embeddings: 24×16 matrix (NumPy .npy)

Text Embeddings: 24×16 matrix (NumPy .npy)

The embeddings as a raw NumPy array: a 24×16 float32 matrix in .npy format, loadable with numpy.load. The binary twin of the JSON and Parquet files, for testing tensor and matrix loaders.

File
NPY · Embeddings
Use case
ML training dataEmbeddings+1· Conversion set