标题: GUI Map Configuration里,class属性修改后怎么没有生效呢? [打印本页] 作者: qiqi39_112 时间: 2007-4-27 13:05 标题: GUI Map Configuration里,class属性修改后怎么没有生效呢? 要录制一个C/S系统,很多控件id总是变化,不能识别,所以我想在录制edit对象的时候,不要录id。用x,y。我是这样操作的:
Create a new test 在 GUI Map Configuration 中,将edit MSW_id 选为 Not Used, x,y选成Optional。ok后关闭
然后录制脚本,可是GUI Map Editor里学到的edit对象,还是有MSW_id,没有x,ysdlkfj7
WinRunner8.2 Global GUI Map file
请教这是为什么呢?是不是操作的顺序不对啊,多谢了:)
[ 本帖最后由 qiqi39_112 于 2007-4-27 13:20 编辑 ]作者: yaqi 时间: 2007-4-27 14:24
请教:
我也用8.2的
用rapidtest script wizard 学习GUI MAP时不录制脚本吗.
之前录制IE时把窗口class的属性录为object,是怎么回事作者: yaqi 时间: 2007-4-27 14:36 标题: GUI map configuration 对楼住也许有帮助,我没试过
By generating TSL statements describing the configuration you set and
inserting them into a startup test, you can ensure that WinRunner always
uses the correct GUI map configuration for your standard and custom object
classes.作者: qiqi39_112 时间: 2007-4-27 15:02
谢谢楼上的,我也看到了说把生成的TSL语句写在startup文件里。可是我也是刚学。我找不到startup文件(请问是自己写一个文本文件,加到general options的startup test里么?),我把属性修改后,下面生成的TSL直接点击Paste,粘到脚本里了,还是不行啊