Configuring Structure Capture Automation for Requirement Capture from Microsoft Word

You can enable structure capture automation when capturing requirements from a Microsoft Word document. Enabling structure capture automation allows users to determine whether they want to use chapter headings for the names of captured requirements and whether they want to include chapter numbering in the name.

See Properties for Requirement Structure Capture Automation in Microsoft Word.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To enable structure capture automation when capturing requirements from Microsoft Word, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxRequirements.WordSettingPanel.showChapterAutomation = false

      Structure capture automation is not enabled by default.

    2. Set the value for this property depending on your business requirements:

      • true = Users can use structure capture automation to use chapter headings as the names of captured requirements and include chapter numbering in the name.
      • false = User cannot use structure capture automation when capturing requirements in Microsoft Word.

  3. When you are finished updating the text file with all properties that you want to modify, use the text file to modify the emxRequirements.properties page object. For more information, see Editing Properties Using MQL.