51Testing软件测试论坛
标题:
Qtp不能识别上传按钮,该按钮是用flash做的
[打印本页]
作者:
hbljlsm
时间:
2012-6-13 15:31
标题:
Qtp不能识别上传按钮,该按钮是用flash做的
Qtp不能识别上传按钮,该按钮是用flash做的,在录制的时候改步没有录制上,对于这种情况,怎么办啊,请高手指点
作者:
joykao
时间:
2012-6-14 07:59
用spy 可以识别吗?
作者:
dofare
时间:
2012-6-14 11:19
使用低级录制可以捕获到按钮的点击事件
作者:
hbljlsm
时间:
2012-6-14 11:21
可以识别出来,是个WebElement组件
作者:
joykao
时间:
2012-6-14 15:16
回复
4#
hbljlsm
那自己手工去写代码呗,录制不靠谱哇。
作者:
mimmy
时间:
2012-6-15 16:32
创建虚拟对象,用坐标来识别
作者:
dingheng9546
时间:
2012-6-26 16:07
回复
6#
mimmy
我说说我的解决办法吧,获取控件的坐标虚拟化。这样就不用加载flex。
Set imageVoBtn = description.Create
imageVoBtn("x").value = imageButton.GetROProperty("x")
imageVoBtn("y").value = imageButton.GetROProperty("y")
imageVoBtn("height").value = imageButton.GetROProperty("height")
imageVoBtn("width").value = imageButton.GetROProperty("width")
作者:
咸鱼18
时间:
2012-6-28 13:11
录制都是不靠谱的,只要能spy到,就能实现~
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2