How to use TestSuite to Test Non-RPA Application

I’m working on a Google Cloud Application. Can I use the UiPath TestSuite to test it? I’m trying to test its functionalities. Instead of Manual testing, can I use the UiPath TestSuite? If yes, Can someone guide me?

Hi @Ajith_Vijayan
Absolutely - you can use Test Suite for your application testing!

Have you got your test sets and tests laid out already? Test Suite allows you to connect certain ALMs to import your test cases (and export results, if necessary). Otherwise, from the ground up, you can of course start in the UiPath Test Suite with your requirements and break those down into test cases. Depending on your setup, Autopilot for Testers might be a helper here.

When it comes to designing your test cases in UiPath Studio:
Instead of designing RPA Tests, go ahead and design your test cases (i.e. in BDD - with the Given When Then structure). You’d also have the option to design Coded Test Cases (in C#), depending on your expertise - it’s definitely something you should check out when making architectural decisions.
Note: You cannot import feature files, if that’s something you’re used to, though.

For your application and testing you may want to check out the UiPath Object Repository and how you can leverage that.

There are other aspects to be considered to make this an even more successful setup (Guidelines on writing test cases/BDD, Execution Templates, handling of variants, Pipelines, Utils/Libs, …), but I hope this helps in your decision making!

Cheers
Roman

1 Like