One Test case is dependent on Another Test Case

The scenario is that one of my test case,say TestCase_One, is dependent on another test case,say TestCase_Two. I do not want to call that test case in another Test case as it would like to keep my test case independent and i do not want to repeat one task which is not necessary in another.
Is there any way where in I can get execution status of one test case into another?
Also, execution of second row of test data of a test case is dependent on execution third row of test data of another case.Can you suggest a solution for this?

1 Like