Interview Questions

How to create a GUI map dynamically?

Mercury WinRunner FAQ


(Continued from previous question...)

How to create a GUI map dynamically?

gmf = "c:\\new_file_name.gui";
GUI_save_as ( "", gmf );

rc = GUI_add(gmf, "First_Window" , "" , "");
rc = GUI_add(gmf, "First_Window" , "new_obj" , "");
rc = GUI_add(gmf, "First_Window" , "new_obj" , "{label: Push_Me}");

(Continued on next question...)

Other Interview Questions