Skip to content

Replies

0
Paul Patterson
Paul Patterson answered on Nov 27, 2018 4:45 PM

I have local admin rights on my laptop. I have uninstalled WPF and Win Forms and reinstalled Win Forms. I have successfully tested both VersionFree and CLR 4.0 and ran one of the sample scripts. For the list box control in my .NET Windows application I'm not seeing any changes when recording objects. I'm wondering if I recieved incorrect or missing information from the developers. Please let me know what kind of information they can provide to ensure that controls are indeed are Infragistics.

0
Paul Patterson
Paul Patterson answered on Nov 21, 2018 7:17 PM

I've also installed Test Automation for Micro Focus UFT as well. Help file does not referance verfication of installation files other than manully configuration. UFT was installed prior to Test Automation for Micro Focus UFT. Tried running script WinEditors Within WinGrid and got the following errors.

Object doesn't support this property or method: 'SwfWindow(…).SwfTable(…).DoubleClickRow'
Line (30): "SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").DoubleClickRow "0"".

Object doesn't support this property or method: 'SwfWindow(…).SwfTable(…).DoubleClickHeader'
Line (34): "SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").DoubleClickHeader 0,"Item"".

Object doesn't support this property or method: 'SwfWindow(…).SwfTable(…).DoubleClickCell'
Line (56): "SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").DoubleClickCell "1","Item"".

Object doesn't support this action
Line (59): "isActiveCell = SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").GetCellProperty( "1" , "0;Item" , "IsActiveCell")".

Cell in row 1 column Item is not the active cell

Object doesn't support this action
Line (68): "text = SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").GetCellProperty( "1" ,"0;Item", "Text")".

Text of cell does not match the activeCell Text

General run error.
Line (84): "SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").MakeCellVisible "7" , "0;Item"".

Object doesn't support this property or method: 'SwfWindow(…).SwfTable(…).SwapColumns'
Line (87): "SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").SwapColumns 0 , "Item" , "OrderBudget"".

Object doesn't support this property or method: 'SwfWindow(…).SwfTable(…).HideColumn'
Line (90): "SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").HideColumn( "0;ItemPrice")".

Column Price is not hidden
Object doesn't support this property or method: 'SwfWindow(…).SwfTable(…).ShowColumn'
Line (103): "SwfWindow("WinEditors Within WinGrid").SwfTable("ultraGrid1").ShowColumn( "0;ItemPrice")".