为什么QTP不能识别WebFile
我录了段脚本,回放的时候总是在对一个WebFile操作的时候报不能识别对象,我用描述性编程写那个WebFile的属性也不行,用GetRoProperty取WebFile的运行时属性也是报不能识别对象,请各位大虾帮我看一下是怎么回事,比较急... 原帖由 wlcking 于 2007-8-24 11:29 发表 http://bbs.51testing.com/images/common/back.gif我录了段脚本,回放的时候总是在对一个WebFile操作的时候报不能识别对象,我用描述性编程写那个WebFile的属性也不行,用GetRoProperty取WebFile的运行时属性也是报不能识别对象,请各位大虾帮我看一下是怎么回事 ...
贴上脚本和spy抓图 请问这个问题解决了吗?我也碰到这个问题了,:( :)你用SPY看能不能识别 不能识别 描述性编程都是不行的
你们老是误会 不识别的对象用描述性编程就可以解决,其实不行的,描述性编程只是把对象识别的属性写在代码里面而已,并不可以解决QTP不能识别得对象! 我弄好了我自己的
Browser("Windows Internet Explorer").Dialog("选择文件").WinEdit("文件名(N):").Set "D:\document\OneMS\CHT\firmware\WKS\worksys\sdsd.zip"
Browser("Windows Internet Explorer").Dialog("选择文件").WinButton("打开(O)").Click 我的也不能录制
然后在对象库里直接加 我也遇到这个问题,就是在"文件名(N):"这里过不去
提示The "文件名(N):" object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.
Browser("IRPortlet: 我的空间").Dialog("选择要加载的文件").WinEdit("文件名(N):").Set "H:\pic\29217.jpg"
页:
[1]