Forum Discussion
12 Replies
- rraghvani
Champion Level 3
Does the example shown in https://support.smartbear.com/testcomplete/docs/reference/project-objects/test-log/log/saveresultsas.html work for you?
- chandrikanagOccasional Contributor
Hi,
It is giving me 404
- chandrikanagOccasional Contributor
rraghvani, Pls find the below response
Yes already using the same .. Below code was working fine till 15.61 test complete version
def export_logs():
logspath1 = Project.Variables.result_path+"\TC_LOG"
Log.Message("TestComplete Log path:"+logspath1)
Log.SaveResultsAs(logspath1, lsHTML)