How to export testopia test tests?

I would like to export Testopia test cases in CSV or XML format, but the built-in export does not allow a complete test case with steps and results. I have to export for those who will conduct tests without an Internet connection.

+5
source share
1 answer

You can find the cgi file, tr_show_case.cgi in the testopia patch bugzilla directory. Perhaps you can export the appropriate format using the link below. Using the last link, you should be able to export the print format, including a complete test case with steps and expected results.

http://<bugzilla_url>/tr_show_case.cgi?case_id=1&ctype=csv 
http://<bugzilla_url>/tr_show_case.cgi?case_id=1&ctype=xml 
http://<bugzilla_url>/tr_show_case.cgi?case_id=1&ctype=print
+2
source

All Articles