TestArchitect Tutorial
Part 3: Extending TestArchitect
Lesson #10: WPF Extensibility
Scenario
WPF Extensibility solution
The requested page is not available for selected version.
Building the solution
Build the DLL for the Extension project so that TestArchitect can load the extension.
Remember:
It is highly recommended that you use Microsoft Visual Studio 2010 to program WPF Extensibility.To build the DLL file (for example, WpfExtensionSample) for the Extension project , perform the following steps:
In Solution Explorer, right-click WpfExtensionSample.
Select Build from the context menu.
The DLL file will be created in the location you specified for the WpfExtensionSample project in the earlier step.
Create a folder in C:\Users\Public\LogiGear\TestArchitect\ and name it wpf.
Create another folder in the wpf folder, naming it extensions.
Copy the generated DLL file into C:\Users\Public\LogiGear\TestArchitect\wpf\extensions.
This is the location where TestArchitect loads all extensions (*.DLL files).