Specifying a Script Pass/Fail Result

A script pass/fail result specifies whether a TestComposer script completed successfully or not.

A script pass/fail result is defined using a Return step that returns a non-zero numeric value or a variable evaluating to a non-zero value for a success status, and a numeric `0' value or a a variable evaluating to `0' for a failed status.

When a script is run as a custom test from the IxLoad Quick Tests configuration page, the pass/fail result is displayed in the Data Miner plug-in of IxLoad, as described in IxReporter Results Display.

For a detailed description on how to add a Return step, see Return Statement Step.