HajVR
4 years agoNew Contributor
Rearranging the test complete log
Hello Community, Is there anyway to programmatically re-arrange a test complete log after it has been created (and save it to a new file)? We would like to move the log items in an order we want (Fo...
- 4 years ago
Hi,
No, TestComplete's test log cannot be rearranged.
What is possible to do is to parse existing test log and create a new one with the structure and appearance that you need. (Implementation of both, the structure and appearance is your own responsibility.)
You've referenced correct help article to be used if you decide to parse the existing log and create a new one.