Forum Discussion

jshu's avatar
jshu
Occasional Contributor
9 years ago
Solved

assertion

I'm using SoapUI Pro to validate xml response for ICD10 medical codes in data driving test, the data source is an Excel spreadsheet, a typical example of 2 rows of data look like:   ICD10CM, Diabet...
  • nmrao's avatar
    9 years ago

    You should be able to do something like that. And maintain the description in a property file, as you mentioned, as key, value pair.


    In the data driven test, load the property file.
    For the last column, instead of taking value, get the value from properties file using the value of last column as key. Then assign the value for description.
    You should be able to get examples on the net to load properties and get value of certain property key.