Hello,
I started making Data driven test in Katalon 6.2 by reading Excel sheet. It was working fine until I upgrade to Katalon 6.3.
I didn’t change anything to my spreadsheet or my code. Here an example :
String test = excelCasTest.getValue(colUser, IDTestCase);
Considering the data is “1”, in Katalon 6.2 it was getting the string “1”. In Katalon 6.3, it’s getting the string “1.0”.
I don’t see any change to this in the patch note.
Anyone else found this problem ?