Forum Discussion

mkhan031486's avatar
mkhan031486
Contributor
7 years ago

Saving a element from JDBC response as a property

Hi . In one of my tests in SoapUI, I have to run a JDBC query and then select an element from the response and save it as a property. All through groovy. I'm doing the following.    1...
  • PaulMS's avatar
    PaulMS
    7 years ago

    For JDBC request use context.responseAsXml. That is the property name on test step custom properties tab.