Properties of objects in runtime

How to get properties of objects in runtime?

Questions by suresh_kumar_mca

Showing Answers 1 - 1 of 1 Answers

devmanju

  • Jan 6th, 2008
 

We can use Object Spy and learn the properties.  If you are good at
VBscript, on expert view you can try this. 

If you need the reference manual check HP website.

Retrieving Run-Time Object Properties
You can use the Object property to access the native properties of any
run-time object. For example, you can retrieve the current value of the
ActiveX calendar’s internal Day property as follows:
Dim MyDay
Part VI • Working with Advanced Testing Features
1030
Set MyDay=
Browser("index").Page("Untitled").ActiveX("MSCAL.Calendar.7").Object.Day
For more information on the Object property, refer to the QuickTest
Professional Object Model Reference.
Activating Run-Time Object Metho

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions