Warning: Undefined variable $post in /home/sunarc1/public_html/dev/wp-content/themes/interface/functions.php on line 278
class="archive category category-unit-testing category-53 wp-theme-interface mega-menu-primary ">

Warning: Undefined variable $post in /home/sunarc1/public_html/dev/wp-content/themes/interface/functions.php on line 286

This blog post is aimed at developers with at least a small amount of unit testing experience. If you’ve never written a unit test, please learn the basics of unit testing and then continue with this blog. The key to Unit Testing is that each piece of code needs to…