Forum Discussion

muthulakshmi's avatar
muthulakshmi
Occasional Contributor
5 years ago
Solved

Accessing tag name and description in Script

Is it possible to access tag name (that is currently being executed) in our script?
  • Wamboo's avatar
    5 years ago

    Hi,

     

    Yes, You can access these values by using:

     

    Project.TestItems.Current.Description or .Name property

     

    These values are bind to currently running TestItem.