Forum Discussion

sparrowenclave's avatar
sparrowenclave
Occasional Contributor
4 years ago
Solved

How to get Integer value from excel and store in Soap UI properties step

  I have one data in excel which holds numeric value and when I am sending the same value from Excel to Soap UI properties, it's value getting converted into string like below: In Excel: Value of ...
  • HimanshuTayal's avatar
    HimanshuTayal
    4 years ago

    Hey!! Thanks for mentioning richie , yes you are absolutely correct.

     

    This is happening because Properties Step stores values in (key : value) pairs which are (String : String) if you want to use it as Integer than you need to parse it into integer.