Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 363689

Summary: Parameter value label decoration missing when central data sets used
Product: [Technology] Jubula Reporter: Felix Ziesel <Felix.Ziesel>
Component: UIAssignee: Markus Tiede <markus.tiede>
Status: CLOSED FIXED QA Contact: Oliver Goetz <Oliver.Goetz>
Severity: normal    
Priority: P3 CC: alexandra.schladebeck, markus.tiede
Version: unspecified   
Target Milestone: Juno M6   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Test with no central data set
none
Test with central data set none

Description Felix Ziesel CLA 2011-11-14 05:40:57 EST
Extended Test Step information is not shown for parameters get from a data set.
Comment 1 Felix Ziesel CLA 2011-11-14 05:44:03 EST
The error occured when using a central test data set.
Comment 2 Felix Ziesel CLA 2011-11-28 08:15:54 EST
This error occurs in the Test result viewer. The information for parameters can be seen, but not the parameters from a data set.
Comment 3 Alexandra Schladebeck CLA 2012-02-28 07:45:37 EST
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.
Comment 4 Alexandra Schladebeck CLA 2012-02-28 07:48:05 EST
Created attachment 211722 [details]
Test with no central data set
Comment 5 Alexandra Schladebeck CLA 2012-02-28 07:48:24 EST
Created attachment 211723 [details]
Test with central data set
Comment 7 Oliver Goetz CLA 2012-02-29 06:37:12 EST
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.