we are using Katalon8. There is an update for some time and we would like to update to Katalon9. Accroding to how to: Migrate Katalon Studio from 8.x to 9.0.0 | Katalon Docs . It should be easy in our case, as we are on Windows, does not use plugins, or different java / groovy instance.
It is not as easy as expected, I can open the repository with the katalon 9. Inside we have a java17 and also groovy 3, so I expected a lot of compilation issues, but I cannot see any. I can run the test and it will fail because of:
That is strange to me, I do not understand why is unexpected. The method is there, it can compile (or maybe not, because as I described, there is no compile error), but during the runtime is unexpected? It is method:
public static Object callTestCase(TestCase calledTestCase, Map binding)
Looks like error is in test - cannot compile. As I wrote above, I cannot see any of them, just this error message. Maybe I donβt know where to find them or how to show compiling issues. I suppose, this should be default, but I starting with Katalon, so I donβt know yet.