Forum Discussion
rraghvani
Champion Level 3
7 days agoI don't think it can be done within TestComplete. However, you can you either use Batch file or PowerShell script file to do this, via TestComplete Command Line
- ilkoTest7 days agoNew Contributor
Thank you for your reply. While the TestComplete Command Line seems a good solution for running the tests, I don't think it will support the progress indicator, which is my primary focus of why am I doing all of this
- rraghvani6 days ago
Champion Level 3
PowerShell can display a progress bar via Write-Progress.
For unattended automation, I would recommend a combination of progress/status + logging + failure notification. A progress bar alone isn't sufficient because it can't tell you whether a job has silently failed.