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
  • TEST tab has the following columns

Was this helpful?

  1. Creating Test Sequence
  2. Test File Overview

TEST Sequence Tab

This section will describe the TEST tab within a test file where a test sequence steps are defined

PreviousTest File OverviewNextFunTest Commands

Last updated 1 year ago

Was this helpful?

TEST tab has the following columns

Column Name
Description

Label

Identifier associated with the step. This label can be called by the command #call or #goto

Exec

Indicates if the test step will get executed or not. 1 means it will get executed and 0 means it will not.

BP

Use to set breakpoints for debugging or pausing execution. 1 means breakpoint is enabled.

Progress

This is used to display progress of certain test sequences on the user interface

Step Name

Specifies the name or description of the step.

Comment

Provides additional comments associated with a step.

Judge

Pertains to judging or evaluating the step's result. 1 means fail and 0 means pass This cell includes spreadsheet formula so the value will display if some conditions are met such as result is within limits or results is equal to something.

Target Value

Expected result of a step

Unit

Unit of measurement for a step

Lo Limit

Low limit of a step

Hi Limit

High limit of a step

Result

Result of a step. Often formatted value of Return Value cell

Show Result

Displays or shows the result of the step in the operator interface. 0 not displayed. 1 it will be displayed.

Return Status

Display if a step was successfully executed

Return Value

The specific value returned by the step.

Delay

For adding a time delay to a step in ms

IO

Control or read digital I/O

MX

Setting test points for measurements

Command/Device

Specifying funTEST command or device plugin to be executed

Parameter

Any parameters associated with command/device

Example of Test Sequence