TeamcenterKnowledge

Installing and configuring MBSE > Configuring MBSE > Configuring test management

Configure Where Used tab to show tests

To view the validation requests associated with any workspace object under the Where Used tab, you must inject a WhereUsedAnalyses section into the required summary stylesheet of (for example) WorkspaceObject or ItemRevision.

Only objects of the Crt0VerificationRequest type are displayed; objects of the Crt0StudyRevision type and its subtypes are not displayed.

Inject method

  • Stylesheet: Object Summary

  • Under Page: <page titleKey="web_whereused">

  • Inject tag (comment explains the column is only relevant when the SDPD - Analysis Request solution is installed; remove the column if it is not):

    <!--
    ====================================================================
    The following column defines the display for when SDPD - Analysis
    Request solution is installed. If you have not installed this
    option, this column should be removed.
    ====================================================================
    -->
    <inject type="dataset" .../>
    

This injection needs to be applied to the relevant summary XRT stylesheets across the product, for example (non-exhaustive list from source):

  • aws2\data\Awp0Fnd0LogicalBlockRevisionSummary.xml and its ...ForShowObjectLocation.xml variant
  • aws2\data\Awp0Fnd0SystemModelRevisionSummary.xml and variant
  • aws2\data\Awp0FunctionalityRevisionSummaryForShowObjectLocation.xml
  • aws2\data\requirements\Awp0ParagraphRevisionSummary.xml and variant
  • aws2\data\requirements\Awp0RequirementRevisionSummary.xml and variant
  • aws2\data\requirements\Awp0RequirementSpecRevisionSummary.xml and variant
  • cdm1awcontractmanagement\data\xrts\Cdm1ContractRevisionSummary.xml (and related Contract/Correspondence/Submittal summaries)
  • esw1esmgmtaw\data\SoftwareRevisionSummary.xml and variant
  • fsh1awfinishmanagement\data\xrts\Fsh1FinishGroupRevisionSummary.xml, Fsh1FinishRevisionSummary.xml (and variants)
  • iav1verificationmanagement\IAV1MeasureReqmtRevisionSummary.xml, IAV1VerifReqmtRevisionSummary.xml (and variant)
  • wpm1awpkgmgmt\data\xrts\Wpm1WorkPackageRevisionSummary.xml (and variant)