Forum Discussion
rraghvani
Champion Level 3
27 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
ilkoTest
26 days agoOccasional 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
- rraghvani26 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.