|
Originally posted by greenblue at 2004-11-1 10:33 AM:
公司的程序是用php开发的,在用Qtp录制后,播放时遇到点击按钮时总是出现如图中提示,是否是由于没有安装插件,如果是,那需要安装什么插件,如果不是,那应该更改什么设置呢?谢谢!
According to my knowledge, this is not a problem of add-in.
I think that during the run-time (replay), your WinButtion class's property changes, which can't match your recorded property, so based on the property, QTP can't recognize your object.
I just suggest, you may use descriptive programming to catch the change. Or you may define another property to recognize the object.
Cheers! |
|