1) Parent test A calls B which calls C 2) Test A sets an extracted variable via a coded ste 3) Test B is bound to a data source 4) Test C is a simple test When you run the test A calls B which calls C, when C returns and the second iteration of B runs, it errors out with "The extracted variable 'TestValue' does not exist in the store." This extracted variable was set in test A.