12-12-2006 01:22 PM
12-13-2006 01:38 PM
Hi mrbean,
VeriTool is just a set of VI's that can be used for Unit Validation
Testing. It was never an officially supported tool. One option you
have for this code is to modify it to be compatible with LabVIEW 8.20. You may be able to update VeriTool by replacing the error
handling VI's.
The other thing you can look at for validating LabVIEW VI's
is this webcast: How
to Perform Validation on a LabVIEW Application.
Best of luck on your application, and have a great day!!
12-14-2006 05:41 AM
12-15-2006 03:44 PM
Hi mrbean,
The source code used to be available here:
http://zone.ni.com/devzone/cda/tut/p/id/3586, but I cannot find it. I am
currently working on trying to see what happened to the attachment. Like
I said before, one of your other options may be to take a look at this webcast: How to Perform Validation on a LabVIEW Application.
This webcast discusses many different options for performing validation on
LabVIEW Applications.
I will let you know what I find about VeriTool.
12-15-2006 04:04 PM
12-15-2006 04:30 PM
12-18-2006 01:15 PM
Hi mrbean,
Here is the link to find the veritool.llb
(http://zone.ni.com/devzone/cda/epd/p/id/3589).
Dennis seems to think that this tool is quite difficult to use, and with the
amount that he posts on the discussion forums/uses LabVIEW, I would tend to
trust what he says. If you would like to try a different method of VI
validation, you can use the VI Analyzer like he suggested, or the methods
suggested by LabVIEW Product Manager in the webcast that was posted
before.
Please let me know if you have any further questions.
12-18-2006 01:16 PM
01-10-2007 05:53 PM
02-02-2009 10:14 AM
JKI has just released VI Tester, which is a pure LabVIEW implementation of the xUnit software testing architecture. In VI Tester, unit tests are VIs that perform tests on other VIs. Below, is a screenshot of the user interface running some tests.