Forum Discussion
MarcusJ
Staff
12 years agoHi,
You can transfer a property between test steps within a test case using the property transfer test step. It seems that you are expecting the property transfer to transfer a property between test cases.
http://www.soapui.org/Functional-Testin ... alues.html
Not sure what you mean by automatically transferred in LoadUI.
Please post groovy script, and how you are invoking in LoadUI.
You can transfer a property between test steps within a test case using the property transfer test step. It seems that you are expecting the property transfer to transfer a property between test cases.
http://www.soapui.org/Functional-Testin ... alues.html
Approach 1- do nothing, as per the link, this is automatically transferred when runing in a loadui. That doesnt work.
Not sure what you mean by automatically transferred in LoadUI.
Approach 2- a groovy script that reads the value from Test case1, and sets the value into Test case 2. That works in SOAPUI. Never works in LOADUI.
Please post groovy script, and how you are invoking in LoadUI.