Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review the notion of "grouping" into genbiL #138

Closed
Seddryck opened this issue Nov 14, 2015 · 3 comments
Closed

Review the notion of "grouping" into genbiL #138

Seddryck opened this issue Nov 14, 2015 · 3 comments

Comments

@Seddryck
Copy link
Owner

It's currently not trivial to use the notion of grouping when using genbiL. Grouping is the action to transform a few rows into one row and for some columns create an array regrouping the distinct values.

Currently it must be specified when generating the suite. It's not intuitive and not reusable through distinct case-sets. More this feature is extremely limited because you can only apply this grouping to the last column.

In order to improve this feature we should support an option to apply the grouping at the case-sets level and it should support more than one column.

case group columns 'foo', 'bar';

More, it should also be possible to reduce the content of arrays and remove duplicated values.

case reduce columns 'foo', 'bar';
@Seddryck Seddryck self-assigned this Nov 14, 2015
@Seddryck Seddryck added this to the 1.12 milestone Nov 14, 2015
@Seddryck
Copy link
Owner Author

@Seddryck
Copy link
Owner Author

Exception: Deleted row information cannot be accessed through the row

@Seddryck
Copy link
Owner Author

Seddryck pushed a commit that referenced this issue Dec 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant