Forum Discussion
AlexeyK
Alumni
14 years agoRick,
To get the project name, you can use the Project.FileName property, but it's ok to use a project variable for this too.
As for keyword tests, to every test you need, you can add a variable, whose default value will specify the test name. You can do this on the Variables page of the Keyword Test editor. If you run your tests using test items, you can get the current test item name by using the Project.TestItems.Current.Name property.