Hello Tom! Thank you for delivering great content as always! I watched your videos on Code Analysis and also the whole course on NIs website. I was wondering, can you recommend some resources on testing QMH based applications and also ones that rely a lot on hardware? Thank you and keep up with the good work!
Hi Martin, for new projects, have you considered using DQMH instead of QMH? DQMH comes with a tester :) There are a couple of blog articles from James McNally and Sam Taggert about this, I'll see if I can find them for you
Here's some from James: devs.wiresmithtech.com/blog/tag/unit-testing/ And here's a video from Sam Taggert about TDD: th-cam.com/video/jF0dkjwoCqE/w-d-xo.html
Thank you for a nice video. I know about VI Analyzer before, but running it automatically is a good idea. Quick question: do you know how to natively integrate Git version control into LabVEIW? I'm using a Source Tree, but issue is the same as with VIAN: I need to remember to use it every so often.
Hi Dmytro, There's a tool called TSVN that you could download to integrate SCM with LabVIEW. However, I really like TortoiseGit, I just do all of my SCM from Windows Explorer and not LabVIEW. For this TH-cam channel I use SourceTree
What was that paralellism for loop symbol
Hello Tom! Thank you for delivering great content as always! I watched your videos on Code Analysis and also the whole course on NIs website. I was wondering, can you recommend some resources on testing QMH based applications and also ones that rely a lot on hardware? Thank you and keep up with the good work!
Hi Martin, for new projects, have you considered using DQMH instead of QMH? DQMH comes with a tester :)
There are a couple of blog articles from James McNally and Sam Taggert about this, I'll see if I can find them for you
Here's some from James: devs.wiresmithtech.com/blog/tag/unit-testing/
And here's a video from Sam Taggert about TDD: th-cam.com/video/jF0dkjwoCqE/w-d-xo.html
Thanks a lot, Tom :)
Thank you for a nice video. I know about VI Analyzer before, but running it automatically is a good idea. Quick question: do you know how to natively integrate Git version control into LabVEIW? I'm using a Source Tree, but issue is the same as with VIAN: I need to remember to use it every so often.
Hi Dmytro,
There's a tool called TSVN that you could download to integrate SCM with LabVIEW. However, I really like TortoiseGit, I just do all of my SCM from Windows Explorer and not LabVIEW. For this TH-cam channel I use SourceTree
Hi Tom, thank you. I remember that I've tried TSVN with LabVIEW ca. 2 years ago, but I do not remember why I abandoned it and switched to Git. :)