Skip to content

Commit 5c6fa72

Browse files
ES-975464 - Resolve the ReadMe file length issue in this sample repository
1 parent 5d1388e commit 5c6fa72

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
11
# 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
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 run the CUITs, follow the steps:
8+
9+
1. Run the Extension project and build it.
10+
2. You can get the following tabulated assembly from the bin folder.
11+
12+
<table>
13+
<tr>
14+
<th>Visual Studio Version</th>
15+
<th>Relative Path</th>
16+
</tr>
17+
<tr>
18+
<td>
19+
2010
20+
</td>
21+
<td>
22+
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\10.0\UITestExtensionPackages
23+
</td>
24+
</tr>
25+
<tr>
26+
<td>
27+
2015
28+
</td>
29+
<td>
30+
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPackages
31+
</td>
32+
</tr>
33+
<tr>
34+
<td>
35+
2017
36+
</td>
37+
<td>
38+
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages
39+
</td>
40+
</tr>
41+
</table>

0 commit comments

Comments
 (0)