FunTest Documentation
  • What is FunTest?
  • Product Tour
    • Navigation
    • Create your first project
    • Connecting Test Equipment
    • Creating Test Sequence
    • Executing Test Sequence
    • Test Reporting
  • Creating Test Sequence
    • Test File Overview
      • TEST Sequence Tab
    • FunTest Commands
      • Operator Interface
      • Sequence Flow
      • Digital I/O
      • Test Result Export
      • Printing
      • Other Commands
    • Calling Device Plugin
    • Test Point Control
    • Using Spreadsheet Formulas
    • Variables
    • Interrupt Events
    • Online Debugging
  • FunTEST Plugins
    • Plugin Overview
  • Test Station
    • Test Station Setting
  • Other
    • Run FunTEST Externally
  • How To's
    • How To's
Powered by GitBook
On this page
  • Login at startup
  • Startup project
  • Startup Test File
  • Example

Was this helpful?

  1. Other

Run FunTEST Externally

It is possible to run funTEST with command-line arguments to automatically i.e. login or start a project immediately after startup.

Login at startup

funTEST.exe --startup-login <username>:<password>

Login to funTEST via command-line argument. Do not show the login dialog while funTEST is starting.

Startup project

funTEST.exe --startup-project <project-name>

Auto-select the project when funTEST starts. When no start-up test file is selected, the test-file selection dialog of the specified project will appear.

Startup Test File

funTEST.exe --startup-testfile <testfile-name>

Auto-select the test file when funTEST starts. Startup project is required to select the test file.

Example

funTEST.exe --startup-login "fpc:secret" --startup-project "demo" --startup-testfile "test"
  • Auto-login using "fpc" user with "secret" password.

  • Set "test" test-file from project "demo" like a startup project.

PreviousTest Station SettingNextHow To's

Last updated 1 year ago

Was this helpful?