Forum Discussion
As I had mentioned from a previous post,
Here are some command line examples,
- Runs all enabled projects in project suite:
TestComplete "C:\Project Flow\Project Flow.pjs" /run /exit /DoNotShowLog /ExportLog:"C:\Temp\Project Flow\index.html"
- Runs specific project in project suit:
TestComplete "C:\Project Flow\Project Flow.pjs" /run /exit /DoNotShowLog /ExportLog:"C:\Temp\Project Flow\index.html" /project:TestProject2
- Run specific unit and routine:
TestComplete "C:\Project Flow\Project Flow.pjs" /run /exit /DoNotShowLog /ExportLog:"C:\Temp\Project Flow\index.html" /project:TestProject2 /unit:Unit1 /routine:Test3
Do read TestComplete Command Line, as there's plenty of useful information.
Hi rraghvani could you please advise me exactly what the below script does?
- Runs specific project in project suit:
TestComplete "C:\Project Flow\Project Flow.pjs" /run /exit /DoNotShowLog /ExportLog:"C:\Temp\Project Flow\index.html" /project:TestProject2
Thank you
- rraghvani3 years agoChampion Level 3
Sorry for the late reply, I was on holiday.
It's an example of the correct command to be used with TestComplete.
- TK66663 years agoContributor
Hi@rraghvani i hope you had a lovely holiday😊
okay .does this command automatically send out the test execution report to people?
Related Content
- 3 years ago
Recent Discussions
- 4 days ago
- 4 days ago