what is the diff. Between GUI_unload() and GUI_close()?
Answers were Sorted based on User's Feedback
Answer / bhuvan
GUI_unload : It will swap out from RAM
GUI_close : It will close the Gui map file.
Gui_reload : IF we unload GUI map file by using this
statement we can relaod the gui map file but if we close
then again we have to use this load statement or we have to
restart the tool.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subbarao
GUI_Unload:- unloads a GUI map file.
GUI_close:- It will close the file, but it is not unloaded.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / winrunner
Hi Bhuvan & Subbarao,
close the gui map file means..will it unload from memory
or not?
Subbarao..i think GUI_close will unload the file from
memory and also closes from gui map editor..where as
GUI_unload just unloads from memory but still it open in gui
map editor..
Pls. clarify me..
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell US the Short key to open the dialogs of windows.
what is the procedure do u follow for writing the test scripts
What is tsl? What 4gl is it similar too?
What do you verify with the database check point custom and what command it generates, explain syntax?
During debugging how do you monitor the value of the variables?
Explain the synchronization points?
i would like to know the steps to write tsl exception and object exception with a simple example
what is mean by v module . pls give answer with example
How many recording modes are provided by WR?
plese tell me about vss?
supose 10 times text data is there but it will run 8 times whtat will you do.
what is the gui map & gui map file in winrunner?