Can PROFILER help me test Nested Loops in my NATURAL programs? Can PROFILER help test IF/DECIDE Conditions?
Yes. By examining the FOR/REPEAT Loops Report, you can determine if there are any untested loops in your programs (including any Nested Loops). You may examine the Program Listing report to determine why the Nested Loops in your program were not tested. You will then be able to construct test data or procedures to cause all of the Nested Loops to be executed. By examining the IF/DECIDE Conditions Report, you can also determine if there are any untested conditions in your programs. Test data or procedures can then be constructed to cause all of the conditions to be met during testing.