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 |
what is mean by test coverage?
Tell me the function to export the content from one data table to the other?
1 Answers Landscape Technologies,
What is boundary test?
which testing life cycle are u following & explain
What is the add-in used to test the web application in winrunner?
1 Answers Hanu Software, Second Foundation,
What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?
how do to stop the functionality of UDF
Please any one Knows Send the Website for Writing different TestCases with different Examples
what are the supporting development environments supported by winrunner
KINDLY PROVIDE TEST CASES ON YAHOO MESSENGER
Data is there in two excel sheets .. how ur going to retrive the data in winrunner thru script.. write down the script?
HOW TO TEST A SOFTWARE/APPLICATION?