This repository contains the coded ui test external plugin source project for WPF DataGrid and WPF TreeGrid.
The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls.
To test the Coded UI supported controls with CUITs, build the Extension project and place in the following mentioned location.
| Controls | Compile assemblies | Adding Extension assembly | Extension Project |
|---|---|---|---|
| SfDataGrid | SfGrid.WPF | Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll | Get the Extension project from this repository. |
| SfTreeGrid | SfGrid.WPF | Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll | Get the Extension project from this repository. |
To run the CUITs, follow the steps:
- Run the Extension project and build it.
- You can get the following tabulated assembly from the bin folder.
The above assembly must be placed in the following directory based on your Visual Studio version.
| Visual Studio Version | Relative Path |
|---|---|
| 2010 | C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\10.0\UITestExtensionPackages |
| 2015 | C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPackages |
| 2017 | C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages |
The Extension package should be installed(For example, Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll) in GAC location. Refer to the MSDN link for GAC installation.