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