Customizing the RTXML Configuration File

You can create a custom RTXML configuration file by opening the default <TechnologyFolderName>_config.rtxml file by using a text editor, modifying the default entries that are generated for the AB Suite system, and saving the configuration file with a different name.

Note: If you make custom changes to the RTXML file, it is important to save the file with a different name, because subsequent builds of the AB Suite system regenerates the file with default values and the custom changes made by you is lost. If there are changes in the AB Suite model that introduce additional content into the generated configuration file, you must merge these changes into your custom configuration file.

The following is an example of the RTXML configuration file with a single system defined in it:

<?xml version="1.0" encoding="UTF-8"?>
<Configuration xmlns="http://tempuri.org/config.xsd" Version="1.0">
  <StartupSystem Name="Sample" />
  <System Name="Sample">
    <ComponentName>SAMPLE</ComponentName>
    <RuntimeServer>localhost</RuntimeServer>
    <DownloadServerURI>C:\Users\Administrator\documents\visual studio 2017\Projects\WPF_Test\Access Layer API 
Deploy</DownloadServerURI>
    <DownLoadCredentials>
    </DownLoadCredentials>
    <FileRepositoryDirectory>WPF_Test\Images</FileRepositoryDirectory>
    <Assemblies>WPF_Test.WPFClient.DataModels.dll,WPF_Test.WPFClient.DataViewModels.dll,
WPF_Test.WPFClient.Views.dll</Assemblies>
    <LocalDownloadDirectory>
    </LocalDownloadDirectory>
    <EnableKanji>false</EnableKanji>
    <DisableConsole>false</DisableConsole>
    <!--Valid values are Error, Info, Debug-->
    <LogLevel>Error</LogLevel>
    <LogFolder>c:\temp</LogFolder>
    <UseComputerNameForStation>false</UseComputerNameForStation>
    <StationName>WIN-IQFR1DJ10U5</StationName>
    <SupportAutoTabbing>true</SupportAutoTabbing>
    <OffLine>false</OffLine>
    <IsAnonymous>false</IsAnonymous>
    <ForceLogin>false</ForceLogin>
    <UseGateway>false</UseGateway>
    <GateWayAddress>127.0.0.1</GateWayAddress>
    <ShowClosingDownMessageForBye>true</ShowClosingDownMessageForBye>
    <Reports />
    <Languages>
         <Language Name=”English” Locale=”1033”>
         <Language Name=”Dutch” Locale=”19”>
    </Languages>
    <ATTRecord Enable="false" Mode="connect" Server="127.0.0.1" Port="8888">
      <File>C:\Temp\Recordings\Testcase.smtest</File>
      <RecordDynamicLists>false</RecordDynamicLists>
    </ATTRecord>
 </System>
</Configuration>