yiyangyang 发表于 2005-11-10 17:20:56

Help--关于GUI的使用?

我在配置中GUI Files选择的是 GUI Map file per test, 然后在脚本中采用调用原先录好的GUI文件,但是在回放时总是重新录制,即没有读取该GUI文件.这是怎么回事哪?那位高手帮忙解决一下,小女在此谢谢了!
即具体的图片如下:

lindsey 发表于 2005-11-10 17:44:37

GUI MAP FILE PER TEST 模式不行

看TSL语法帮助,里面说了这个模式下不能手动加载和卸载GUI文件。
loads a GUI map file.

GUI_load ( file_name );

file_name        The full path of the GUI map.

The GUI_load function loads a GUI map file.
Note: If you do not specify a full path, then WinRunner searches for the GUI map relative to the current file system directory. Therefore, you must always specify a full path to ensure that WinRunner will find the GUI map.

Note: If you are working in the GUI Map File per Test mode, you should not manually load or unload GUI map files.

GUI元素不多的话,就重新录一次GLOBAL GUI MAP FILE好了。

unimapmajj 发表于 2005-11-28 09:59:46

GUI MAP FILE PER TEST 模式是不需要重新识别的 ,也不要手动保存的

yiyangyang 发表于 2005-11-29 11:35:18

明白了,谢谢lindsey 和unimapmajj
页: [1]
查看完整版本: Help--关于GUI的使用?