51Testing软件测试论坛

标题: 对象库问题 [打印本页]

作者: nnet01    时间: 2013-6-13 14:28
标题: 对象库问题
代码是用C#开发的客户端/服务器程序。

用QTP测试功能;

录制回放的时候,提示"发生意外",点重试后
Cannot identify the object "SwfTable" (of class SwfTable).
Verify that this object's properties match an object currently displayed in your application.

Cannot find the "SwfTable" object's parent "SwfWindow" (class SwfWindow).
Verify that parent properties match an object currently displayed in your application.
常会得到上面的结果。

试了一上午了,没有能解决。
[attach]85637[/attach]

感觉是程序第一次去引用SwfWindows.Swftable能引用得到
再去引用的时候,就说找不到了。

期待高手支持。
作者: nnet01    时间: 2013-6-13 14:39
1 SwfWindow("桌面").SwfWindow("AddClient").SwfObject("gridComboBox_2").Click 93,7
2 SwfWindow("SwfWindow").SwfTable("SwfTable").SetView ""
3 SwfWindow("SwfWindow").SwfTable("SwfTable").SelectCell 2, "国家代码"
'选择国家代码
4 SwfWindow("桌面").SwfWindow("AddClient").SwfObject("gridComboBox_3").Click 92,9
5 SwfWindow("SwfWindow").SwfTable("SwfTable").SetView ""
6 SwfWindow("SwfWindow").SwfTable("SwfTable").SelectCell 5,"国家编码"


到5句那就执行不下去了,
作者: 黑羽祭    时间: 2013-6-13 15:09
控件属性变化了吧~用SPY好好比对比对
作者: nnet01    时间: 2013-7-10 21:30
回复 3# 黑羽祭

还在学习,这个问题已经解决了。
现在了解描述性编程的几种方法。   dv控件做的和.net控件有点区别




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2