sridhar249
2 years agoOccasional Contributor
How to capture output of running a TestedApp
function runTestedApp(){
let testAppIndex = TestedApps.Add("C:\\Program Files\\SmartBear\\ReadyAPI-3.43.1\\bin\\agentavailability.bat")
let testApp = TestedApps.Items(testAppIndex)
testA...
- 2 years ago
The Run method returns the Process object and not the output.
See the example codes shown in Running PowerShell Scripts From TestComplete, section Run PowerShell Script and Get the Result as Text