Forum Discussion

SubuAutomation's avatar
SubuAutomation
New Contributor
2 years ago

Export Full Log into a shared drive using javascript

 

My goal is to write a function to export full log [after execution is complete] into a shared location for others to view. I know that I can do this manually. 

My intention is not use this every time, hence write a function (java scripts) to simulate the above action. 

Note: I am also aware of 'command line' approach <TestComplete.exe "C:\My Projects\MySuite.pjs" /run /p:MyProj /exportLog:"C:\TestLogs\Log.html">. However, 

I don't want to use command line instead I want to use IDE.

Thank you.