XML report from test complete logs
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018
01:49 AM
03-23-2018
01:49 AM
XML report from test complete logs
How to create custom XML report in Testcomplete? I'm using python language
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018
02:44 AM
03-23-2018
02:44 AM
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018
09:53 PM
04-11-2018
09:53 PM
How to parse standard TestComplete log file to an XML structure. I can see it only converts into html. XML option is not there.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2018
12:45 AM
04-12-2018
12:45 AM
http://lxml.de/tutorial.html#parsing-from-strings-and-files
Please provide more details, to get more exact reply.
First of all, why do you need a custom XML report?
What is your requirements to the output?
