C# (C sharp) language can be used in scripting language while creating test cases in script mode?

Hi,

Can we use C# (C sharp) language in scripting language while creating test cases in script mode? Or any way to use c# in Katalon.

Thanks!
Nidhi

You can use Java/Groovy language. C# is not supported now.

1 Like

Could you please let us know how can we use JAVA, as of now we are able to use only groovy language in scripting mode?

Apache Groovy is a powerful, optionally typed and dynamic
language, with static-typing and static compilation capabilities, for the Java platform
aimed at improving developer productivity thanks to a concise, familiar and easy to learn
syntax
. It integrates smoothly with any Java program, and immediately delivers to your application
powerful features, including scripting capabilities, Domain-Specific Language authoring,
runtime and compile-time meta-programming and functional programming.

http://groovy-lang.org/

On short, that means you can write plain java code into your scripts