Industrial Automation & Control Solutions Blog | Vertech

Trying to "Catch Them All" Using Unit Testing

Written by Calvin Hamus | Thu May 9

Unit testing has long been the standard practice in the world of software development and it’s easy to see why.  Unit testing is the practice where individual ‘Units’ of code are tested to make sure they act as suspected.  With the ever-evolving world of software and constant updates being made to most software products it is more important than ever to be able to test specific ‘Units’ of the code to make sure that recent updates did not have adverse effects on other portions of the code.

In this video Calvin Hamus goes over how to use the built in Unit Testing libraries of WinCC OA  with Shawn Sandoval of Kaasm to help you catch the bugs before they occur.