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 and know the exact test item that used that variable.
Maybe this issue can make my work more easier and efficient.
Thank you
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.