Skip to content

This repository contains the coded ui test external plugin source project for WPF DataGrid (SfDataGrid) and TreeGrid (SfTreeGrid).

Notifications You must be signed in to change notification settings

SyncfusionExamples/coded-ui-test-external-plugin-source-project-for-wpf-datagrid-and-treegrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and WPF 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.

Controls Compile assemblies Adding Extension assembly Extension 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.

Visual Studio Version Relative 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

The Extension package should be installed(For example, Syncfusion.VisualStudio.TestTools.UITest.SfGridExtension.dll) in GAC location. Refer to the MSDN link for GAC installation.

About

This repository contains the coded ui test external plugin source project for WPF DataGrid (SfDataGrid) and TreeGrid (SfTreeGrid).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages