I wanna get data from datasource: context.expand( '${DataSource#elemnt}' ) when this coloumn return nothing it return "" not null is possible change something to return null if column return nothing ?
null value is treated as empty string. If you want to ignore it you can do it by checking setting "Goto on Loop on Empty" in DataSource to skip null values.
no I dont wanna ignore null value I need null value. When I have in database null I wanna assert this for null and when I have empty string in database I wanna assert empty string.
you are correct - this is a bug due to the nature of how soapUI handles properties - essentially there is no "null" possibility - please file a bug-report in the Bugs Forum and we will log and prioritize it accordingly.
Was this issue resolved or is there a workaround? We have a get method where we need to assert that the data that is being fetched matches the data in our db but are running into the columns that are null.