Infragistics Community Forum / Test Automation For Micro Focus Uft Windows Forms / Re: Could not load file or assembly ‘Infragistics2.Win.v9.2, Version=9.2.20092.1003,
Re: Could not load file or assembly ‘Infragistics2.Win.v9.2, Version=9.2.20092.1003,
New DiscussionHi ,
I am using QTP 11 with TestAdvantage 9.2 for automatiing one of our applications that uses Netadvantage 9.2
While performing one of the operations in the script, it pops up an error quoting
“Could not load file or assembly ‘Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb’ or one of its dependencies. The system cannot find the file specified.”
Kindly request you to respond to this query asap..
Replies
-
0
I got the same similar message when using the trial version of TestAdvantage 2011 v.1 with QTP 11 and 3.5 .NET framework.
"Could not load file or assembly 'Infragistics2.Win.v11.1, Version=11.1.20111.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified."
-
0
Hello Locp,
Here the message meaning is different than the one reported in the first post of this forum thread. Most probably here the issue is with the version of the NetAdvantage controls that are being used in your application under test.
When you are performing tests with TestAdvantage 2011 vol.1 against applications built with NetAdvantage controls, than the version should match. In other words, the application being tested should use NetAdvantage for Windows Forms 2011 vol 1 as well.
For more information about this please take a look at the following link from our online documentation:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=10045If you have any other questions with this matter please feel free to let us know.
-
0
Hi,
I am using QTP Ver 11.0 along with Test Advantage add in 2011 Vol1 for Windows Forms
I wrote some scripts for retrieving row count from a table and set date in a calendar object few days back and was able to execute them.
But when I try to execute it again it throws following message
‘Could not load file or assembly 'Infragistics2.Win.V11.1, Version=11.1.20111.9000 Culture=Neutral, PublicKeyToken=7dd5c3163f2cd0cb'or one of *** dependencies. The system cannot find the file Specified’
I found that development is done using NetAdvanatge 2011 Vol2, so downloaded trial version of Test Advantage add in 2011 Vol2 and tried to execute the scripts, but I got the similar error
I found some workaround to resolve that problem, please check below link
Knowledge Base Article: KB010048
FAQ:Configuring QTP to use TestAdvantage for HP-QTP
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=10048
After making changes as per above link, the row count is retrieved successfully. But calendar object is identified/Recorded as “SwfWindow ("ELEMENTS Client").SwfObject("2/27/2013").Click 77,13”
Below mentioned is the code for setting date in Swfcalender Object (recorded using Testadvantage 2011 Vol1) (Same code I tried to execute and got above mentioned error "Could not load file or assembly 'Infragistics2.Win.V11.1..)
StartDate = "2/22/2013"
SwfWindow("ELEMENTS Client").SwfCalender("name:=ultraCalendarComboStartDate").SetFocus
SwfWindow("ELEMENTS Client").SwfCalender("name:=ultraCalendarComboStartDate").OpenPopup
SwfWindow("ELEMENTS Client").SwfCalender("name:=ultraCalendarComboStartDate").SetDate StartDate
I wanted to know why SwfCalender is identified as SwfObject, please let me know what would be the problem and any workaround for this.
Thanks,
Shruthi
-
0
Shruthi,
When looking at the calendar with object spy, what is the swftypename of the calendar? Also can you attach your SwfConfig.xml file to this thread so that we can review that as well.
The SwfConfig.xml file is in the dat directory under the QTP installation directory.
Let me know if you have any questions with this matter.
-
0
Hi Alan,
When I spy the calendar swftypename what I see is “Infragistics.Win.UltraWinSchedule.UltraCalendarCombo”
This happens for most of the infragistics controls used in application such as Tabs, Buttons and they are identified as SwfObject .There typenames are
Tab- “Infragistics.Win.UltraWinTabControl.UltraTabControl”
Button – “Infragistics.Win.Misc.UltraButton”
please let me know how to resolve this.
I could not Attached config file, so pasting the text here
————————————————————————————-SwfConfig starts here————————————————————————-
<?xml version="1.0" encoding="UTF-8"?>
<Controls>
<!–<Control Type="Vendor.WinControl.ControlName" MappedTo="SwfSimilarControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Vendor\MercuryCustomServers\ControlNameSrv.dll</DllName>
<TypeName>Vendor.MercuryCustomServers.ControlNameServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Vendor\MercuryCustomServers\ControlNameSrv.dll</DllName>
<TypeName>Vendor.MercuryCustomServers.ControlNameServer</TypeName>
</Component>
</CustomReplay>
<Settings>
<Parameter Name="sample name">sample value</Parameter>
</Settings>
<!– START: TestAdvantage 2011 Volume 2 CLR 2.0 –>
<Control Type="Infragistics.Win.UltraWinChart.UltraChart">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinChart.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinChart.WinChartRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinChart.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinChart.WinChartReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IChartReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<!– START: WinDockManager –>
<Control Type="Infragistics.Win.UltraWinDock.DockableWindow">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDockManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinDockManager.DockableWindowRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDockManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinDockManager.DockableWindowRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IDockableWindowReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinDock.UnpinnedTabArea">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDockManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinDockManager.UnpinnedTabAreaRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDockManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinDockManager.UnpinnedTabAreaRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IUnpinnedTabAreaReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinDock.WindowDockingArea">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDockManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinDockManager.WindowDockingAreaRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDockManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinDockManager.WindowDockingAreaRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWindowDockingAreaReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<!– END: WinDockManager –>
<!– START: WinEditors –>
<Control Type="Infragistics.Win.TabbedColorPicker">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.TabbedColorPickerRecordServer</TypeName>
</Component>
</CustomRecord>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraCheckEditor" MappedTo="SwfCheckBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CheckEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CheckEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ICheckEditor</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraColorPicker" MappedTo="SwfComboBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.ColorPickerRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.ColorPickerReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IColorPicker</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraComboEditor" MappedTo="SwfComboBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.ComboEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.ComboEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IComboEditor</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraCurrencyEditor" MappedTo="SwfEditor">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CurrencyEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CurrencyEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ICurrencyEditor</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraDateTimeEditor" MappedTo="SwfComboBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.DateTimeEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.DateTimeEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IDateTimeEditor</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.MonthDropDownWithUIPermissions">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.MonthDropDownRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.EmbeddableTextBoxWithUIPermissions">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.EmbeddableTextBoxUIPermRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraNumericEditor" MappedTo="SwfEditor">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.NumericEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.NumericEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.INumericEditor</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraOptionSet" MappedTo="SwfList">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.OptionSetRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.OptionSetReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IOptionSet</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraTimeSpanEditor" MappedTo="SwfEdit">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.TimeSpanEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.TimeSpanEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ITimeSpanEditor</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraTextEditor" MappedTo="SwfEdit">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.TextEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.TextEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ITextEditor</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraTrackBar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.UltraTrackBarRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.UltraTrackBarRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IUltraTrackBar</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraWinCalc.CalcDropDownHost" MappedTo="SwfComboBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CalcDropDownHostRecordServer</TypeName>
</Component>
</CustomRecord>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraWinCalc.UltraCalculator" MappedTo="SwfEditor">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CalculatorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CalculatorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ICalculator</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinEditors.UltraWinCalc.UltraCalculatorDropDown" MappedTo="SwfComboBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CalculatorDropDownRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinEditors.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinEditors.CalculatorDropDownReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ICalculatorDropDown</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<!– END: WinEditors –>
<Control Type="Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinExplorerBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinExplorerBar.UltraExplorerBarRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinExplorerBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinExplorerBar.UltraExplorerBarReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IExplorerBarReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinExplorerBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinExplorerBar.UltraExplorerBarContainerControlRecordServer</TypeName>
</Component>
</CustomRecord>
</Control>
<Control Type="Infragistics.Win.UltraWinExplorerBar.NavigationPaneFlyoutContainerControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinExplorerBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinExplorerBar.NavigationPaneFlyoutContainerControlServer</TypeName>
</Component>
</CustomRecord>
</Control>
<Control Type="Infragistics.Win.FormattedLinkLabel.UltraFormattedLinkLabel" MappedTo="SwfLabel">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinFormattedLinkLabel.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinFormattedLinkLabel.WinFormattedLinkLabelRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinFormattedLinkLabel.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinFormattedLinkLabel.WinFormattedLinkLabelReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IFormattedLinkLabelReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinGauge.UltraGauge">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGauge.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGauge.WinGaugeRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGauge.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGauge.WinGaugeReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IUltraGauge</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinGrid.UltraCombo" MappedTo="SwfComboBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinCombo.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinCombo.WinComboRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinCombo.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinCombo.WinComboRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinComboReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinGrid.ComboDropDownControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinCombo.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinCombo.ComboDropDownControlRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinGrid.UltraDropDown">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDropDown.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinDropDown.WinDropDownRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control><Control Type="Infragistics.Win.ValueListDropDown">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinDropDown.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ValueListDropDown.ValueListDropDownRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinGanttView.UltraGanttView" MappedTo="SwfTable">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGanttView.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGanttView.WinGanttViewRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGanttView.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGanttView.WinGanttViewReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IGanttViewReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinGrid.UltraGrid" MappedTo="SwfTable">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGrid.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGrid.WinGridRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGrid.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGrid.WinGridReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IGridReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinGrid.UltraGridCellProxy" MappedTo="SwfEditor">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGrid.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGrid.WinGridCellProxyRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinGrid.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinGrid.WinGridCellProxyRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IGridCellProxyReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinListBar.UltraListBar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinListbar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinListbar.WinListbarRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinListbar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinListbar.WinListbarReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IListbar</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinListView.UltraListView" MappedTo="SwfListView">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinListView.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinListView.WinListViewRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinListView.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinListView.WinListViewRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IListViewReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit" MappedTo="SwfEditor">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMaskedEdit.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMaskedEdit.MaskedEditRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMaskedEdit.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMaskedEdit.MaskedEditReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IMaskedEdit</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<!– START: WinMisc –>
<Control Type="Infragistics.Win.Misc.UltraButton" MappedTo="SwfButton">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraButtonRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraButtonReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IUltraButton</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraDesktopAlertWindow">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinDesktopAlertWindowRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinDesktopAlertWindowReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinDesktopAlertWindow</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraDropDownButton" MappedTo="SwfButton">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraDropDownButtonRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraDropDownButtonReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IUltraDropDownButton</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraExpandableGroupBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.ExpandableGroupBoxRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.ExpandableGroupBoxReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IExpandableGroupBox</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraExpandableGroupBoxPanel">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.ExpandableGroupBoxPanelRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor" MappedTo="SwfEditor">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinFormattedTextEditorRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinFormattedTextEditorReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IFormattedTextEditorReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraGroupBox">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.GroupBoxRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraNavigationBar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinNavigationBarRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinNavigationBarRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinNavigationBar</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraWinNavigationBar.UltraLocationsDropDownListControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.LocationsListRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Printing.UltraPrintPreviewControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraPrintPreviewControlRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraPrintPreviewControlReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IPrintPreviewControl</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Printing.UltraPrintPreviewThumbnail">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraPrintPreviewThumbnailRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraPrintPreviewThumbnailReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IPrintPreviewThumbnail</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraPanel" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinPanelRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinPanelRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinPanel</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraPanelClientAreaUnsafe" MappedTo="SwfLabel">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.UltraPanelClientAreaUnsafeRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraTilePanel" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinTilePanelRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinTilePanelReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinTilePanelReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraTile" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinTileRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinTileReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinTileReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.TileContainerPanel" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinTileContainerPanelRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinTileContainerPanelReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinTileContainerPanelReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.Misc.UltraSplitter" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinSplitterRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinMisc.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinMisc.WinSplitterRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinSplitter</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<!– END: WinMisc –>
<!– START: WinSchedule –>
<Control Type="Infragistics.Win.UltraWinSchedule.CalendarCombo.UltraCalendarDropDownControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.CalendarComboRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.CalendarComboReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ICalendarCombo</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinSchedule.UltraCalendarCombo" MappedTo="SwfCalendar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.CalendarComboRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.CalendarComboReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ICalendarCombo</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinSchedule.UltraDayView">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.DayViewRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.DayViewRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IDayView</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinSchedule.UltraMonthViewMulti" MappedTo="SwfCalendar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.MonthViewMultiRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.MonthViewMultiReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IMonthViewMulti</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinSchedule.UltraMonthViewSingle" MappedTo="SwfCalendar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.MonthViewSingleRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.MonthViewSingleRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IMonthViewSingle</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinSchedule.UltraWeekView">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.WeekViewRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.WeekViewRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWeekView</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinSchedule.UltraTimelineView">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.TimelineViewRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinSchedule.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinSchedule.TimelineViewRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ITimelineView</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<!– END: WinSchedule –>
<Control Type="Infragistics.Win.UltraWinScrollBar.UltraScrollBar" MappedTo="SwfScrollBar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinScrollBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinScrollBar.UltraScrollBarRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinScrollBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinScrollBar.UltraScrollBarReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IScrollBarReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinStatusBar.UltraStatusBar" MappedTo="SwfStatusBar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinStatusBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinStatusBar.UltraStatusBarRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinStatusBar.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinStatusBar.UltraStatusBarRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IStatusBarReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinTabbedMdi.MdiTabGroupControl" MappedTo="SwfTab">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTabbedMdiManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTabbedMdiManager.WinTabbedMdiManagerRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTabbedMdiManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTabbedMdiManager.WinTabbedMdiManagerRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ITabbedMdiManagerReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinTabControl.UltraTabControl" MappedTo="SwfTab">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTabControl.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTabControl.UltraTabControlRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTabControl.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTabControl.UltraTabControlRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ITabControlReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinTabControl.UltraTabStripControl" MappedTo="SwfTab">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTabControl.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTabControl.WinTabStripControlRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTabControl.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTabControl.WinTabStripControlRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ITabStripControlReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<!– START: WinToolbarsManager –>
<Control Type="Infragistics.Win.UltraWinToolbars.ToolbarListMenuControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.ToolbarListMenuControlRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.ToolbarListMenuControlReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IListMenuControl</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinToolbars.PopupMenuControl" MappedTo="SwfToolBar">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.PopupMenuControlRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.PopupMenuControlReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IPopupMenu</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinToolbars.ApplicationMenuControlTrusted" MappedTo="SwfToolBar">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.RibbonApplicationMenuRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.RibbonApplicationMenuRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IRibbonApplicationMenu</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinToolbars.GalleryToolFilterListMenuControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.GalleryToolFilterListMenuControlRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea" MappedTo="SwfToolBar">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.ToolbarManagerRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.ToolbarManagerReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IToolbarManagerReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="RecordItemsByIndex">False</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinToolbars.NavigationToolbarListMenuControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.NavigationToolbarListMenuControlRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinToolbars.QuickCustomizePopupControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.QuickCustomizePopupControlRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinToolbars.QatCustomizeMenuControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinToolbarsManager.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinToolbarsManager.QatCustomizeMenuControlRecordServer</TypeName>
</Component>
</CustomRecord>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
</Settings>
</Control>
<!– END: WinToolbarsManager –>
<Control Type="Infragistics.Win.UltraWinTree.UltraTree" MappedTo="SwfTreeView">
<CustomRecord>
<Component>
<Context>QTP</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTree.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTree.WinTreeRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.WinTree.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.WinTree.WinTreeReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.ITreeReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraMessageBox.MessageBoxControl" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Win.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.Win.MsgBoxControlRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Win.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.Win.MsgBoxControlRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IMessageBoxReplay</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraActivityIndicator.UltraActivityIndicator" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Win.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.Win.ActivityIndicatorRecordReplayServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Win.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.Win.ActivityIndicatorRecordReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IActivityIndicator</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.UltraWinForm.UltraFormDockArea" MappedTo="SwfForm">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Win.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.Win.WinFormDockAreaRecordServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Win.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.Win.WinFormDockAreaReplayServer</TypeName>
</Component>
<Interface>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Shared.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.ReplayInterfaces.IWinFormDockArea</TypeName>
</Interface>
</CustomReplay>
<Settings>
<Parameter Name="Resolve Assemblies">True</Parameter>
<Parameter Name="HardBreakOnAllErrors">True</Parameter>
<Parameter Name="ReportAllActionResults">True</Parameter>
</Settings>
</Control>
<Control Type="Infragistics.Win.DropDownResizeControl" MappedTo="SwfObject">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Infragistics\TestAdvantage for Windows Forms (HP) 2011.2\CLR2.0\Bin\Infragistics2.QTPServer.Win.v11.2.dll</DllName>
<TypeName>Infragistics.QTPServer.Win.WinDropDownResizeControlRecordProxy</TypeName>
</Component>
</CustomRecord>
</Control>
<!– END: TestAdvantage 2011 Volume 2 CLR 2.0 –>
</Controls>————————————————————————————-SwfConfig Ends here————————————————————————-
Thanks,
Shruthi
-
0
Shruthi,
Near the beginning of the SwfConfig.xml file there is an issue where the first comment isn't closed before the start of the second comment:
<?xml version="1.0" encoding="UTF-8"?>
<Controls>
<!–<Control Type="Vendor.WinControl.ControlName" MappedTo="SwfSimilarControl">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files\Vendor\MercuryCustomServers\ControlNameSrv.dll</DllName>
<TypeName>Vendor.MercuryCustomServers.ControlNameServer</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Vendor\MercuryCustomServers\ControlNameSrv.dll</DllName>
<TypeName>Vendor.MercuryCustomServers.ControlNameServer</TypeName>
</Component>
</CustomReplay>
<Settings>
<Parameter Name="sample name">sample value</Parameter>
</Settings>
<!– START: TestAdvantage 2011 Volume 2 CLR 2.0 –>
<Control Type="Infragistics.Win.UltraWinChart.UltraChart">The three relevant lines are in bold above. If you change the middle bolded line to be:
</Settings>–>
does it change the behavior that you see?
Note that to attach a file to the forum thread you need to change tabs when editing the post to the option tab and there you will find the option to attach a file.
Let me know if you have any questions with this matter.
-
-
-
0
Hello Sanshy99,
I have been looking into this forum thread, and it seems to me that your Application under test throws this message. It might be because of the following matters:
1. Please first clear the Infragistics content from the Licenses.licx folder of the application.
2. Make sure that the "Specific Version" of the Infragistics assemblies has been set to False.
3. Clean and rebuild your application.
4. Also it is important that the assemblies in the application are installed locally on that machine or they are being referred from a specific folder.Once you perform the mentioned steps, run the application one more time and try to perform the desired operations in the script.
If you have any other questions please feel free to let us know.
- You must be logged in to reply to this topic.
Suggested Discussions
Error: Could not load file or assembly ‘Infragistics2.WebUI.UltraWebChart.v7.3"
I installed the trial of NetAdvantage_ASPNET_20082_CLR35_Product.exe. The goal is my ability to upd…Infragistics Version 11.1.20111.1003 and Version 11.1.20111.2009
Hi, last month I installed infragistics 2011.1 in my pc, and yesterday a coworker who came in to th…Could not load file or assembly 'Infragistics4.Win.v15.2
, System.IO.FileNotFoundException: ‘Version=15.2.20152.2118, Culture=neutral, PublicKeyToken=…Could not load ‘Infragistics4.Web.v13.2’ assembly or one of its dependencies
I get this error: Could not load file or assembly ‘Infragistics4.Web.v13.2’ or one of …Tags
No tags
Created by
Created on
Mar 1, 2013 7:23 AM
Last activity on
Feb 19, 2026 7:33 AM