问题二:
也许环境设置出现了问题,因为以前定义的时候没有出现过这种情况.但现在却识别不出来了,原因还未找到
"对标准对象进行了包装(重命名)"我对其还没有完全的理解,期望指点,谢谢~~`作者: asks_zhuang 时间: 2005-5-18 11:53 标题: silktest help documents , I hope it helps. Two reasons why SilkTest sees the object as CustomWin
There are two reasons why SilkTest sees the object as a CustomWin.
?Upon its definition in the application under test, the control was simply named differently than the standard name. For example, instead of it being named a TextField, it was named EnterTextRegion. If this is the only reason, then you can class map the control to the standard name.
?You never know whether class mapping will work until you try it. It will work if the object isn抰 really a custom object, but rather a standard control with a non-standard name. Try this as your first attempt at dealing with a CustomWin.
If the class mapping does not work, it is because of the following reason.
?The object truly is a custom object; that is, the software in the application under test that creates and manipulates the object is not from the standard library. That means that the SilkTest algorithms written to interrogate this kind of object will not work, and other approaches will have to be used to manipulate the object.作者: madskill 时间: 2005-6-22 14:01
哦 好的 谢谢