HMS-Analytical-Software / SASUnit

SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Integrate data flow information (PROC SCAPROC) into test report #13

Open SamuelMelm opened 1 year ago

SamuelMelm commented 1 year ago

The execution of a test candidate as part of the test scenario could additionally be documented as a data flow diagram (or simpler, just listing), generated from the output of PROC SCAPROC and attached to the test scenario report. This would further enhance program documentation.


Originally created on SourceForge by amangold - 23.07.2012, 12:49

KLandwich commented 9 months ago

The result of PROC SCAPROC is not meant to be evaluated by humans. There is a lot of technical output from PROC SCAPROC that is not easily distinguished from program output. Results from test run for SASUnit examples are stored here: Projekt folder for SASUnit: SASUnit_Example_PROC_SCAPROC_Results.zip This issue need refinement before it can be implemented.