ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

automatend code testing

I have a project made up of lots of VI's.

 

When I change one VI, sometimes it impacts others.

 

I have a library of test input data that I know the proper disposition of it.  It is "this directory of inputs is a true positive of type xyz" and "that is true negative". 

 

I want to test each sub-vi one at a time, not all at once, and determine if its output meets the target.

 

Is there some automated way to arrange this that is not "homebrew"?

 

0 Kudos
Message 1 of 3
(4,538 Views)
There is the unit test toolkit. It sounds like that might be what you need. As a side note, remember that one of the goals of good software design is implement a modularization that limits the interactions between different parts of your code.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(4,507 Views)

Either the LabVIEW Unit Test Framework, or the JKI VI Tester would probably be suitable for this.


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 3 of 3
(4,495 Views)