Beware of FileGlobals
With any program you develop it is always considered best practice to limit the scope of your variables. In TestStand, I often come across sequences that violate this principle. Specifically, it is very common for developers to use FileGlobals where they should be using Local variables. In this blog post, I am going to demonstrate Continue Reading...