|
1 | | -# Coded ui test external plugin source project for wpf datagrid and treegrid |
2 | | -This repository contains the coded ui test external plugin source project for wpf datagrid and treegrid |
| 1 | +# Coded UI Test External Plugin Source Project for WPF DataGrid and WPF TreeGrid |
| 2 | + |
| 3 | +This repository contains the coded ui test external plugin source project for [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) and [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid). |
| 4 | + |
| 5 | +The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls. |
| 6 | + |
| 7 | +To test the Coded UI supported controls with CUITs, build the Extension project and place in the following mentioned location. |
| 8 | + |
| 9 | +<table> |
| 10 | +<tr> |
| 11 | +<th>Controls</th> |
| 12 | +<th>Compile assemblies</th> |
| 13 | +<th>Adding Extension assembly</th> |
| 14 | +<th>Extension Project</th> |
| 15 | +</tr> |
| 16 | +<tr> |
| 17 | +<td> |
| 18 | +SfDataGrid |
| 19 | +</td> |
| 20 | +<td> |
| 21 | +SfGrid.WPF |
| 22 | +</td> |
| 23 | +<td> |
| 24 | +Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll |
| 25 | +</td> |
| 26 | +<td> |
| 27 | +Get the Extension project from this repository. |
| 28 | +</td> |
| 29 | +</tr> |
| 30 | +<tr> |
| 31 | +<td> |
| 32 | +SfTreeGrid |
| 33 | +</td> |
| 34 | +<td> |
| 35 | +SfGrid.WPF |
| 36 | +</td> |
| 37 | +<td> |
| 38 | +Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll |
| 39 | +</td> |
| 40 | +<td> |
| 41 | +Get the Extension project from this repository. |
| 42 | +</td> |
| 43 | +</tr> |
| 44 | +</table> |
| 45 | + |
| 46 | +To run the CUITs, follow the steps: |
| 47 | + |
| 48 | +1. Run the Extension project and build it. |
| 49 | +2. You can get the following tabulated assembly from the bin folder. |
| 50 | + |
| 51 | +The above assembly must be placed in the following directory based on your Visual Studio version. |
| 52 | + |
| 53 | +<table> |
| 54 | +<tr> |
| 55 | +<th>Visual Studio Version</th> |
| 56 | +<th>Relative Path</th> |
| 57 | +</tr> |
| 58 | +<tr> |
| 59 | +<td> |
| 60 | +2010 |
| 61 | +</td> |
| 62 | +<td> |
| 63 | +C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\10.0\UITestExtensionPackages |
| 64 | +</td> |
| 65 | +</tr> |
| 66 | +<tr> |
| 67 | +<td> |
| 68 | +2015 |
| 69 | +</td> |
| 70 | +<td> |
| 71 | +C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPackages |
| 72 | +</td> |
| 73 | +</tr> |
| 74 | +<tr> |
| 75 | +<td> |
| 76 | +2017 |
| 77 | +</td> |
| 78 | +<td> |
| 79 | +C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages |
| 80 | +</td> |
| 81 | +</tr> |
| 82 | +</table> |
| 83 | + |
| 84 | +The Extension package should be installed(For example, Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll) in GAC location. Refer to the MSDN link for [GAC](https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-2.0/ex0ss12c(v=vs.80)) installation. |
0 commit comments