Which programming language is best for automated testing and why?

hi all, i asked many questions on this forum site and i got many right answer so i expect this time also please

1 Like

@ruhiparveen0310

VB is the best programming language to use in UiPath.
because earlier as per my organization we used c# but we got some syntax errors and all at that time we are unable to find proper solutions on anywhere like youtube or forum .

most of the peoples are using VB and tutorial also built in VB most of the topics. if you stuck anywhere you can get simply solutions in UiPath universe very easily

Hi @ruhiparveen0310

– For simplicity and seamless integration with UiPath workflows: VB.NET is the easiest choice.

– For better performance and flexibility: C# is ideal, especially for larger or more complex test automation projects.

Ultimately, both languages work well for automated testing in UiPath, and your choice will depend on your personal or team’s preferences and the complexity of the tasks.

If found it helpful! If it resolves your question, feel free to mark it as a solution.

It depends on the requirement.
There are many tech stacks for automation testing, if you are only working with the web application and you have very small requirement, you are aware of programming language you can use Python with selenium - its open source and well documented.

But if you wanted to Test web/ windows/ mobile applications
You wanted to build the test cases faster and ship faster.
Manage test cases for multiple applications across multiple teams, use AI in testing,
connect with 3rd party tools like Jira, Azure Dev Ops you should consider UiPath Test Suite with Test Framework.
UiPath Studio supports VB and C# language for design and coding.

1 Like

Hello @ruhiparveen0310, VB.NET would be a better choice because there is significantly more resources available for it online. Almost all articles, forum posts, tutorials, ect are using VB.NET. There is more support for VB.NET in UiPath compared to C#.

1 Like

thanks to all my dear friends for giving me this valuable information

1 Like

If you find it helpful, please mark it as solution and close this thread.
This will help other to find correct solution.