Skip to content

Replies

0
Ramrati D
Ramrati D answered on Jul 1, 2014 11:07 AM

Hi,

Thank you very much for your response.

I have installed TestAutomation plugin. Now i could get display with Infragistics methods. But when i trying to execute am getting 'Unspecified error'.

Please help me to resolve this. Below the line of code for which am getting Unspecified error.

swfWindow("MID Retail").SwfToolbar("_Explorer_Toolbars_Dock_Area_Top").ClickToolbarTool "Explorers""Allocation Workspace"

Thanks,

0
Ramrati D
Ramrati D answered on Jun 30, 2014 3:12 PM

Hi ,

I have installed 'TestAutomation_WinForms_HP_20141'. for UFT11.51.

Please help me whether it is the correct plugin to install to work on 'Infragistics2.Win.UltraWinGrid' and 'Infragistics2.Win.UltraWinToolbars'

Thanks

0
Ramrati D
Ramrati D answered on Jun 30, 2014 3:03 PM

Hi,

I have installed UFT_00001 patch . Even then i am not getting displayed .getNAproperty method.

could you please guide what went wrong with me. I have attached snapshots of .net framework version and controls and .Net spy fyr.

Thanks,

0
Ramrati D
Ramrati D answered on Jun 30, 2014 1:36 PM

Hi,
Thank you very much for your response.
GetNAProperty method is not displaying in the context menu help. I have noticed without TestAdvantage add -in with UFT 11.50 i could able to perform the recognise Infragistics object. But UFT provided methods are not supporting and getting 'Unspecified or general run error'.
Could you please let me know whether my sequence of installation is correct.
I have installed UFT11.5 then Test Advantage then UFT_00001 patch
Also what should be done to access infragistics supported methods and properties.

Thanks

0
Ramrati D
Ramrati D answered on Jun 25, 2014 5:42 PM

Hi 

I am trying to retrieve cell value from an Infragistics ultragrid win control. I could get column header name. But getting difficult in finding the property which helps in retrieve cell value. Below the code for retrieve the header name of columns 

vColCount =  SwfWindow("MID Retail").SwfTable("ugHeaders").Object.Rows.Item(0).Band.Columns.count

For i = 0 to vColCount-1

If SwfWindow("MID Retail").SwfTable("ugHeaders").Object.Rows.Item(0).Band.Columns.Item(i).Header.Caption = "Receipt #"  Then

Msgbox "column name "

End if

Next

0
Ramrati D
Ramrati D answered on Jun 19, 2014 5:08 PM

Hi Michael

   Thank you very much for your immediate response. 

   I tried to record my AUT without Infragistics add in. I didnt find any difference in the script for with add in and without add in.

   Could you please help me understand where Infragistics add in would fit

Thanks