Won't Fix
Last Updated: 28 Apr 2015 07:47 by ADMIN
Wade
Created on: 23 Apr 2015 16:56
Type: Feature Request
0
Copied Tests are hidden if the List of Test lists is filtered
Steps to reproduce:
On the test list tab, filter the test lists by name.
Select a test list that is not hidden, then click copy.
The copied test list does not appear.
Clear the filters on the list of test lists
The Copied test list is there, but was hidden.

Expected results: If I have a filtered list of test cases and I copy a test case that is not filtered, the copied test case should inherit the same filtering criteria and should be visible in the list.
5 comments
ADMIN
Konstantin Petkov
Posted on: 28 Apr 2015 07:42
Hi Wade,

We're closing this as designed since this is how the filtering of RadGridView component is supposed to work anyway. Also to me personally, this is really a matter of learning how the component/functionality is designed to work. You can read more about this functionality here:
http://docs.telerik.com/devtools/wpf/controls/radgridview/filtering/basic

I hope our explanations helped and thank you for the feedback!

Regards.
Wade
Posted on: 27 Apr 2015 15:51
That's my point. If I'm filtering by option one and I copy a test case, it should be selected by default. Doing that gives a better user experience.
ADMIN
Daniel Djambov
Posted on: 27 Apr 2015 05:05
Telerik: when performing a copy of a Test List, we duplicate the Test List and add a 'copy' word at the end of the list. From my previous response, if you use Filtering by Name Contains and use the original Test List name, then the copy will be visible as it will contain the name of the original as I stated for option 2 for filtering. If you use option 1 to filter by specific case, this will not show the copied test list, as it is not explicitly selected. So in you case, use option 2 to filter by Name Contains or any other suitable filter.
Wade
Posted on: 24 Apr 2015 17:23
If I filter the test lists by any means, then create a new test list, it doesn't show up and looks like it didn't get created. I have to remove all of the filters to see the newly created test list.  I would expect that if the list is filtered and I'm creating a new test list, that it would meet the filtering criteria and be displayed when it is created. If I'm copying a test case from a filtered list, it should most definitely be displayed as it is an exact copy of the test list.
ADMIN
Daniel Djambov
Posted on: 24 Apr 2015 05:42
Telerik: please let us understand the exact request here - in the Test List filtering options, there are 2 options available: 1. To select a specific test list using a checkbox; 2. Row filtering find logic, where Name Contains can be selected as filter.
When using option 2, the case you describe works fine. When using option 1 - it also works as designed, because you select a specific item via checkbox to be listed, so creating a new item with Copy/Paste does not automatically show it as the filter does specific item selection.