How to retrive the property of an object?
Answers were Sorted based on User's Feedback
Answer / sharath
Spy the object
a dialog box comes with the properites and the associated
methods
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jayadev acharam
Example:
Dim link_Text
link_Text=Browser("abcd").Page("efgh").Link.GetROProperty
("innertext")
| Is This Answer Correct ? | 1 Yes | 0 No |
How do u fetch data from a database ?
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
hou can we use vb script in qtp could u tell me breafly
Explain in brief about the quicktest professional (qtp) automation object model?
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
what is main diff of qtp8.2 and qtp9.0?
When I used random numbers(1 to 9) with regular expression and run the test, it runs only 5 iterations with passed result instead of running all 1 to 9. Please tell me what can be the reason
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Both static and dynamic arrays are handled by the vb script. Is it true?
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?