Forum Discussion

jeetendra_mitta's avatar
jeetendra_mitta
Occasional Contributor
10 years ago
Solved

Environment variable

I need to test directory path and  test case name. Is there any type of enviroment varible that will helpful for me.
  • Marsha_R's avatar
    10 years ago
    Project.Path will give you the directory where your test project resides.  Is that not what you needed?



    Project.TestItems.Current.Name might give you the test name you want.