Forum Discussion
rraghvani
Champion Level 3
3 years agoYou are using PowerShell script?
The formatting needs to be correct and should look e.g. like this,
& 'C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\SessionCreator.exe' RunTest /UserName:Test /password:'t3st' /UseActiveSession /ScreenResolution:"1920*1080" /ProjectPath:"C:\Sandbox\TestComplete\Sample\Sample.pjs"
or
Start-Process 'C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe' -ArgumentList """C:\Sandbox\TestComplete\Sample\Sample.pjs"" /run /exit /DoNotShowLog /ExportLog:""C:\Sandbox\Log\TC_$tc_timestamp\index.html"" /project:Sample1 /ExportSummary:""$summary_report""" -Wait
ThomasLM
3 years agoOccasional Contributor
Yes, a powershell script