We are using TM4J for test management. The test cases we create are modular. So we have child test cases (small and reusable) and master test cases which is a combination of several child test cases. I could not find in any adaptavist documentation on how to implement conditional test i.e., when a condition is not met, execute this child case, otherwise this child test case.
TIA!