[Originally posted on 2018-08] VI Tester from JKI – is great tool for unit testing in LabVIEW. I’ve already described it in my blog post http://kosist.org/2017/06/jki-vi-tester-useful-tool-for-labview-developer/. This time, I’d like to tell couple words about how to modify default VI Tester Test Case template class, so each time when you […]
unit testing
2 posts
Intro: if you’d prefer to read this post in Ukrainian or Russian, you can check it by this or this links. Unit testing – is a very important part of development for any kind of software. By itself, unit testing – is a testing of separate code modules. One can do it […]