I type 'qwert' in 'UserName' textbox and then playback. But it generate an error.Following:
Test method UserManagement.UserSearch.CodedUITestMethod1 threw exception:
Microsoft.VisualStudio.TestTools.UITest.Extension.PlaybackFailureException: Cannot perform 'SetProperty of Text with value " wert"' on the control. Additional Details:
TechnologyName: 'Web'
ControlType: 'Edit'
Id: 'ctl00_PageContent_ctl00_gvSearchWidget_ctl01_UserName'
Name: 'ctl00$PageContent$ctl00$gvSearchWidget$ctl01$UserName'
TagName: 'INPUT'
---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0xF004F006
BTW, while play back, It only types 'ert', 'q' is lost.
Any help, I will appreciate you.
Bin