make the comment in GUI map file by selecting the statements which you want to comment and press Ctrl and T.
[Source: JAGAN MOHAN "Interview question ...
Search results for file
if you are new to winrunner then GUI map file per test is preferable and for advanced users Global GUI map file is prefered
[Source: JAGAN MOHAN "Int ...
WinRunner testing process involves six main stages: i. Create GUI Map File so that WinRunner can recognize the GUI objects in the application being te ...
Go to File-> Test Properties->General,Select Compiled Module from the Test type list box and click Apply then OK Button.
[Source: JAGAN MOHAN "Interv ...
How do you check the current item value in the list after I open a web page with this list in WinRunner
Posted by Interview Answers
list_get_selected ( list, out_item, out_num );
will solve the problem that I have.
It will return an item (out_item) and the postion(out_num ) that ...
GUI files consists of object's physical description( like class,label,MSW class,window).
[Source: JAGAN MOHAN "Interview questions bible"] ...
•Advanced Key word Driven •Auto Documentation •Business Process Testing •Added Parameters for parameterization •Step Generator for adding pr ...
How to recognise the objects during runtime in new build version (test suite) comparing with old guim
Posted by Interview Answers
Update GUI map file by teaching the Winrunner the new objects in the application while it is running.
[Source: JAGAN MOHAN "Interview questions bible ...