Unable to run tests in jenkins for Katalon version 6.3.3

Hi All,

I am using Katalon version 6.3.3 and locally my tests work perfectly, But when I am trying to execute my tests using Jenkins I get below error:

Unable to resolve class com.kms.katalon.core.windows.keyword.WindowsBuiltinKeywords

Any suggestions on how to resolve this?

Unable to resolve class com.kms.katalon.core.windows.keyword.WindowsBuiltinKeywords class is not part of the 6.3.3 package. Desktop app testing was introduced after 7.x.x versions. What I think happend is that you are creating testcases on a 7.x.x version and executing them on a 6.3.3 distribution. A solution to make it work (if importing that class is the only problem) is to remove that import from the testcase script. That way it will not try to import it again when on 6.3.3