Forum Discussion
christianf
7 years agoOccasional Contributor
No, that does not address the question at all. I have installed TestExecute and TestComplete already. Now I am trying to run a test item in a test project from a python script and to receive the log file from that run.
christianf
7 years agoOccasional Contributor
so I was trying to do something like
log = TCInt.RunProjectTestItem("{}; /r /p:InstallationCS /t:\"Script|Installation_Auto\" /SilentMode /exit'" % ProjectPath)
in order to receive the output, but that doesn´t work out.