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

Show the canonical directory
Preview of API Response — Users Page 1 (JSON)
json
451 B
Actual file preview for API Response — Users Page 1 (JSON)

API Response — Users Page 1 (JSON)

Page 1 of a paginated JSON API response (users), with page metadata and a `hasMore` flag. Paired with page 2 for testing pagination and infinite-scroll logic.

File
JSON · Api
Use case
API testingConversion testing· Conversion set
Preview of API Response — Users Page 2 (JSON)
json
346 B
Actual file preview for API Response — Users Page 2 (JSON)

API Response — Users Page 2 (JSON)

Page 2 (the final page) of a paginated JSON API response. Paired with page 1 for testing pagination, `hasMore` handling, and list merging.

File
JSON · Api
Use case
API testingConversion testing· Conversion set
Preview of Api Total Count Mismatch
json
143 B
Actual file preview for Api Total Count Mismatch

Api Total Count Mismatch

Paginated response where total count disagrees with items length — tests inconsistency detection.

File
JSON · Api
Preview of APNG — Animated Spinner
apng
6.8 KB
Actual file preview for APNG — Animated Spinner

APNG — Animated Spinner

A 12-frame animated PNG (APNG) of a rotating arc — a lossless, alpha-capable alternative to animated GIF. Useful for testing APNG support, frame extraction, and GIF↔APNG conversion.

File
APNG · Raster Formats · 128 × 128 px
Preview of Apple — Ground-Truth Alpha Mask (512px)
png
2 KB
Actual file preview for Apple — Ground-Truth Alpha Mask (512px)

Apple — Ground-Truth Alpha Mask (512px)

The binary ground-truth alpha mask (white = subject, black = background) for the cluttered-background apple — compute IoU or boundary F-score of a predicted mask against this file.

File
PNG · Background Removal · 512 × 512 px
Use case
Background removalImage segmentation· Conversion set
Preview of Apple — Ground-Truth Cut-out (512px)
png
23.4 KB
Actual file preview for Apple — Ground-Truth Cut-out (512px)

Apple — Ground-Truth Cut-out (512px)

The ground-truth transparent cut-out of the apple used in the cluttered-background hard case — the ideal output of a perfect background remover.

File
PNG · Background Removal · 512 × 512 px
Use case
Background removalImage segmentation· Conversion set
Preview of Apple .strings — English
strings
427 B
Actual file preview for Apple .strings — English

Apple .strings — English

An Apple Localizable.strings file (English) — quoted key = value pairs with comments and %@ placeholders, as iOS/macOS apps use per-locale in .lproj folders.

File
STRINGS · Apple · en
Use case
Localization catalogsInternationalization+1· Conversion set
Preview of Apple .strings — positional arguments that reorder (German)
strings
1.1 KB
Actual file preview for Apple .strings — positional arguments that reorder (German)

Apple .strings — positional arguments that reorder (German)

A German .strings file whose replace_confirm value puts %2$@ before %1$@, because German inverts the pair English uses. Also covers %% as a literal percent, an escaped double quote, a doubled-backslash UNC path and an escaped newline inside a value.

File
STRINGS · Apple · UTF-8
Preview of Apple .strings — UTF-16 LE with BOM (Japanese)
strings
1.5 KB
Actual file preview for Apple .strings — UTF-16 LE with BOM (Japanese)

Apple .strings — UTF-16 LE with BOM (Japanese)

The encoding fixture the .strings format needs: a Japanese catalog written as UTF-16 Little Endian with a byte-order mark, which is what Xcode has historically produced and what a UTF-8-only reader turns into mojibake or a decode error. Also carries full-width punctuation and an ideographic space for width and line-breaking tests.

File
STRINGS · Apple · UTF-16 LE
Use case
InternationalizationEncoding detection+1· Conversion set