Skip to content

Commit 31be10d

Browse files
authored
Merge pull request #2 from SyncfusionExamples/ES-975464
ES-975464 - Resolve the ReadMe file length issue in this sample repository
2 parents bd01c9d + a881289 commit 31be10d

File tree

1 file changed

+70
-2
lines changed

1 file changed

+70
-2
lines changed

README.md

Lines changed: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,70 @@
1-
# Coded ui test external plugin source project for wpf gridcontrol and griddatacontrol
2-
This repository contains the coded ui test external plugin source project for wpf gridcontrol and griddatacontrol
1+
# Coded UI Test External Plugin Source Project for WPF GridControl and WPF GridDataControl
2+
3+
This repository contains the coded ui test external plugin source project for [WPF GridControl](https://www.syncfusion.com/wpf-controls/excel-like-grid) and [WPF GridDataControl](https://help.syncfusion.com/wpf/classic/griddata/overview).
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+
GridControl
19+
</td>
20+
<td>
21+
Grid.WPF
22+
</td>
23+
<td>
24+
Syncfusion.VisualStudio.TestTools.UITest.GridExtension.dll
25+
</td>
26+
<td>
27+
Get the Extension project from this repository.
28+
</td>
29+
</tr>
30+
</table>
31+
32+
To run the CUITs, follow the steps:
33+
34+
1. Run the Extension project and build it.
35+
2. You can get the following tabulated assembly from the bin folder.
36+
37+
The above assembly must be placed in the following directory based on your Visual Studio version.
38+
39+
<table>
40+
<tr>
41+
<th>Visual Studio Version</th>
42+
<th>Relative Path</th>
43+
</tr>
44+
<tr>
45+
<td>
46+
2010
47+
</td>
48+
<td>
49+
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\10.0\UITestExtensionPackages
50+
</td>
51+
</tr>
52+
<tr>
53+
<td>
54+
2015
55+
</td>
56+
<td>
57+
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPackages
58+
</td>
59+
</tr>
60+
<tr>
61+
<td>
62+
2017
63+
</td>
64+
<td>
65+
C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages
66+
</td>
67+
</tr>
68+
</table>
69+
70+
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)