Skip to content

Commit d9e4c50

Browse files
ES-975464 - Addressed the concerns
1 parent 88a4e2e commit d9e4c50

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

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

3-
This repository contains the coded ui test external plugin source project for wpf [GridControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridControl.html) and [GridDataControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridDataControl.html).
3+
This repository contains the coded ui test external plugin source project for [WPF GridControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridControl.html) and [WPF GridDataControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridDataControl.html).
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+
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+
732
To run the CUITs, follow the steps:
833

934
1. Run the Extension project and build it.
1035
2. You can get the following tabulated assembly from the bin folder.
1136

37+
The above assembly must be placed in the following directory based on your Visual Studio version.
38+
1239
<table>
1340
<tr>
1441
<th>Visual Studio Version</th>
@@ -39,3 +66,5 @@ C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPa
3966
</td>
4067
</tr>
4168
</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)