Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363689 - Parameter value label decoration missing when central data sets used
Summary: Parameter value label decoration missing when central data sets used
Status: CLOSED FIXED
Alias: None
Product: Jubula
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: Juno M6   Edit
Assignee: Markus Tiede CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 05:40 EST by Felix Ziesel CLA
Modified: 2012-02-29 06:37 EST (History)
2 users (show)

See Also:


Attachments
Test with no central data set (33.62 KB, image/png)
2012-02-28 07:48 EST, Alexandra Schladebeck CLA
no flags Details
Test with central data set (34.93 KB, image/png)
2012-02-28 07:48 EST, Alexandra Schladebeck CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.