Playback cannot continue.
When using the callScript(String scriptFullName,
Object[] args, int iterationCount)
method in the test script, the scriptFullName variable
does not extend from com.rational.test.ft.script.RationalTestScript.
The class that is represented by the scriptFullName variable
must extend from com.rational.test.ft.script.RationalTestScript.
Revise the class that is represented by scriptFullName such
that it refers to a com.rational.test.ft.script.RationalTestScript
object, and try to play back the test again.