How to retrieve the object properties at runtime without
the usage of GetROProperty?
Answers were Sorted based on User's Feedback
Answer / sampath
Insert> Output Values:
It is used for exporting the object properties and their values into data table.
We can use these properties for our future references.
Note: we can insert o/p values only in recording mode.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / devb
By using native object properties. like .Object.propertyname
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / johnson
By using getto properties. We can retrieve the object properties and values.
| Is This Answer Correct ? | 0 Yes | 6 No |
Hi, Can any one explain what is mean by Driver Script? is it AOM?
Does QTP run in any environment?
How can we upload pdf files in qtp?
hi is there any chance to change encoding the password
IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp
Explain the concept of object repository & how qtp recognizes objects?
what is supply chain management?
Explain types of output values?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How to Start recording using QTP?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
What is the main difference between desriptive programming and generic functions