Forum Discussion

sethuk555's avatar
sethuk555
Occasional Contributor
12 years ago

Retrieve datasource Property in SOAP UI runner groovy script

Hi,

I have a datasource component set in load ui project whose data is from csv file.

Eg:
AccountNumber
02600002229
02600002230

Its connected to a soap ui runner component which has a groovy script step in it.How can I retrieve the "AccountNumber" property value in the groovy script during each load ui run.

Thanks

2 Replies

  • Create a TestCase property called AccountNumber in SoapUI.
  • sethuk555's avatar
    sethuk555
    Occasional Contributor
    Thanks.It works with that missed link creating test case property