Variable variablename has not been initialized
for this test.
Explanation
A variable was used in a test, but the variable had
never been initialized to a value.
System action
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.
User response
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.