Bug 837220

Summary: Automated column is missing when adding Test cases into Test run
Product: [Other] TCMS Reporter: jjankovi
Component: Web UIAssignee: June Zhang <junzhang>
Status: CLOSED NOTABUG QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelCC: ctang, dli, jcai, jianchen, junzhang, jzhao, nli, oskutka, vchen, xkuang, yawli, yuwang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-03 09:41:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot none

Description jjankovi 2012-07-03 08:19:55 UTC
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.

Comment 1 Jin Zhao 2012-07-03 08:44:55 UTC
(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 ?

Comment 2 Jin Zhao 2012-07-03 08:45:33 UTC
Created attachment 595903 [details]
screenshot

Comment 3 jjankovi 2012-07-03 08:52:45 UTC
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

Comment 4 Jin Zhao 2012-07-03 09:03:26 UTC
(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 .

Comment 5 jjankovi 2012-07-03 09:12:41 UTC
Thanks, this is much more elegant way ;)