Implement possibility to extent test cases range, specified in test suite based on DependsOn() property set for test cases in unified test scenario.
Steps:
1. Create scenario with TC.01 & TC.02
2. Write for TC.02 DependsOn(TC.01) in test scenario
3. Run test scenario for TC.02 only
Expected:
Execution list is created for TC.01 & TC.02
Actual:
Execution list is created for TC.02 only