|
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好了。 |
|