Forum Discussion

Nursyamim's avatar
Nursyamim
Occasional Contributor
5 years ago
Solved

Project Variables Issue

Hi,   I am using the variables to autamate my testing for a dektop application. I don't know how to view the usage of those variables?  Meaning that from the Project variable itself, I can view...
  • tristaanogre's avatar
    tristaanogre
    5 years ago

    You can always do a search for Project.Variables.<Variable Name>.  That will find all instances of where that variable is in use.

    Project.Variables aren't "code" like other variable declarations are.  So, there's no tracing back to the definition/declaration. They are items in the XML format of the MDS file of your project, configuration more than code. As RUDOLF_BOTHMA mentions, you can put in a feature request. 

    Alternatively, you could create a code unit and use traditional variables as your globals in whatever code language you're using.