Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export testopia test-cases?

I'd like to export Testopia test cases in CSV or XML format but the builtin export doesn't allow to have the full test case with steps and results. I have to export for someone who will do tests without an Internet connection.

like image 727
Andrea Giovacchini Avatar asked Nov 06 '22 20:11

Andrea Giovacchini


1 Answers

You should be able to locate the cgi file, tr_show_case.cgi in the testopia patch bugzilla directory. You could probably export the related format using the link below. With the last link, you should be able to export out a printable format including full 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
like image 156
Jasonw Avatar answered Dec 17 '22 09:12

Jasonw