Introduction
Hey Readers!!
Have you ever heard about Managing and executing test cases in the dynamic test suites with Katalon?
And have you wondered how this works? Then you are at the right place. Coding Ninjas have got you covered.
Let's begin to explore this topic.

Create a new dynamic test suite
To create a Dynamic test suite, Follow the steps given below.
1. In the Tests Explorer, click on the Test Suits and then > New > Dynamic Test Suite.

2. Enter the name of your Dynamic Test Suite.

3. Click on OK
Add the test cases to the dynamic test suite.
Firstly Enable the search query provider to add test cases to a dynamic test suite.
1. The query provider in Katalon Studio is set to No query provider available for the first time when you're using it to enable it to do as follows:
- One of the following plugins can be installed from the Katalon Store:
- A basic search for the dynamic test suite
- Test case management with tags
- Then go to account settings and reload the plugins.
2. Then the Query Provider automatically uses the installed plugin's query syntax after you successfully activate it.
3. After configuring the search query provider, you can add the test cases to the dynamic test suite using the Query Builder feature. Click Query Builder in the dynamic test suite view to access the Query Builder function.
The query builder includes this information:
- Id: To search the same Id for the testing artifact.
- Name: To search the name for the testing artifact.
- Tag: To search the tags linked for testing artifacts.
- Comment: To search the comments linked with the artifact.
- Description: To search the Description linked with the artifact.

4. Select Search after entering your search parameters. The matched test cases are queried by the query provider.
Frequently Asked Question
How do you run a test case multiple times in Katalon?
Call the current test case and add a loop statement to run a test case multiple times in Katalon.
How do you run multiple test suites in parallel?
You can run test methods, test classes, and test cases parallel within your project using TestNG.
How many test cases are needed for 100% coverage?
Four test cases are required for 100% decision coverage.
What are the three stages of test-taking?
The three stages of test taking are: Before, During, and After the Test.
What does the execution profile contain in Katalon?
Execution Profile makes running your automation test scripts in various contexts simple.