Index  /  Run  /  NK-03In development

Test Sequencer

YAML test sequences → execution → pass/fail judgment → audit-ready HTML reports.

REFNK-03
VERBRUN
STATEIN DEVELOPMENT
VERIFIEDSUITE PASS · 2026-08-29
In developmentSpecification
//00 NEEDS

What brings you here.

The situations this instrument was built for — and what it does about each one.

Need 01

Bench testing lives in a spreadsheet and a pair of hands — which does not survive the person leaving.

Answer

A sequence is a YAML file you keep in version control; running it produces a report you can put in a report pack.

Need 02

The commercial test executives cost more than the project.

Answer

One self-contained executable covering serial, Modbus and UDP actions with deterministic pass/fail judgment.

Need 03

A skipped step quietly reported as a pass is how bad units ship.

Answer

A skipped step is not a pass: if a step never ran, the run failed.

Test Sequencer screenshot
NK-03Test Sequencer
RUNIN DEVELOPMENT
SCANLOCKED
//00 WHAT IT DOES
01

Serial / UDP / Modbus actions

02

Pure-function judgments: limits, tolerance, regex

03

Deterministic logs and reports

//00 IN PRACTICE

What you'll see.

Describe a sequence of steps in a text file — talk to a serial instrument, read a Modbus register, send a UDP frame, ask the operator — and each step is judged against a rule you state. A sequence is a file you keep in version control, and running it produces a document you can put in a report pack.

01

The sequencer after a passing run

Steps light up as they execute, with the measurement, the rule it was judged against, and the verdict. Judgement is a pure function of (rule, measurement) — two runs over the same readings cannot disagree.

The sequencer after a passing run
NK-03 · 01 / 03
02

A failing run: abort, skip, teardown still running

A skipped step is not a pass. If a step never ran, the run failed — reporting an unknown as a pass is the exact failure this kind of tool exists to prevent.

A failing run: abort, skip, teardown still running
NK-03 · 02 / 03
03

A report you can hand to someone

Save report writes a self-contained HTML report and a CSV side by side, produced deterministically: the same measurements always produce the same verdicts.

A report you can hand to someone
NK-03 · 03 / 03
//00 DATASHEET

NK-03 datasheet

NOKTRA index
Build
PlatformWindows 10/11 x64
DeploySingle-file exe
ReportHTML + CSV
Reference
REFNK-03
VERBRUN
STATEIN DEVELOPMENT

One file.
Copy it and run.

No installer, no package manager, no service account. Move the executable onto the air-gapped machine and open your work.

STATEIN DEVELOPMENT
In development
//00 FAQ

Quick answers

Does Test Sequencer work offline?

Yes. Like every NOKTRA instrument it is offline-first: no cloud services, no telemetry, and any AI runs locally on your own machine. It is built for air-gapped networks.

What platform does Test Sequencer run on?

Windows 10/11 x64. It ships as a single executable — no runtime install.

Is Test Sequencer available for download now?

Not yet — it is in development. It is listed with no promised date, until a build exists you can run.