From 5c6fa72df67477ea684afee8bb44342a31bfe734 Mon Sep 17 00:00:00 2001 From: Sreemon Premkumar M Date: Tue, 19 Aug 2025 16:38:43 +0530 Subject: [PATCH 1/2] ES-975464 - Resolve the ReadMe file length issue in this sample repository --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7448709..7fa81c5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ # Coded ui test external plugin source project for wpf datagrid and treegrid -This repository contains the coded ui test external plugin source project for wpf datagrid and treegrid + +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). + +The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls. + +To run the CUITs, follow the steps: + +1. Run the Extension project and build it. +2. You can get the following tabulated assembly from the bin folder. + + + + + + + + + + + + + + + + + + +
Visual Studio VersionRelative Path
+2010 + +C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\10.0\UITestExtensionPackages +
+2015 + +C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPackages +
+2017 + +C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages +
\ No newline at end of file From cfb3b8151421ad76463a4c82585f6fcfbfa3b374 Mon Sep 17 00:00:00 2001 From: SreemonPremkumarMuthukrishnan Date: Wed, 5 Nov 2025 00:55:08 +0530 Subject: [PATCH 2/2] ES-975464 - Addressed the concerns --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fa81c5..8d17b5f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,55 @@ -# Coded ui test external plugin source project for wpf datagrid and treegrid +# Coded UI Test External Plugin Source Project for WPF DataGrid and WPF TreeGrid 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). The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls. +To test the Coded UI supported controls with CUITs, build the Extension project and place in the following mentioned location. + + + + + + + + + + + + + + + + + + + + +
ControlsCompile assembliesAdding Extension assemblyExtension Project
+SfDataGrid + +SfGrid.WPF + +Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll + +Get the Extension project from this repository. +
+SfTreeGrid + +SfGrid.WPF + +Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll + +Get the Extension project from this repository. +
+ To run the CUITs, follow the steps: 1. Run the Extension project and build it. 2. You can get the following tabulated assembly from the bin folder. +The above assembly must be placed in the following directory based on your Visual Studio version. + @@ -38,4 +79,6 @@ C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\14.0\UITestExtensionPa C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPackages -
Visual Studio Version
\ No newline at end of file + + +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. \ No newline at end of file