jimmykilleen
6 years agoNew Contributor
Get VB Script Unit Name from Distributed Testing setup
Hi,
I am currently running distributed tests with the following hierarchy
Individual VB Scripts with a list of sub routines
A Driver VB Script which runs all the sub routines from 1.
A ...
- 6 years ago
Hi jimmykilleen,
I'm not sure about the name of the script unit. I'll give you some sources that may help you.
It's possible to get the name of the currently running script routine. There is a sample script - you can find it here.
It's written in JavaScript. To use it in VBScript, you can add it to TestComplete's Script Extensions.
Community, any more thoughts?