I had one requirement where for each child test references I want to use thier own test data (irrespective to parent test data).
example:
in child test I have data 1
in child test 2 I have data 2
and I am using child test and child test 2 in parent test with no data.
I want when I run parent test, for child test it uses data 1 and for child test 2 it uses data 2
is it even possible with test data? if yes then how?


