kanius
10 years agoOccasional Contributor
Problem with Null in Transfer when empty
Hi,
I'm having a issue with the transfer step in SoapUi Ng 1.3.1
In the option :
Set null on missing source is uncheck
Ignore empty/missing values is checked
but the transfert still send Null in my properties when the value is missing
After contactaing the support , they see the bug and propose me to replace the transfer step by a groovy script
def var = ....
if (var = "") {do something .... }
else {do something else .....}