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
+45-2Lines changed: 45 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,55 @@
1
-
# Coded ui test external plugin source project for wpf datagrid and treegrid
1
+
# Coded UI Test External Plugin Source Project for WPF DataGrid and WPF TreeGrid
2
2
3
3
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).
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