I have a test A, which has a single vairable that it uses in its data. This variable is not in Test B or Test C.
Test A calls Test B, Test B has its own data (FILENAME, ISDEFAULT), but Inherit Parent Data Source is false in Test B.
Test B Calls Test C, and Test C has Inherit Parent Data Source set to true and the same data columns as Test B (FILENAME, ISDEFAULT). In TestC. When I run my test, the FILENAME variable is empty.
It seems like Test C is using Test A's data, and not Test B's.
Any suggestions? Is this scenario something that is not possible?