@Thomas,
How avoid primitive error in database test with Karate automation and JDBC driver.
Because today when I use "variable = field.lengt" for fields as INTEGER type I received the null return and not the correct lenght. Only to work with caracter column type.
Do you know the reason? Or how Can I compare the lenght value returned by database column with Karate automation?