Skip to content

Commit cfb3b81

Browse files
ES-975464 - Addressed the concerns
1 parent 5c6fa72 commit cfb3b81

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

README.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,55 @@
1-
# 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
22

33
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).
44

55
The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls.
66

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+
746
To run the CUITs, follow the steps:
847

948
1. Run the Extension project and build it.
1049
2. You can get the following tabulated assembly from the bin folder.
1150

51+
The above assembly must be placed in the following directory based on your Visual Studio version.
52+
1253
<table>
1354
<tr>
1455
<th>Visual Studio Version</th>
@@ -38,4 +79,6 @@ C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPa
3879
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages
3980
</td>
4081
</tr>
41-
</table>
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

Comments
 (0)