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
  • FunTEST File Structure
  • Creating Project
  • Creating Test Station
  • Creating Test File

Was this helpful?

  1. Product Tour

Create your first project

This page describes how to create project in FunTEST

PreviousNavigationNextConnecting Test Equipment

Last updated 1 year ago

Was this helpful?

FunTEST File Structure

FunTEST uses 3 types of files for test management

  1. Projects

    • Projects purpose is to organize individual Test Files (Sequences) and assign Test Stations to Test files

  2. Test Stations

    • Test Stations define the hardware interface i.e. plugins for equipment control and test points and I/O mapping

  3. Test Files

    • Test Files is where the developed sequence is stored in a spreadsheet format

To access the file structure in FunTEST go to Administrator > Project and test stations. Here you can see the list of projects (right) and test stations (left)

Creating Project

  1. Click on New

  2. Type Name of Project

  3. Assign picture (optional)

  4. Assign Test Station

Creating Test Station

  1. Click on New and enter Test Station Name

  2. Select which plugins will be re-initialize before each execution

  3. In Devices tab select which devices will be used in the test station.

  4. By double-clicking on the device write the alias and any commands you want to automatically send when the test file opens What is an alias? Alias is the name you use to refer to this device from your test sequence. Choose a name that describes what the connected devices is such as DMM, DUT, PSU, etc....

  5. Finally in the IO and MX mapping you can assign aliases to specific digital inputs/outputs and test points. Same as in previous steps the Pin alias is to be used in a test sequnce to reference a specific I/O or a test point.

What is an alias? Alias is the name you use to refer to a device, digital I/O, or a test point from your test sequence. Choose a name that describes what the connected device is such as DMM, DUT, PSU, etc.... This makes your test sequence readable and user friendly

Creating Test File

To create a project:

  1. Select a Project and click on Test Files Tab

  2. Click on Add -> New/Existing File

  3. Enter Test File name

  4. Click Ok

The last step before you can go ahead and start creating a test sequence is to connect your test hardware. This is done using FunTEST Plugin Architecture.

List of projects (right) and test stations (left)
List of projects screen
List of Test Station Screen
List of devices for a selected Test Station
Detailed Setting of a device
IO mapping screen
Test File window under a selected project