Skip to content

Replies

0
Kevin Abel
Kevin Abel answered on Apr 14, 2014 9:05 PM

Alan,

I appreciate the quick response.

I tried recording on my Application under test again.  it is working now.

I can see the pattern for

.ActivateCell

.RightClick

.ActivateNode

.DoubleClick

AFter getting some good recording I can understand how it works.

It is using text.  None of the 0;5 or 0:"MyPage"  type of parameters.  Only 1 parameter which is a string.

Thanks,

Kevin

0
Kevin Abel
Kevin Abel answered on Apr 14, 2014 1:54 AM

Alan,

I am working with an application that uses the Infragistics SwfTreeView.  

I can learn the SwfTreeView into the Object Repository.  However QTP does not record.

Infragistics support is aware of the issue.

I wish that I could record on the tree to see how it creates the Node Id's but the recording does not work.

Can you tell me the pattern of the Node Id's please?  My TreeView Structure looks like:

AA

  BB

  CC

  DD

  EE

There is a common top item that never changes.  The items below do change.

Thanks,

Kevin