When you use the "Call To Test" functionality what is being inserted in you parent test is a pointer to the called test. When you execute the test, the run time follows that pointer to the source test and brings over a copy of all the steps in the source test into the Run. The original step in the parent test, where the Call To Test pointer was added, is not retained. What you are seeing is expected behavior.
↧