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?

  • Hi,

     

    Yes, You can access these values by using:

     

    Project.TestItems.Current.Description or .Name property

     

    These values are bind to currently running TestItem.

1 Reply

  • Wamboo's avatar
    Wamboo
    Community Hero

    Hi,

     

    Yes, You can access these values by using:

     

    Project.TestItems.Current.Description or .Name property

     

    These values are bind to currently running TestItem.