Katalon Studio DBMS Custom Keywords

Hi,

In the image you can see the console result where I first execute the code in a test case (where it is working) and then call the keyword (which you can see in the image too) that has the same code, but is not working.

I added to the keyword file already

  • import java.sql.Connection as Connection
  • import com.katalon.plugin.keyword.connection.DBType as DBType
  • import CustomKeywords as CustomKeywords
  • import com.kms.katalon.core.configuration.RunConfiguration as RunConfiguration

I think the problem is more a ‘use keyword in other keyword’ problem, but I don’t know how to solve it.(eventhough I checked on https://docs.katalon.com/katalon-studio/tutorials/how-to-use-custom-keyword-in-groovy-class.html)