Adjusting the number of truncated iterations and pagination page

Explain steps to adjust several parameters to optimize HTML test results.

To change the number of truncated iterations in test results and define whether pagination page is supported, perform the following steps:

  1. In a text editor such as Notepad, open the file:

    {TA_INSTALL_DIR}\templates\xsl\TAResult.xsl.

    {TA_INSTALL_DIR}\templates\xsl\common.xsl.

  2. Adjust the following parameters' values as you wish.

    • <xsl:param name="maxlinePaging" select="'20000'"/>

      Note:
      When the total number of action lines in a test result is larger than a specified number, the test result will display everything in a single HTML page, or no pagination page is supported.

    • <xsl:param name="limit_Iterations_Number" select="500"/>

      Note:
      When the total number of iterations is larger than a specified number, TestArchitect automatically begins to truncate the number of iterations that are shown in a test result.

    • <xsl:param name="display_First_Iterations_Number" select="1"/>

      Note:
      The number of first iterations that will be shown in a test result.

    • <xsl:param name="display_Next_Failure_Iterations_Number" select="3"/>

      Note:
      The number of iterations, which contain errors, warnings, failures, etc., that will be shown next in a test result.

    • <xsl:param name="display_Last_Iterations_Number" select="1"/>

      Note:
      The number of last iterations that will be shown in a test result.

    • <xsl:param name="display_Failure_Rows_Number" select="5"/>

      Note:
      The number of rows that will be shown in the Failure Summary table.

  3. Clear the HTML cache by doing the following.

    1. Open a test result’s location on your machine.

    2. Delete all files located under the html_result folder.

  4. Re-open the test result

    The test result is updated to reflect the new changes.


Copyright © 2021 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333