I was reading the documentation on data driven testing and I had a few questions in regards to data driven tests on multiple levels.
The User Guide gave an example of a data-bound test executing a test as step where the test inherited the parent's data. Is this possible to do when the parent test is using local data, too or does this only work with data bound from elsewhere?
In the case of a data-bound test calling another data-bound test, is it possible for the child test to still use values from the parent test?
Not quite related to data-bound testing, can a child test use values extracted in a parent test using the extract feature?
It doesn't matter if it has to be coded or not, I just want to know if it's possible.
Thanks in advance