how to capture tool tip in QTP and which check point is
needed
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Use the ?alt? property of that object.
msg=browser("MSN.com").Page("MSN.com").Image("Deadliest
Cars // Crash").GetROProperty("alt")
msgbox(msg)
The checkpoint for this is standard checkpoint.
While creating standard checkpoint, it will list out all
properties of the object. Select the "alt" property to
check tool tips
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raja srinivas
through accessibility checkpoint we can test it
| Is This Answer Correct ? | 2 Yes | 1 No |
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.
What is CMMP and CMMH?
If you entered into yahoo mail with your valid user name and password , then you will get " welcome , username " (for example you will see , “welcome, Krishna” ) text on the top of the Inbox page , how can you test the user name is correct or not using QTP?
How to customize qtp?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
cud anybody please tell me the full form's of the extention files that we use in real time---.tsr,.mtr,.qrs
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.
w is datatable
What are output values and why they are used ?
In QTP, What is Global action and Local action?
what the difference between shared repository and per action repository?