Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi nrmao,
In the Project's Setup Script, the project is passed in as a variable, so you can just do:
In the TestSuite's Setup Script, you get the project through the testSuite variable as shown before.
Renato
SmarBear Software
In the Project's Setup Script, the project is passed in as a variable, so you can just do:
project.getPropertyValue("projectPath")In the TestSuite's Setup Script, you get the project through the testSuite variable as shown before.
Renato
SmarBear Software