Create a generic test suite for multiple profiles

I want to create a generic test suite which can be used for all profiles but I notice there is a Profile column in the test suite collection which suggests I have to change it manually each time I want to test different profile.

Put simply, I would like to use the button circled in red instead of manually changing the column circled in blue.
image

Can you suggest an alternative?

Thanks!

You can use console mode. It’s very easy
https://docs.katalon.com/katalon-studio/docs/console-mode-execution.html

in a collection you add test suites with pre-defined profiles set.
what you really want to use is a test suite, not a collection

Hi @Ibus thanks for your reply.
Oh I see what you mean. Only there are essential elements of the test suite collection I need. By this I mean that I need to be able to test the test suite in parallel on three different browsers. This is why I have the test suite collection.