Exporting Form Fields

You can save form field data for future use, by exporting your Form fields table as an XML file and importing it later.

Procedure

  1. In Configuration > Automatic form fill, click Export.
    The Export dialog box appears.
    Attention: While the login management and Multi-factor Authentication (MFA) information remains concealed in the Form Fields list, it's important to note that these values will still be exported to the file. If you make changes to any of the login or MFA details and subsequently import this file, the updated values will overwrite the existing ones.
  2. Click Continue.
    The Save As dialog box that appears lets you save the data as an ASFF file (AppScan Form Filler file). The content is in XML format.
  3. Name your file and click Save.

    Example of ASFF file content:

    
    <FormFiller Version="1.0" Enabled="True" DefaultValue="1234" 
    UseDefaultValue="True">
     <Group Name="InternalAppScanUserName" Value="" MatchType="Partial" Action="">
     <MatchNames>
     <MatchName>user</MatchName>
     <MatchName>name</MatchName>
     <MatchName>uid</MatchName>
     <MatchName>login</MatchName>
     <MatchName>usr</MatchName>
     </MatchNames>
     </Group>
    
    The form fill file is exported successfully.

What to do next

You can now import this file into AppScan. For more details, see Importing a saved ASFF file