Unit Testing Frameworks in SAS: FUTS vs. SASUnit
sas, unit-testing
Solution
Neither are widely used in my experience. I constantly run into situations where analysts and programmers write their own testing work arounds.
Problem
Does anyone have experience using a third-party unit testing framework for SAS such as FUTS (http://thotwave.com/resources/futs-framework-unit-testing-sas/) or SASUnit (http://www.redscope.org/sasunit/en)? I'd really like to compare and contrast these options with each other and with any other known alternatives (I currently use my own home-brewed unit test %assert macros, but I'd like to switch to something more robust). Possible areas to consider include: - What size of user base do these frameworks have? - Are they well supported by the developer? - Are there known bugs? - Are there usability issues? Most of what I find in internet searches on these products are generally product release announcements by the developers themselves (there are also white papers written by the developers on both of these frameworks). However, I don't see much evidence of a user community actively using these products, which makes me nervous to start using them myself.