i have a silverlight application that uses Telerik controls. one dialog has couple text boxes of the following type:
telerik:RadTabControl Grid
when i try to record in test studio the control is not found on playback. does the developer need to add more details for this control to be found?
I am new to this environment. using windows 7 and IE.
telerik:RadTabControl Grid
<TextBox Grid.Column="1" Grid.Row="0" Width="200" Margin="2,2,20,2" Text="{Binding EditConcept.BusinessEntityName, Mode=TwoWay, ValidatesOnNotifyDataErrors=True, ValidatesOnExceptions=true, NotifyOnValidationError=True}" >
when i try to record in test studio the control is not found on playback. does the developer need to add more details for this control to be found?
I am new to this environment. using windows 7 and IE.