ebodien
12 years agoContributor
Reading ProjectSuite name
I need to read the name of the current project suite in order to define where to save test run data. This is for a Manual test project; I am defining an OnStartTest event to capture user information....
- 12 years agoHi Eero,
I haven't used a manual test project, but to check the current project name from scripting you just have to access:
Project.FileName
Instead of:
ProjectSuite.FileName
You can check if that option is available in manual test project.
Remember that it will give you the project file name as it says, not the current project name (so if you renamed it, it won't match)
Hope it helped!