|
不好意思,我在问一下
1.在启动WinRunner后,打开一个测试脚本,为什么它的GUI map没有被自动调用?
2.请看下面的脚本
# Test_0
1 ## GUI_unload_all();
2 ## static test_Path = getvar("testname");
3 ## static guifile_path = test_Path & "\\test0410271603.gui";
4 ## GUI_load(guifile_path);
5 ## report_msg(test_Path);
6 set_window ("Test_0", 3);
7 obj_type( "TEdit_2", "111" );
8 button_press ("Set");
9 button_press ("Set");
10 list_select_item ("TComboBox", "1"); # Item Number 1;
11 list_select_item ("TComboBox", "2"); # Item Number 2;
12 list_select_item ("TComboBox", "3"); # Item Number 3;
13 list_select_item ("TComboBox", "#0");
14 edit_set ("TEdit_1", "");
没有通过GUI Map Editor调用GUI map,而通过1-5的脚本调用GUI map,可是运行时又不识别控件了,如果通过,就可以了?为什么?
为什么,在GUI Map Editor画面中View菜单中的GUI map和GUI files是灰色的并且GUI files被默认选择?
急!!!在线等,谢谢!!!! |
|