Skip to content

vipm-io/vi-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Image

Do you have VI Tester or LabVIEW unit testing questions, ideas, or challenges you'd like discuss? Join the conversation happening in the VI Tester Community Discussion Forums.

2017-04-29_10-50-13

VI Tester is a software test framework for LabVIEW by JKI that allows software developers to test their LabVIEW code (VIs). Software testing is a critical component of agile development and test driven development processes and is also critical for validating software functionality. VI Tester is based on the industry standard xUnit software test architecture that is used in many other programming languages. This architecture is very flexible and powerful, but also very easy for beginners to learn.

Installation

You can download and install VI Tester with VI Package Manager.

Download VI Tester

Usage

Important: VI Tester is not a tool for testing hardware -- use NI TestStand for that.

The VI Tester framework is composed of three parts:

  • Unit Tests that you write to test your software application -- a unit test is just a VI that you write to test another VI
  • Graphical User Interface for running tests -- a.k.a the "Graphical Test Runner"
  • Object-oriented Test Framework -- the core architecture of the test framework

Graphical User Interface

vi tester

Getting Started

See the VI Tester Getting Started Guide

Documentation

See the VI Tester Wiki for documentation.

System Requirements

VI Tester requires the following software:

VI Tester is an open source project initially created by JKI and now maintained by the VIPM Community. To submit bugs, feature requests, or contributions, please submit an issue to the project tracker.

Do you have VI Tester or LabVIEW unit testing questions, ideas, or challenges you'd like discuss? Join the conversation happening in the VI Tester Community Discussion Forums.