无法继续回放。
说明
com.rational.test.ft.script.Row 表列描述符不会定义为 subitem 规范,并且 getSubitem 方法将调用此描述符。此表列描述符必须指定为 subitem 规范。
用户响应
确保 com.rational.test.ft.script.Row 表描述符不会定义为 subitem 规范,以便 getSubitem 方法可以调用此描述符。使用 Row(SubItem) 构造函数而不使用其他覆盖的构造函数来创建 Row() 对象。getSubitem() 调用将只与 Row(SubItem) 创建的对象配合使用。