Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.29 KB

connect-to-wpf-app.md

File metadata and controls

27 lines (19 loc) · 1.29 KB
title page_title description position
Connect to WPF Application
Connect to WPF Application
How to connect to a running WPF process in Test Studio Desktop test? Can use an already started WPF application to connect to and continue recording steps in the desktop test>
3

Connect to WPF Application

The Connect to WPF Application feature allows you to connect the test recording and execution process to an already started WPF application.

This article demonstrates how to add this type of step into the test.

Choose the Connect to WPF Application option from the Step Builder and click on the Add Step button in the lower right corner of the pane.

Add Connect to WPF Application step

There are few notable properties of the step:

  • Process Name - (required) defines the process to connect to.
  • Process Index - (optional) defines the index of the application process.
  • Set Focus - sets focus on the application when launched.
  • Auto Close - closes the application process when test completes.

Connect to Application step properties