What are the functions generate when u use GUI Check
point?give me some of ones?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Which function to use to compare the application date with system date?
What is Add Watch?
how do you rate your self in winrunner
how many types of object repositories in winrunner & tell me difference for those
one text box is there .It will takeing some number, How will u know how many no's it will takeing by useing qtp
How to test Fonts and its size thru "Font Expert" in Win Runner.
What are the standards will you maintain at the timing of writing TSL script in WinRunner?
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
How do u identify the object that it is a standard object or not
How to carry out manual testing for a background process which does't have any user interface
what is the TSL statement for pass/fail crieteria appear in the test results of TD?
what are the different modes of executing TSL Script