Test Status Indicator
The status bar at the bottom of the GUI shows the status of the currently active test. Test status is shown only at the end of a test. The status is determined by the Return Value of the last executed test.
The Return Value and the indicated status is as follows:
Return Value Status Indicated 0 Test failed Any value other than `0' Test passed No return value Not specifiedThe color on the indicator and their corresponding status is as follows:
- Green (
) — test has passed
- Red (
) — test has failed
- Grey (
) — test has not been executed
- Yellow (
) — return value not specified
When a test is being executed the status indicator is replaced by the Timer. The status indicator appears only at the end of the test.
If the test is paused the indicators are not available.
If the test is aborted the indicator shows the default return value. The default return value is defined from the Parameters window.
If you change to Debug mode from Edit mode or to Edit mode from Debug mode, the indicator retains the existing status unless a new test is executed.
IxLoad TestComposer │ User Guide |