From 88a4e2e20c2970295a919cd6378917ad3e4ca7a0 Mon Sep 17 00:00:00 2001 From: Sreemon Premkumar M Date: Tue, 19 Aug 2025 16:26:25 +0530 Subject: [PATCH 1/4] 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 d0f7aed..ba76b2a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ # Coded ui test external plugin source project for wpf gridcontrol and griddatacontrol -This repository contains the coded ui test external plugin source project for wpf gridcontrol and griddatacontrol + +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). + +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 +
From d9e4c50bb00ab7bad13f566b3bef1b23eabe5155 Mon Sep 17 00:00:00 2001 From: SreemonPremkumarMuthukrishnan Date: Wed, 5 Nov 2025 00:51:13 +0530 Subject: [PATCH 2/4] ES-975464 - Addressed the concerns --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba76b2a..279b9f9 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,41 @@ -# Coded ui test external plugin source project for wpf gridcontrol and griddatacontrol +# Coded UI Test External Plugin Source Project for WPF GridControl and WPF GridDataControl -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). +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). 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
+GridControl + +Grid.WPF + +Syncfusion.VisualStudio.TestTools.UITest.GridExtension.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. + @@ -39,3 +66,5 @@ C:\Program Files (x86)\Common Files\Microsoft Shared\VSTT\15.0\UITestExtensionPa
Visual Studio Version
+ +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. From df2d7094097ffba7c03a5e525b1d98f338384d8d Mon Sep 17 00:00:00 2001 From: SreemonPremkumarM Date: Fri, 7 Nov 2025 17:40:34 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 279b9f9..0c9af95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Coded UI Test External Plugin Source Project for WPF GridControl and WPF GridDataControl -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). +This repository contains the coded ui test external plugin source project for [WPF GridControl](https://help.syncfusion.com/wpf/gridcontrol/overview) and [WPF GridDataControl](https://help.syncfusion.com/wpf/classic/griddata/overview). The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls. From a881289f6ed8c9c40367998beb79a275e9ca59e0 Mon Sep 17 00:00:00 2001 From: SreemonPremkumarM Date: Fri, 7 Nov 2025 17:55:21 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c9af95..0c05a0f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Coded UI Test External Plugin Source Project for WPF GridControl and WPF GridDataControl -This repository contains the coded ui test external plugin source project for [WPF GridControl](https://help.syncfusion.com/wpf/gridcontrol/overview) and [WPF GridDataControl](https://help.syncfusion.com/wpf/classic/griddata/overview). +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). The Coded UI Test(CUIT) extension is a technology manager that tells Coded UI Test to use UI automation for Syncfusion WPF controls.