wlcking 发表于 2007-8-24 11:29:11

为什么QTP不能识别WebFile

我录了段脚本,回放的时候总是在对一个WebFile操作的时候报不能识别对象,我用描述性编程写那个WebFile的属性也不行,用GetRoProperty取WebFile的运行时属性也是报不能识别对象,请各位大虾帮我看一下是怎么回事,比较急...

yabest 发表于 2007-8-24 18:15:38

原帖由 wlcking 于 2007-8-24 11:29 发表 http://bbs.51testing.com/images/common/back.gif
我录了段脚本,回放的时候总是在对一个WebFile操作的时候报不能识别对象,我用描述性编程写那个WebFile的属性也不行,用GetRoProperty取WebFile的运行时属性也是报不能识别对象,请各位大虾帮我看一下是怎么回事 ...

贴上脚本和spy抓图

chxcyp 发表于 2008-10-15 14:27:50

请问这个问题解决了吗?我也碰到这个问题了,:(

小孩 发表于 2008-10-15 16:05:55

:)你用SPY看能不能识别 不能识别 描述性编程都是不行的
你们老是误会 不识别的对象用描述性编程就可以解决,其实不行的,描述性编程只是把对象识别的属性写在代码里面而已,并不可以解决QTP不能识别得对象!

chxcyp 发表于 2008-10-15 16:22:04

我弄好了我自己的
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

helius 发表于 2008-10-15 17:27:57

我的也不能录制
然后在对象库里直接加

lulu3 发表于 2011-12-8 17:36:01

我也遇到这个问题,就是在"文件名(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]
查看完整版本: 为什么QTP不能识别WebFile