Opened 13 years ago
Closed 13 years ago
#8958 closed enhancement (fixed)
An ability to export test data to CSV format needed
Reported by: | anonymous | Owned by: | Roberto Longobardi |
---|---|---|---|
Priority: | highest | Component: | TestManagerForTracPlugin |
Severity: | major | Keywords: | Export |
Cc: | rpg8910@… | Trac Release: | 0.11 |
Description
It would be good to have an "export data" feature. We may need it for migrating data between different bug tracking systems and for backup purposes.
Proposed CSV structure is: Catalog, Sub-Catalog, Sub-Catalog, Test Case ID, Name, Description
Attachments (1)
Change History (14)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Yes, it would be great to use such option in the nearest feature.
Olga
comment:3 Changed 13 years ago by
Priority: | normal → highest |
---|---|
Severity: | normal → major |
comment:4 Changed 13 years ago by
Cc: | rpg8910@… added; anonymous removed |
---|
Changed 13 years ago by
Attachment: | testman4trac.1.4.9.dev.src.zip added |
---|
Development 1.4.9 version with test catalog and test plan export to CSV
comment:5 Changed 13 years ago by
Hi guys, I found some time to develop this export to CSV feature.
In the test catalog and test plan pages you will find an "Export ..." button.
The export format is designed to eventually import the stuff back into another Test Manager plugin, as soon as a compatible import feature will be implemented :D (the current import feature is simpler than that.)
Try it out and let me know what you think.
Ciao, Roberto
comment:6 Changed 13 years ago by
Great, will try it out and let you know. So I assume that 1.4.9 is modified based on 1.4.8?
Cheers, Kelvin
comment:7 Changed 13 years ago by
Hi Kelvin, yes, it is a modified version of 1.4.8. I don't remember whether I changed the version number in the build... In case I didn't, just replace the egg files into the Trac plugins directory.
Ciao, Roberto
comment:8 Changed 13 years ago by
on ie8, firefox and chrome the export buttons are running!
the export data is on the first look ok - but how we can import that data ?
comment:9 Changed 13 years ago by
for the import we don't need id's we need a way to import the data in sub-catalog names. if a subcatalog name is not existing it should be created.
comment:11 Changed 13 years ago by
Hi, the fix to this ticket is in the latest BETA 1.4.9 release, attached to #9287.
Actually there also is the need for updating the language catalogs. I have uploaded the modified versions on Transflex for anyone to contribute.
Refer to the forum post for details.
It would be great if you could take a tour and, besides looking at the new stuff, make sure nothing (big) is broken.
Thanks, ciao. Roberto
comment:13 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Implemented (time ago ;-)) in 1.4.9.
Hi, this is a nice idea, thanks for your suggestion.
Maybe exporting test plan information, including whether each test case passed or not, may be useful too.
I'll put this enhancement in the pipeline :D
Ciao, Roberto