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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -