What are the functions generate when u use GUI Check
point?give me some of ones?

Answers were Sorted based on User's Feedback



What are the functions generate when u use GUI Check point?give me some of ones?..

Answer / bhuvan

1) for single property : obj_check_info();
2) for object/Window property : obj_check_gui();
3) for multiple properties : win_check_gui();

Is This Answer Correct ?    2 Yes 0 No

What are the functions generate when u use GUI Check point?give me some of ones?..

Answer / 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

What are the functions generate when u use GUI Check point?give me some of ones?..

Answer / winrunner

if you go for the gui check point single object single
property and suppose if u are checking Button object the
function generate like button_check_info()
and if you are checking gui check point for object/window
the function is obj_check_gui()
and if you are checking the gui check point for multiple
objects the function is like win_check_gui()

Is This Answer Correct ?    3 Yes 2 No

What are the functions generate when u use GUI Check point?give me some of ones?..

Answer / winrunner

if you go for the gui check point single object single
property and suppose if u are checking Button object the
function generate like button_check_info()
and if you are checking gui check point for object/window
the function is obj_check_gui()
and if you are checking the gui check point for multiple
objects the function is like win_check_gui()

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More WinRunner Interview Questions

How to test Fonts and its size thru "Font Expert" in Win Runner.

0 Answers  


What actually happens when you load GUI map?

0 Answers  


what is the use of _set_window in winrunner?

11 Answers   Wipro,


What are Optinal Properties and Obligation Properties? please explain in detail.

2 Answers  


What is open STA?Explain in detail.

1 Answers  






where does WR records the information about objects in AUT?

1 Answers  


what is the function key to toggle a breakpoint

1 Answers  


can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?

2 Answers  


Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated

0 Answers   John Deere,


Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer

0 Answers  


How winrunner recognise window/object apart from GUI map file?

4 Answers   CA,


How many exceptions are there in winrunner and what are they?

1 Answers   Tomax,


Categories