Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
ok.. from within the load script you would do something like
project.setPropertyValue( "wsdl", project.interfaces["nameofinterface"].definition )
or if in a setup script you would first do
def project = testSuite.project
...
Hope this helps!
/Ole
eviware.com
ok.. from within the load script you would do something like
project.setPropertyValue( "wsdl", project.interfaces["nameofinterface"].definition )
or if in a setup script you would first do
def project = testSuite.project
...
Hope this helps!
/Ole
eviware.com