What are the functions generate when u use GUI Check
point?give me some of ones?
Answer Posted / srikanth.m
if u want to check the single property of single object u
go for GUI checkpoint for single object
obj_check_info("name of object","property to
check","expected vlue");
for object/window: this will check the multiple properties
of single object.
obj_check_gui("name","checklistname","expected value file");
checklist file with extension .ckl
expcted value file extension .gui
for multiple objects: thios will check themultiple
properties of multiple objects.
win_check_gui("name","checklistfile","expectedvalue file");
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the three modes of running the scripts?
write a compilemodule function for loginscreen.
Which function to use to compare the application date with system date?
What are the virtual objects and how do you learn them?
What is debug mode in Winrunner?
What is the difference between gui map and gui map files?
How do you find out which is the start up file in winrunner?
global sheet and external excel sheet how it will work
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
What is the purpose of regexp_label property?
Which are default codes winrunner generates when we start the application?
How do you configure gui map?
Name the different modes of recording?
What do you mean by the logical name of the object.
What is the disadvantage of loading the GUI maps through start up scripts?