Dynamic Test Suite


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/dynamic-test-suite.html

Hi , Is there any API to generate these dynamic Test Suite ? I like to generate dynamic Test Suite on run-time from Test management tool .

Please educate me on the same .

waiting for response.

Hi @s.gainewar

There’s no official API for this at the current moment. However, if you’re technically inclined, then I suggest you get familiar with Katalon Platform:

Then read the code of this plugin:

Basically you can implement a plugin where before execution of a test suite you can choose certain test cases based on names (or tags - in the plugin above) to be executed only.

I second need for document with API for this, also would be nice to have OR implemented and NOT for test case filtering.