jeetendra_mitta
11 years agoOccasional Contributor
Environment variable
I need to test directory path and test case name. Is there any type of enviroment varible that will helpful for me.
- 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.