You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
2
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).
4
4
5
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
6
7
+
To test the Coded UI supported controls with CUITs, build the Extension project and place in the following mentioned location.
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