Unit Testing as a Safety Net
Most of us wouldn’t even think of doing something crazy like climbing El Capitan without a rope or working high up on a cell tower without some sort of safety gear or safety net. Yet we don’t do unit testing.
Most of us wouldn’t even think of doing something crazy like climbing El Capitan without a rope or working high up on a cell tower without some sort of safety gear or safety net. Yet we don’t do unit testing.
Ever struggled with passing Command Line arguments in LabVIEW? Ever want optional arguments or to pass multiple values for an argument? Check out my solution.
How do I make sure my code works? If you have ever asked that question then this presentation is for you. Find out how unit testing can help you verify that your code works and help you track down bugs …