Forum Discussion
ilkoTest
7 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
rraghvani
Champion Level 3
6 days agoPowerShell 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.