Call Stack
At run time, when a breakpoint is encountered or when the execution is paused, the tab is populated with the stack contents, comprising the Main( ) entry followed by list of all procedures that are executed at that moment. For example, assuming a script calls a Proc1, which itself calls a Proc2 procedure, when the execution is halted inside procedure Proc2, the Call Stack lists a Proc2, Proc1, Main sequence ( Figure:Call Stack Tab).
Figure:Call Stack Tab
When working with multiple scripts opened at the same time in the GUI (MDI functionality), this tab displays information for the currently executing test script.
IxLoad TestComposer │ User Guide |