See us at CLA Summit 2019

See us at CLA Summit 2019
Register Today!

We just received word that our submission at NI Week was accepted.

Unit Testing at Mock Speed

We will be talking about using some new tools me have developed for creating Mock Objects in LabVIEW for Unit Testing. A mock object is a kind of test double. Just like a stunt double stands in for an actor in a movie, a test double stands in for an object when running unit tests. A Mock Object is a type of Test Double that records the methods that are called on the object and the parameters that are passed in, and provides some way to verify that the calls are correct. Building Mock Objects can be tedious, so we built some tools to help.

Learn more about Mock Objects and Unit Testing in general by reading xUnit Test Patterns or by checking out some of our other blog posts on Unit Testing.