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.

Check the variable to determine where the initialization should have happened. Make sure that the test that contains the initialization of the variable occurs before the test trying to use the variable.