Forum Discussion

sunrays123's avatar
sunrays123
Occasional Contributor
7 years ago

XML report from test complete logs

How to create custom XML report in Testcomplete? I'm using python language

3 Replies

  • baxatob's avatar
    baxatob
    Community Hero

    You can use one of the xml-libraries for Python (e.g. lxml) and

    - parse standard TestComplete log file (it also has an XML structure) to customize your own one 

    - or create your own xml-report during the test run.