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 - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -