Community
Participate
Working Groups
Extended Test Step information is not shown for parameters get from a data set.
The error occured when using a central test data set.
This error occurs in the Test result viewer. The information for parameters can be seen, but not the parameters from a data set.
A more detailed description of the problem: For a Test that is structured like this: TC [VAL1, VAL2] --Step 1 requires VAL1 --Step 2 requires VAL2 When the data are entered directly (via the properties view or data sets view), the result report looks like this: TC [VAL1, VAL2] (17,4) --Step 1 requires VAL1 (17) --Step 2 requires VAL2 (4) When the data are entered via a central data set, the result report looks like this: TC [VAL1, VAL2] --Step 1 requires VAL1 (17) --Step 2 requires VAL2 (4) i.e. the central data are not shown at the place they are defined. The attached screenshots show the difference in the result view. When testing, please also ensure that the HTML / XML reports contain the data, and that turning the decoration preference on and off has the desired effect.
Created attachment 211722 [details] Test with no central data set
Created attachment 211723 [details] Test with central data set
This issue should be fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=2fe47efd52023ae0db3b0ef4f0e49c2ca7d23bb0
Tested. Test result parameter decorator now displays data received from CTDS in Functional Test Execution Perspective and in Functional Test Reporting Perspective, i.e. Test Result View. Turning the decoration preference on and off has the desired effect. HTML / XML reports contain the data.