Hi Team,
This filter is not working. Only returning TC_01 not TC_02.
names=(TC_01, TC_02)
Thanks,
Venkat
Hi Team,
This filter is not working. Only returning TC_01 not TC_02.
names=(TC_01, TC_02)
Thanks,
Venkat
Hello there!
I tried this on my local Katalon and I was able to locate three Test cases using a partial match on their names.
I have created TC_01; TC_02 and TC_03 test cases.
Then I created a Dynamic Test suite with a name Query name=(TC_0)
Then, after clicking Preview button, i got the three tests as a result.
I suggest you to double check that name query or use anothe query strategy for example adding a Tag label in each test cases and then find those Tests cases using that tag.
Hope it helps!
Bests!
Hi Gaston,
We appreciate the suggested approach, but our requirement is to execute only a specific subset of test cases out of a large suite of 200 cases.
Since the test case names do not follow a common pattern, we need a targeted selection method that allows us to specify exact test case names, such as: name=(TC_01,TC_02,TC_03)
Thanks,
Venkat
does tagging work for you if you use cucumber library?
No.
Using only katalon scripts only with selenium.
If your test case names have no common pattern and you need specific ones identified, it seems you would do better to use a regular test suite rather than a Dynamic test suite?
Or else you can add tags to each test case so that you can run the suite with only those tagged test cases maybe?