Can i use extends class like selenium?if yes how to do that

Can i use extends class like selenium?if yes how to do that

Hi Abhay,

Yes, Katalon Studio supports using external java libraries with easy steps. Please have a look at the instruction on how to use it: https://www.katalon.com/resources-center/tutorials/import-java-library/

Sorry i am looking for
public class abc extends SuiteBase{
}
So i want to use all class from Suitbase

I think the external scripts support that. Could you give it a try with the instruction from https://www.katalon.com/resources-center/tutorials/create-custom-keyword/

Hello Abhay, I’m trying out the same thing in Katalon but that does not work for me. I see the below error:-
Keyword runFeatureFile was failed (Root cause: cucumber.runtime.CucumberException: You’re not allowed to extend classes that define Step Definitions or hooks. class

Were you able to figure this out by any chance?
Thanks!