Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334514 - Unify / Restrict usage of parameter-lists within a single parameter value
Summary: Unify / Restrict usage of parameter-lists within a single parameter value
Status: CLOSED WONTFIX
Alias: None
Product: Jubula
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 09:10 EST by Markus Tiede CLA
Modified: 2013-12-17 08:27 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tiede CLA 2011-01-17 09:10:03 EST
The client and remote control usage of parameter-lists within a single parameter value should be unified / restricted: currently there are two ways to specify a test e.g. to select the first and second element from a given list (a; b; c; d):
 1. select index from list; index: "1, 2"
 2.1. select index from list; index: "1";
 2.2. select index from list; index: "2"; extend selection "true"

Some time ago we added the second way to replace the first one as it is not really user friendly. Due to the necessity to mask functional characters for the client the first way of specifying test data may be complicated, e.g. for the list ( 1; 1, 2; 2; 2, 3; 3):
 1. select value from list; value: "1\, 2, 2\, 3"
 2.1. select value from list; value: "1\, 2"
 2.2. select value from list; value: "2\, 3"; extend selection "true"
 
I suggest to completely remove the "," as a functional character to specifiy a list of parameters for a single parameter-value. In future:
 1.1. select value from list; value: "1, 2"
 1.2. select value from list; value: "2, 3"; extend selection "true"
 
Things to keep in mind when adressing this issue:
 - backwards compatibility / migration plan for existing projects
Comment 1 Alexandra Schladebeck CLA 2011-08-12 06:50:09 EDT
Being able to enter a list of items for selection using commas as separators is still a desired feature of working with parameters.
Comment 2 Markus Tiede CLA 2011-08-12 07:39:10 EDT
Unification is then still an issue: we should check / extend all actions to support this feature.
Comment 3 Alexandra Schladebeck CLA 2013-12-13 08:36:22 EST
I don't think that we're going to do anything in the near future one way or the other. Please reopen if something changes.
Comment 4 Oliver Goetz CLA 2013-12-17 08:27:30 EST
Closed due to comment 3