Table of Contents

TestType Section

These settings define a test type.

  • Parent Sections
  • Full Section Key Path Examples
    • Workstation:Testing:TestTypes:0
    • Workstation:Testing:TestTypes:1
Key Value Type Default Value Description
TestTypeName string The Acuit Pinpoint test type name to use for test results. This test type must be configured in the line configuration via <test> Element.
Workflow Workflow Section n/a The workflow options that optionally define a test workflow. If a test workflow is not specified, then it is assumed that test results will be recorded via some other means, such as a custom plug-in.
ShowTestStrip boolean true Whether to show the test strip.
HideTestStripWhenNotApplicable boolean false Whether to hide the test strip when the test type does not apply to the unit. This is ignored if ShowTestStrip is false.
ViewFile string The optional XAML file containing the test view, as a WPF XAML file. This can either be a full path to a XAML file, or a relative path to a file within the Workflow:WorkflowPackageFile zip file. If not specified, "View.xaml" will be used if that file exists within the Workflow:WorkflowPackageFile zip file.
ViewRegionName string The Prism region name within which to place the view. This is required if a ViewFile is specified. Any region name available for use by plug-ins is supported. Additionally, MainRegion can be specified, in which case the view will be navigated to within the main region while a test is running.
TestStripViewFile string The optional XAML file containing content to display in the test strip in place of the standard content, as a WPF XAML file. When this is set, it will replace the default content in the unit display, which is provided via a TestStripView control. The view will have the entire width of the unit display window, and its height will be set to the height of the view content. The view will inherit a data context object of type ITestViewModel. This can either be a full path to a XAML file, or a relative path to a file within Workflow:WorkflowPackageFile. If not specified, "TestStripView.xaml" will be used if that file exists within Workflow:WorkflowPackageFile. The test strip will only be shown when ShowTestStrip is true (the default).