Details
-
Sub-task
-
Resolution: Fixed
-
Neutral
-
1.0
-
None
-
None
Description
Currently, all test classes have to define the node structure used as string.
(damTree ="/folder.@type=mgnl:folder\n" +
"/folder/image1.@type=mgnl:asset\n" + "/fo)
This is redundant as they mainly used the same node hierarchy.
This node definition has to be inherited or easily configure in a central place.