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

Show the canonical directory
Preview of HAR: Cache State Before and After
har
4.7 KB
Actual file preview for HAR: Cache State Before and After

HAR: Cache State Before and After

A conditional request answered 304 with full beforeRequest and afterRequest cache state, next to a first-time fetch whose beforeRequest is null. The null is the documented way to say "not in the cache", and readers that treat it as a missing object rather than an explicit absence lose the distinction.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Compressed Response and Transfer Size
har
2.8 KB
Actual file preview for HAR: Compressed Response and Transfer Size

HAR: Compressed Response and Transfer Size

A gzip-compressed JSON response where content.size is the uncompressed length, bodySize is the bytes on the wire, and content.compression is the saving between them. It also carries the non-standard _transferSize field browsers add, which readers must tolerate rather than reject.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Cookie Set, Sent and Cleared
har
7.6 KB
Actual file preview for HAR: Cookie Set, Sent and Cleared

HAR: Cookie Set, Sent and Cleared

A full session-cookie lifecycle: set at login, echoed on the next request, then expired at logout with Max-Age=0. Both the header and the parsed cookies array are present, and every value (including the form password field) is an obvious SAMPLE placeholder rather than a credential.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: HTTP Error Responses (401 to 500)
har
9.6 KB
Actual file preview for HAR: HTTP Error Responses (401 to 500)

HAR: HTTP Error Responses (401 to 500)

Five failing requests covering authentication, authorisation, a missing resource, rate limiting with a Retry-After header, and a server error that returns HTML instead of the JSON the client asked for. The last one is the case that breaks clients which parse by status code rather than by content type.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: HTTP/2 Request with Connection Detail
har
2.7 KB
Actual file preview for HAR: HTTP/2 Request with Connection Detail

HAR: HTTP/2 Request with Connection Detail

An HTTP/2 entry with lowercase pseudo-headers, an httpVersion of "h2" rather than "HTTP/2.0", an ssl phase inside connect, and three underscore-prefixed custom fields. Version strings are not standardised across writers, so anything matching on "HTTP/1.1" misses this entry entirely.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: JSON API Session (GET, POST, PUT, DELETE)
har
8.2 KB
Actual file preview for HAR: JSON API Session (GET, POST, PUT, DELETE)

HAR: JSON API Session (GET, POST, PUT, DELETE)

A four-call REST session against a fictional API host, with JSON request bodies in postData, an Authorization header carrying an obvious SAMPLE placeholder token, and a 204 response that has no body at all. The right shape for testing a HAR-to-mock-server or HAR-to-code converter.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Multipart File Upload
har
3.3 KB
Actual file preview for HAR: Multipart File Upload

HAR: Multipart File Upload

A two-part multipart/form-data upload: a text file part with a fileName and a plain field part. The body uses CRLF between MIME parts because RFC 7578 requires it, even though the surrounding HAR document is LF-terminated: a distinction that matters when a replay tool rewrites the body.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Page-Load Waterfall (5 Requests)
har
8.8 KB
Actual file preview for HAR: Page-Load Waterfall (5 Requests)

HAR: Page-Load Waterfall (5 Requests)

A five-request page load (document, stylesheet, script, image and favicon) across two fictional hosts, with full per-phase timings and an onLoad page timing. Every entry's time equals the sum of its non-negative timing phases, so a waterfall renderer can be checked arithmetically rather than by eye.

File
HAR · Har · 1 page
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Query String and Header Edge Cases
har
3 KB
Actual file preview for HAR: Query String and Header Edge Cases

HAR: Query String and Header Edge Cases

One request whose query string encodes a space as %20 in one parameter and as + in another, includes a parameter with an empty value, and carries an Accept-Language header with quality values. The parsed queryString array is the answer key for whatever a URL parser produces from the raw URL.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Redirect Chain (301, 302, 200)
har
5.6 KB
Actual file preview for HAR: Redirect Chain (301, 302, 200)

HAR: Redirect Chain (301, 302, 200)

An http URL that redirects to https and then to a query-carrying cart page, with redirectURL populated on both hops. Tools that count entries as page views report three here when the user saw one page.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Server-Bound Waterfall (Wait Dominates)
har
7.4 KB
Actual file preview for HAR: Server-Bound Waterfall (Wait Dominates)

HAR: Server-Bound Waterfall (Wait Dominates)

Four API calls in which the wait phase (time to first byte) accounts for almost all of the elapsed time, the signature of a server-bound rather than network-bound page. Use it to check that a performance report attributes the cost to the server instead of blaming connection setup.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: Two Pages with Page Timings
har
5.5 KB
Actual file preview for HAR: Two Pages with Page Timings

HAR: Two Pages with Page Timings

Two navigations in one capture, with entries bound to their page through pageref. The second page's onLoad is -1, the HAR convention for a timing that never happened, which naive code averages in as zero and reports as an impossibly fast load.

File
HAR · Har · 2 pages
Use case
API testingPerformance testing+1· Conversion set
Preview of HAR: URL-Encoded Form POST
har
3.3 KB
Actual file preview for HAR: URL-Encoded Form POST

HAR: URL-Encoded Form POST

One form submission whose postData carries both the parsed params array and the raw urlencoded text, and the two must agree. The notes field contains a comma and an ampersand, so a decoder that splits before unescaping produces seven fields instead of five.

File
HAR · Har · UTF-8
Use case
API testingPerformance testing+1· Conversion set
Preview of Harbour House Stay: Blank input table templates
zip
1.4 KB
Actual file preview for Harbour House Stay: Blank input table templates

Harbour House Stay: Blank input table templates

Blank input table templates for Harbour House Stay. 7 header-only CSV templates and one setup guide. No filled sample records or executable content.

File
ZIP · Business Kits
Use case
Data import
Preview of Harbour House Stay: Editable operating workbook
xlsx
19.3 KB
Actual file preview for Harbour House Stay: Editable operating workbook

Harbour House Stay: Editable operating workbook

Editable operating workbook for Harbour House Stay. Native sheets preserve 53 source records, 3 calculated headline metrics and one editable chart. Occupied room nights=48.00 nights; Room revenue=6,840.00 USD; Ancillary revenue=672.00 USD.

File
XLSX · Business Kits
Use case
Data import
Preview of Harbour House Stay: Generic primary records CSV
csv
173 B
Actual file preview for Harbour House Stay: Generic primary records CSV

Harbour House Stay: Generic primary records CSV

Generic primary records CSV for Harbour House Stay. 6 generic records with stable primary keys. Map the documented fields before importing into another platform.

File
CSV · Business Kits · 6 rows
Use case
Data import
Preview of Harbour House Stay: Linked operating model
json
13.9 KB
Actual file preview for Harbour House Stay: Linked operating model

Harbour House Stay: Linked operating model

Linked operating model for Harbour House Stay. 53 records across 7 linked tables; no duplicate primary keys or missing references. Occupied room nights=48.00 nights; Room revenue=6,840.00 USD; Ancillary revenue=672.00 USD.

File
JSON · Business Kits · 53 records
Use case
Data import
Preview of Harbour House Stay: Numeric expected results
json
2.1 KB
Actual file preview for Harbour House Stay: Numeric expected results

Harbour House Stay: Numeric expected results

Numeric expected results for Harbour House Stay. Exact table counts, metric formulas, 6 chart points and three negative-test outcomes. Occupied room nights=48.00 nights; Room revenue=6,840.00 USD; Ancillary revenue=672.00 USD.

File
JSON · Business Kits
Use case
Data import
Preview of Harbour House Stay: Operating chart PNG
png
40.7 KB
Actual file preview for Harbour House Stay: Operating chart PNG

Harbour House Stay: Operating chart PNG

Operating chart PNG for Harbour House Stay. A 1440 by 900 RGB chart with 6 labeled source-derived observations in USD.

File
PNG · Business Kits · 1440 × 900 px
Use case
Data import
Preview of Harbour House Stay: Operating model JSON Schema
json
16.6 KB
Actual file preview for Harbour House Stay: Operating model JSON Schema

Harbour House Stay: Operating model JSON Schema

Operating model JSON Schema for Harbour House Stay. 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 Harbour House Stay: Operating report PDF
pdf
52.7 KB
Actual file preview for Harbour House Stay: Operating report PDF

Harbour House Stay: Operating report PDF

Operating report PDF for Harbour House Stay. Three readable pages summarize the same model, chart, source tables and usage instructions. Occupied room nights=48.00 nights; Room revenue=6,840.00 USD; Ancillary revenue=672.00 USD.

File
PDF · Business Kits · 3 pages
Use case
Data import
Preview of Harbour House Stay: Workflow and import guide
md
1.5 KB
Actual file preview for Harbour House Stay: Workflow and import guide

Harbour House Stay: Workflow and import guide

Workflow and import guide for Harbour House Stay. Documents 7 source tables, exact expected totals and supported versus manual workflows.

File
MD · Business Kits
Use case
Data import
Preview of Harbour Kitchen Group: Blank input table templates
zip
3.1 KB
Actual file preview for Harbour Kitchen Group: Blank input table templates

Harbour Kitchen Group: Blank input table templates

Blank input table templates for Harbour Kitchen Group. 18 header-only CSV templates and one setup guide. No filled sample records or executable content.

File
ZIP · Business Kits
Use case
Data import