07-25-2016 07:08 PM - edited 07-25-2016 07:08 PM
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"?
07-26-2016 02:16 AM - edited 07-26-2016 02:17 AM
07-26-2016 04:01 AM
Either the LabVIEW Unit Test Framework, or the JKI VI Tester would probably be suitable for this.