Modify ↓
Opened 13 years ago
Closed 12 years ago
#8932 closed defect (fixed)
Reports
Reported by: | anonymous | Owned by: | Roberto Longobardi |
---|---|---|---|
Priority: | high | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Is there any way to got to a test plan page and print out the information on it a report. that would contain the test case. whether it passed ot not and also the other test plan information. Thank you very much
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Trac Release: | 0.11 → 0.12 |
The tab view works somewhat for this, but it doesn't list out the steps of the test case.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed with 1.5.1.
The test plan tabular view can now display also the test description. Configure it in the Admin panel.
Note: See
TracTickets for help on using
tickets.
I think what you're looking for is the Tabular View of a Test Plan: http://trac-hacks.org/wiki/TestManagerForTracPlugin#TestPlans
It displays exactly the information your're asking for, and it should be printed pretty well.
With ticket #8958 someone asked for an exporting capability for test catalogs and test cases. It may be cool to also export test plans, which would include whether any test case passed or not.
Ciao, Roberto