+

Search Tips   |   Advanced Search


Variable not initialized

Variable variablename has not been initialized for this test.

A variable was used in a test, but the variable had never been initialized to a value.

Depending on the value of the Run-time error if variable not initialized setting, the system will either do nothing, issue a warning, issue a test log error, or exit the test.


Fix

Check the variable to determine where the initialization should have happened. Verify that the test containing the initialization of the variable occurs before the test trying to use the variable.