Hi,
I don’t know if this is a bug of my specific configuration, but after I updated to Katalon 5.5.0 my test case failed because it would not open my browser when I launched it. I rewrote the test case (since it was just 5 items) and it worked so I compared the scripts writtne in 5.4.2 and 5.5.0. The difference was as follows:
(5.5.0): import com.kms.katalon.core.testobject.TestObject as TestObject
(5.4.2): import com.kms.katalon.core.testcasestobject.TestObject as TestObject
Exact error message:
Jean/Script1528375008676.groovy: 15: unable to resolve class com.kms.katalon.core.testcasestobject.TestObject
Is it my configuration? An incorrectly executed update? Something else?
-Curtis