C# or other language using UiPath

Dear Forum Members,

Is it possible to execute code of other languages using UiPath. I have checked the activity “Invoke code” for C# and VB but Is there any other language’s code which could be executed on UiPath. And if Yes, what are these languages and how to execute the code.

Would really appreciate any help. Thanks in advance.

1 Like

@dimple.khurana Yes, you can write python or VBA scripts and invoke them into UiPath.

@Pravin_Patil1 ,

Thanks for your response.

Is it for Python and VBA or for other languages also? And, Can we execute these scripts within the UiPath Test suite also.??

Thanks.

@dimple.khurana

Hello Dimple,
you can also use with native UiPath packages as activity direct in the workflow

  • PowerShell - Windows scripting language, very powerful and available on any Windows system
  • VBScript - Older Windows scripting language, still widely used but no longer recommended

and with additional packages, available at the marketplace, as activity direct in the workflow

  • AutoIt - Powerful scripting language for automation purposes, very active community, often used in test automation scenarios

and with a little bit of Invoke Code

  • JScript - a JavaScript derivate for dotNET.

Best regards
Stefan

Hi @StefanSchnell ,

Thanks for your response. Can we use these with the UiPath Test Suite Automation?

1 Like

@dimple.khurana

Hello Dimple,
in my opinion yes.
Best regards
Stefan

@Christian_Mayer
Hello Christian,
a tiny question: Do you know any reasons why it should not be possible to use an additional language with the UiPath Test Suite?
Thanks and best regards
Stefan

Hi @dimple.khurana!
Stefan is absolutely correct. All the features available in Studio for RPA purposes is also available for the Test Suite. We think about it as automation, not matter if for RPA or Testing.

2 Likes

No, you are absolutely right, @StefanSchnell, whatever is available in Studio and any activity pack is available for all disciplines, no matter if RPA or Testing.

1 Like

@Christian_Mayer

Thank you very much for your response Christian :slightly_smiling_face:

@Christian_Mayer ,

Thank you so much for your response.

1 Like