Hi,
I have installed the Q1 2013 for WPF controlls pack but i cant see TelerikCommon.dll to add the reference. can any one please let me know how to add reference.
Environment - VSTS 2012 premium with Q1 2013 pack for WPF controlls.
I Tried recording the WPF applications with rad grid. I added the references Telerik.Windows.Controls.dll and It is showing as WPFButton rather than RadButton as shown below.
void RecordedMethod1()
I have installed the Q1 2013 for WPF controlls pack but i cant see TelerikCommon.dll to add the reference. can any one please let me know how to add reference.
Environment - VSTS 2012 premium with Q1 2013 pack for WPF controlls.
I Tried recording the WPF applications with rad grid. I added the references Telerik.Windows.Controls.dll and It is showing as WPFButton rather than RadButton as shown below.
void RecordedMethod1()
{
#region Variable Declarations
WpfButton uIBtnButton = this.UINAFTAWindow.UINAFTAExporterGroup.UITxtExporterCustom.UIBtnButton;
#endregion
// Click 'btn' button
Mouse.Click(uIBtnButton, new Point(15, 8));
}
Please let me know what and all references to be added to get RADControlls using coded ui tests
-Sandeep