Forum Discussion

erikgt's avatar
erikgt
Occasional Contributor
5 months ago
Solved

How to open HTMLX and tcLogX files outputted by TestExecute

As per this topic, on a TestExecute Jenkins pipeline being aborted due to a (Jenkins-side) timeout, the test results are saved as per the project's 'save log every ... minutes' setting. However, the ...
  • rraghvani's avatar
    rraghvani
    5 months ago

    Could you try with,

    Remove /ForceConversion and /ExportLog use .html and not .htmlx or .tclogx

    Also, does your automation require a UI or are you doing headless testing?

    FYI, to view a .tcLogX file, add it to your TestComplete project:

    1. In your project, right-click the Project_name Logs item in the Project Explorer and select Add > Existing Log File from the context menu.
    2. Navigate to the .tcLogX file using the standard Open File dialog and click Open.
    3. TestComplete will add the file to your project and you will be able to view it in the Test Log panel.