Hello Community,
playing around first tim with DTS => “Manage dynamic test suites in Katalon Studio | Katalon Docs” I got the ‘problem’, that when I define a Query (even at KSE and also at KRE) the order of the TestCases is not the same like I defined in the query!
For us the order of the executed TestCases are required.
Is this ‘by design’ or is this an bug? Is there a way to define the order at the Query?
Example:
Query:
ids=(Test Cases/TestCase_01,
Test Cases/TestCase_88,
Test Cases/TestCase_02)
TestCase execution Order:
Test Cases/TestCase_01
Test Cases/TestCase_02
Test Cases/TestCase_88