Forum Discussion

Cyntia's avatar
Cyntia
Occasional Contributor
17 years ago

How can i log the current threads count?

Hello, i log times using script in this way: for(result in testRunner.results) { log.info result.testStep.label + '  ' + result.timeTaken + ' ms' } Also i want to log the count of threads th...