Description of problem: When I am creating test run for specific test plan, there is the list of test cases of this plan which I can add to the test run. The problem is, there is missing "Automated" column in this list, so if I wanted to add only automated tests, this list would not help so much. Adding the "Automated" column would improve UI and make creating Test runs easier.
(In reply to comment #0) > Description of problem: When I am creating test run for specific test plan, > there is the list of test cases of this plan which I can add to the test > run. The problem is, there is missing "Automated" column in this list, so if > I wanted to add only automated tests, this list would not help so much. > Adding the "Automated" column would improve UI and make creating Test runs > easier. Do you mean automated column in test run as attachment ?
Created attachment 595903 [details] screenshot
No. These are my steps: 1. open some test plan 2. click on tab "Cases" 3. click Run -> Write new run ASSERT: In "Create New Test Run" page there is a list containing "Automated" column FAIL: In "Create New Test Run" page there is a list that does not contain "Automated" column
(In reply to comment #3) > No. These are my steps: > > 1. open some test plan > 2. click on tab "Cases" > 3. click Run -> Write new run > ASSERT: In "Create New Test Run" page there is a list containing "Automated" > column > FAIL: In "Create New Test Run" page there is a list that does not contain > "Automated" column Thanks for your reporting . You can filter cases before click create a new run . Detail steps as following . I think it's maybe ok for your request . And any problem feel free to add your comments . 1. Open any test plan 2. Click "Show filter options" 3. Fill item which you want to filter, click "Filter Cases" button 4. Select the cases in filter list 5. Click run -> write new run --->>Now all list cases are you want to select .
Thanks, this is much more elegant way ;)