小弟在这里拜谢能解决的高手了作者: weepydog 时间: 2007-10-18 10:50
Run Error Cannot find the "SysListView32" object's parent "Choose file" (class Dialog). Verify that parent properties match an object currently displayed in your application.
Line (10): "Browser("Internet Explorer Enhanced").Dialog("Choose file").WinListView("SysListView32").Activate "FGStock.txt"".
小弟在这里拜谢能解决的高手了作者: linlinxu 时间: 2008-3-20 22:28
有一种可能是对象不在对象库中,所以可以考虑通过手工添加对象方式把他添加进去作者: linlinxu 时间: 2008-3-20 22:39
This error is thrown because the object which QTP is trying to recognise does not have unique properties. There is another object on the screen who has same properties.
With the help of object spy get the properties of the object which u want to be tested and then select combination of those properties which will make this object unique.