Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Mark,
To obtain the name of the test item that is currently executed, you can use the following code:
Project.TestItems.Current.Name
To push this text to the TestComplete indicator, you can use the Indicator.PushText method.
I hope this helps :)