I have a question for data cloning when data has null character.
Please consider following scenarios with null data and provide your answers :
Scenario 1: Parent table has null values in one of the mandatory column . Will the cloning work for any child table?
Scenario 2: Parent have 3 child tables . Value in one column for the child table 1 is null/empty.Other 2 child tables have proper values.
-Will data be cloned for all 3 child tables ?
-Will child table 1 data be cloned till the transaction before it reaches null values.
-Will all the other values after null be ignored?
Release : 4.6
Component : CA Test Data Manager