<img src="https://secure.leadforensics.com/799478.png" style="display:none;">
Skip to content

Trying to "Catch Them All" Using Unit Testing

<span id="hs_cos_wrapper_name" class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_text" style="" data-hs-cos-general-type="meta_field" data-hs-cos-type="text" >Trying to "Catch Them All" Using Unit Testing</span>

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.