Tests are an ESSENTIAL part of any non-trivial SAS project.
In this video we explore the SASjs approach to writing, compiling, deploying and executing tests. Tests can be written for SAS Jobs, Services and Macros. Each Job/Service/Macro may have one or more tests associated (using name.test.sas or name.test.[integer].sas notation).
Test coverage is shown during the _compilation_ of the SAS project. Test results are shown after deploying and executing the tests.
SASjs Test works on Viya, SAS 9, and Foundation SAS. Self-contained tests are deployed as content to the SAS Logical folder (SAS Drive, SAS Metadata, or SASjs Drive). For more info on SASjs test, see documentation: https://cli.sasjs.io/test
... View more