Forum Discussion

sparrowenclave's avatar
sparrowenclave
Occasional Contributor
6 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 Data column is 200 In Soap UI properties: Value of Data field is getting changed to 200.0

Can anyone help me to get the same numeric value in Soap UI properties?