Hi Ramamoorthy,
Yes, it will
be support with VS2012 CodedUI automation Tool. For your reference here we have
explain the Code UI testing procedure for GridControl.
Steps for Coded UI Testing:
Thanks for the patience.
Could you please share the modified sample to replicate the issue? That would be very helpful for us to provide solution earlier.
Please
let us know if you have any questions.
Regards,
Raja
sekar.G
Hi there, I am working on this Coded UI automation and trying to follow the steps but I don't seem to be able to download the resource you mentioned. The link is not valid anymore, could you please advise?
Thanks,
Kent
Hi Kent Zheng,
Sorry for the delay in getting back to you.
We have reload the sample again and could you please check the attached sample in the following location.
Sample Link: Sample.zip
Source for GridExtension dll: Source for GridExtenstion.zip
Documentation : Coded UI test Document.zip
Please refer below UG link for more details about GridControl UI Automation.
UG Link: http://help.syncfusion.com/ug/wpf/grid/Documents/4181gridcontroluiautomationsupport.htm
For your reference we have attached the video and please find the following location.
Video Link: Coded UI Test Video.zip
Could you please ensure in your machine containing the Visual Studio ultimate version (10.0.30319.1) before performing the CodedUITesting . Since the updated version of Visual Studio ultimate will be crash while perform coded UI testing .Please refer the following msdn forum link for your more information.
Please let us know if you have any queries.
Regards,
Gobinath A.
Hi Tomas,
Sorry for the inconvenience caused. We have attached the files regarding the Coded UI documentation, source, videos . Please find the attachment and let us know if it is helpful .
Regards,
Deepak raj Sundar.
Hi Tomas,
Sorry for the inconvenience caused. We have attached the files regarding the Coded UI documentation, source, videos . Please find the attachment and let us know if it is helpful .
UITest files : UITest.zip
Sample :Sample.zip
Documentation and video :Coded_UI_Test_Documentation_and_video.zip
Source : Source.zip
Regards,
Deepak raj Sundar.
Error 19 Operator '==' cannot be applied to operands of type 'Microsoft.VisualStudio.TestTools.UITest.Input.ModifierKeys' and 'System.Windows.Input.ModifierKeys'
This error occurs in:
private static bool IsLeftClick(MouseAction mouseAction)
{
return mouseAction != null &&
mouseAction.ActionType == MouseActionType.Click &&
mouseAction.MouseButton == MouseButtons.Left &&
mouseAction.ModifierKeys == System.Windows.Input.ModifierKeys.None;
}
Hi Alan,
Thank you for the update.
We have analyzed your query and you have already posted the same query in the another forum # 119143. Could you please follow up that forum # 119143 for further details?
Regards,
Jai Ganesh S