Did you know that there are add-ons for VI Tester, JKI's Unit Test Framework for LabVIEW?
JKI has just released an add-on for VI Tester called JUnit XML Test Results that that facilitates integration with the Jenkins continuous integration software (e.g. if you want to automatically run...
Lately, software testing has been on my mind. I've been trying to dial in the sweet spot where automated testing is directly profitable by decreasing net development time, and indirectly profitable...
First, I'd like to thank everyone who attended my presentation at NIWeek 2011. I know that the room was a schlep for everyone since it was not in the typical presentation area, so I was really...
JKI’s VI Tester is a LabVIEW unit testing framework that helps developers write and execute automated tests to guarantee their software components work as designed. Although this usually means...
I'm very excited to announce that VI Tester 1.1.2 has been released on the VI Package Network. As lead developer of VI Tester, I'm happy to tell you that this release fixes all of the known...
We've just released VI Tester 1.1.1 on the VI Package Network. This release contains a fix for a minor bug that caused the VI Tester toolbar to not show up in the LabVIEW 2009 Project Explorer window.
Have you ever set a reentrant VI to non-reentrant in order to facilitate debugging, only to forget to set the VI back to reentrant when you're done? This mistake can be very tough to debug, as the...