Unplanned
Last Updated: 15 Feb 2017 08:58 by ADMIN
ADMIN
Elena
Created on: 08 Feb 2017 13:59
Type: Feature Request
2
InheritParentDataSource is taking the top level test data source for multiple nested tests
If there are nested test on multiple levels and InheritParentDataSource is enabled for the bottom level test it will take the data of the top level test and not the one with data and unchecked inheritance property. 

Test A with data source -> Test B with data source -> Test C with data source with InheritParentDataSource enabled 




Expected: Test C to take data from Test B.

Actual: Test C will take the data source from Test A although Test B does not inherit its data. 


If the setting could be extended to 'InheritTopLevelDataSource' and 'InheritParentDataSource' would be a good solution. 
0 comments