Forum Discussion

dcorral's avatar
dcorral
New Contributor
12 years ago

Runtime acces to description column in some case created

I have a question, I have created a project in which I have a few cases, ok, I want to access to the "Description" column of any case but at runtime, that is, while I'm running a case (a function), th...
  • mugheessiddiqui's avatar
    12 years ago
    Hi David



    You may get description of current Test Item by using following statement.



    Log.Message(Project.TestItems.Current.Description);