Show / Hide Table of Contents

Testing title configuration and custom metadata

For details on the configuration process, please see the tutorial.

Interactive tool

The UI tool provides a more intuitive experience, and it integrates the features of the TitleConfigurationClient to determine available title names and update config files. See the Query Watson page for download instructions and additional features of the UI tool.

Command-line tool

This program requires quite a few parameters, including the 1) title name, 2) a crash ZIP (not supporting a CAB yet), 3) a crash analysis XML and 4) a metadata script file. Example use:

dotnet run -p tools\MetadataTestTool -- \
    --crash 00000000-0000-0000-0000-000000000000.zip \
    --analysis test\TestFiles\WatsonAnalysis\NonRetail_PC.xml \
    --config test\TestFiles\SampleTitleConfiguration.json \
    --metadata .\test\TestFiles\CustomMetadata\WatsonToAzureDevOps.cs

Help

Usage: MetadataTestTool [options...]

Options:
  --analysis <string>                Path to the WatsonAnalysis.xml file. (Required)
  --config <string>                  Path to the JSON title configuration. (Required)
  --metadata <string>                Path to the custom C# metadata script. (Required)
  --crash <string?>                  Path to the Watson crash .zip file. (Default: null)
  --json                             Output as JSON instead of plain text. (Optional)
  --crash-name <string?>             Name of the crash or Watson failure. (Default: null)
  --application-name <string?>       Name of the application which crashed. (Default: null)
  --application-version <string?>    Version of the application which crashed. (Default: null

This page was last modified on July 03 2024, 07:45 PM (UTC).

  • Edit this page
In this article
Back to top Generated by DocFX