Skip to main content

Windows Service Installation

The TestBench Defect Service can be deployed as a Windows service for automatic startup and process management.

For the full installation guide covering NSSM, FireDaemon, YAJSW, and Windows Task Scheduler, see the Windows Service Installation Guide.

Use these values when following the central guide:

PlaceholderValue
<serviceName>TestBenchDefectService
<serviceDisplayName>TestBench Defect Service
<serviceExecutable>testbench-defect-service.exe
<servicePort>8030
<serviceInstallDir>Your installation directory, e.g. C:\TestBenchDefectService
Executable path
  • Ready-to-use executable: C:\TestBenchDefectService\testbench-defect-service.exe
  • Python venv: C:\TestBenchDefectService\.venv\Scripts\testbench-defect-service.exe

See Installation for details.