English 中文(简体)
下载: 1. 不可见
原标题:File Download: Object not Visible
  • 时间:2012-05-16 18:41:16
  •  标签:
  • qtp

我试图从我的QTP文字下载一个档案。 我想记录一下我对“拯救儿童”或“Cancel hton”的点击行动,但我发现的错误并不明显。

我检查目标保存点,并查看文件下载物体,说明特性如下:

text: File Download
nativeclass: #32770
is owned window: True
is child window: False

......无母体标识。

这里是我的文字:

Browser("Browser").Page("Page").WebEdit("meetingid").Set "982"
Browser("Browser").Page("Page").WebEdit("docid").Set "22"
Browser("Browser").Page("Page").WebButton("Submit").Click
Browser("Browser").Dialog("File Download").WinButton("Cancel").Click

我发现这一错误:

Object not visible
>Line (4): "Browser("Browser").Dialog("File Download").WinButton("Cancel").Click".

我需要做些什么来说明这一点? I ve试图在工具——目标识别——档案中添加可见的财产。 但当我这样做时,我就开始对所有具有非统一识别特征的物体,即具有相同名称价值且不止一次的元素,发生错误。

我在这里没有什么东西,或者有更好的办法这样做?

感谢你提供的任何帮助。

最佳回答

更好的处理方式是根本不使用特定物体(因为你必须用多台机器操作)。 利用关键中风,模拟“救助”,并将档案复制到从缺省地点用文件系统标出的地点。

问题回答

看来,由于我的浏览器在我的二级监测器(我有2个mon门)中进行了测试,而QTP在主要监测器中运行,造成这一问题。 当我把浏览器移至同一个监测器时,我就不再有问题。





相关问题
QTP - testing while browser/page title changes

I am trying to make simple testing but failed because I have no clue how to handle with browser title that changes during the testing. Simple example: Google>Find "blabol" Once its done, the browser ...

QTP - 取得要素价值

我从QTP开始,仅仅找不到如何获得要素的价值。 例如,当我只想比较一下从山洞中发现的成果数量时。 我试图用物体选择这个要素......

Record enter button in qtp

How to record ENTER button that we use through the keyboard in QTP for applications

How do you write your QTP Tests?

I am experimenting with using QTP for some webapp ui automation testing and I was wondering how people usually write their QTP tests. Do you use the object map, descriptive programming, a combination ...

Dynamically building a URL in QTP

I ve been taking a quick look at QTP with one of our test team. We ve figured out some basics like recording a test, capturing text using output values, putting in check points, etc. However, I can ...

热门标签