Is there a way to override the KeyWordUtil Log generated by the WebUI method?

Now I know you had a look at this:

Let me show you another example of my Meta-programming hack, which (I believe) extends the capability of Katalon Studio significantly. See

My com.kazurayam.ks.globalvariable.GlobalVariableAnnex class employs Groovy’s Meta-programming technique to modify the internal.GlobalVariable object runtime. GlobalVariableAnnex can add new properties into the GlobalVariable instance.

This mean that you can add GlobalVariables programmatically while a Test Case is running.

1 Like