How do you identify object Attribute type in QTP

Object is changing Attribute type during run time . how can we identify object Attribute type in QTP

Showing Answers 1 - 3 of 3 Answers

sachin

  • Feb 6th, 2015
 

By using Descriptive programming
like

Code
  1. set objBr=description.create

  2. objBr("micclass").value="Browser"

  3. objBr("name").value="Go.*"  

  4.  

  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