Need help with Execution Profile

Execution Profile is just one of the ways of passing parameter values to test suites. Katalon Studio provides other various ways.

Combination of Execution Profile and other methods would make your life easier.

One Profile for one test suite execution. This is the given.

If you have many parameters and several categories, you should consider saving them in JSON files per category rather than storing them in an Execution Profile. You would want to write some metadata (which JSON files to load on test suite startup) in the Execution Profile. Your TestListener @BeforeTestSuite code can load as many JSON files as you would like.

4 Likes