Answer Posted / amarendra kothuru
There is no such property exist in QTP for Link project for
Web page.
If you want to retreive any property values of any object,
use GerROProperty method.
E.g.
val = Browser().Page().Link().GetROProperty("name")
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
The hybrid framework can be implemented for any application. Is it true?
What are the benefits of qtp?
What is the XML file architecture ?
Differentiate the type of test cases which can be automated and which cannot be automated?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
What is an expert view and keyword view?
How to define array in qtp?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Where is the Bitmap checkpoint information stored?
when to start the automation?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Discuss quicktest professional (qtp) environment?
What is a Patch in QTP?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u