Looking at the ScriptForge unit testing documentation, it would be useful to have some sort of framework for testing the code I’m writing. But the SF framework is for functions that get input via parameters and output some value. Most of my code is subs that read data from a form or a query and the output is a change in the state of a control.
Has anyone set up a framework for testing form/control macros, and how did you do it?