Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
Try using this in a Groovy Script to get the current project's path:
You can assign this to a project property as follows:
...and then use it like this:
Hope this helps!
Henrik
eviware support
Try using this in a Groovy Script to get the current project's path:
testRunner.testCase.testSuite.project.path
You can assign this to a project property as follows:
testRunner.testCase.testSuite.project.setPropertyValue( "MyProperty", testRunner.testCase.testSuite.project.path)
...and then use it like this:
${#Project#MyProperty}Hope this helps!
Henrik
eviware support