By default, the pass/fail banner and result logging should always happen when you select to run a test in "TestUUTs." Some of the report behavior can be controlled through the Configure>>Report Options menu. The other alternative is that somehow for this test sequence the processmodel callbacks are not running as they should, either because they have been overridden by a sequence file callback, or that the processmodel has been changed.
In this case I think using tracing would be a good way of debugging this change of behavior. Try and place a breakpoint at the end of your sequence and then 'step into' the process model. Trace through the steps of the TestUUTs proceedure and pay attention in particular to what happens when you hit the steps "PostUUTCallback" and "Te
stReportCallback." If you have not changed your code, and you are executing the correct model and entry point than neither of these subsequences should be skipped and you should see correct behavior.
-Regards
Elaine R.
National Instruments
http://www.ni.com/ask