失败 2007年6月20日 下午05时07分30秒 testcases.TC_FlowInstanceManagerQuery.testMain 有未经处理的异常。
exception_context = 在“ibm.widgets.WTextField(名称:text_instanceId,映射:text)”上调用了 click()。
exception_name = com.rational.test.ft.UnsupportedActionException
exception_message = 找不到对象的屏幕点
script_name = testcases.TC_FlowInstanceManagerQuery
script_id = testcases.TC_FlowInstanceManagerQuery.java
line_number = 38
exception_stack = at com.rational.test.ft.domain.html.HtmlGuiProxy.noScreenPointFoundForAction(HtmlGuiProxy.java:2022)
at com.rational.test.ft.domain.html.HtmlGuiProxy.click(HtmlGuiProxy.java:172)
at com.rational.test.ft.domain.html.HtmlGuiProxy.click(HtmlGuiProxy.java:147)
------------------------------
------------------------------
at com.rational.test.ft.object.interfaces.GuiTestObject.click(GuiTestObject.java:337)
at ibm.widgets.ancestors.Widget.silentClick(Widget.java:163)
at ibm.widgets.WTextField.setText(WTextField.java:145)
at testcases.TC_FlowInstanceManagerQuery.testMain(TC_FlowInstanceManagerQuery.java:38)
at testcases.TS_QueryFlowInstance.testMain(TS_QueryFlowInstance.java:49)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
调用代码:
public void testMain(Object[] args)
{
FlowInstanceManager fim = new FlowInstanceManager();
// TODO 在此插入代码
fim.getText_instanceId().waitForExistence();
fim.getText_instanceId().setText("1111");
fim.getButton_queryBtn().click();
}