Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Once you have created a layout then, you can verify the layout activity. layout can be tested for both source and target end. In order to test a layout you have to supply the source file, and layout will show you the output file and the error file if any. When a layout is tested, it parses the supplied file as per the structure defined in the layout and generates the output and error files. The output file contains the record which are parsed successfully error file contains the record which are not parsed. Follow the below steps to process of testing a text layout is explained below.


Steps to verify text layout activity

  1. Go to Account and click Manage Objects. 



  2. Click LAYOUTS & MAPPINGS > Text.



  3. Select the layout activity that you want to test and select the option Edit from the More Actions menu under the Actions column. This displays the Edit Text layout screen.

  4.  Click the Test button. The Test Schema screen is displayed.

  5. Select the type of schema to test from the drop-down list of Type. By default, Source is selected.
  6. Click Browse button and select the file which you want to test.
     

    The file extension in this field will vary based on the schema you are testing. If you are testing a text schema then, the file will have .txt extension. If you are testing an excel schema then, the extension will be .xls.
    If you want to test this schema for the target end, select Target from the Type drop-down list. Now the source file will be an xml file that the mapping activity generates. In this case, target file will be the file that the schema generates as an output. For example, if you are testing a Text Schema that you are using at the target end then, the target file will be a .txt file.
  7. Click the Submit button. This tests the specified source file according to the defined schema and gives you the link of out files generated.
     

    Once you click the Submit button, there files are generated: 
     
     Source File: File which you have selected 
     Target File: File which is generated by schema as output 
     Error File: File that contains erroneous record if any.
  8. To view the file click on the link of file you want to view.

    You can test all the schemas except for Advance Database schema, Database schema, and XML Schema.



  • No labels