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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -