Solved
Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
Project.TestItems.Current is the actual test item itself. Replace with Project.TestItems.Current.Name and see if that gets you what you need.
- vthomeschoolmom7 years agoSuper Contributor
I cannot get the Name because the Current is null. I did use name....
- cunderw7 years agoCommunity Hero
Are you running from the project level with test items added to it? Sounds like you might running an individual keyword test or script function.
- vthomeschoolmom7 years agoSuper Contributor
Ohhhhhhhhhh. Yes I am. Dern, now I am thinking of the documentation I was reading when I found that info. Thanks.