soapui - Is it possible getting id's from one project to another by using Test Runner -
i have 2 projects.i running these projects 1 one using test runner(project level).is there way passing id's project1 project2.
thanks, arivazhagan
try
testrunner.testcase.testsuite.project.setpropertyvalue("name",value)
and different project
testrunner.testcase.testsuite.project.workspace.getprojectbyname("projectname").getpropertyvalue("name")
Comments
Post a Comment