On Thursday, June 11, 2015 at 2:00:21 AM UTC-6, Thorsten Schöning wrote:
>
> > Can we install Testopia on Bugzilla 5.0 or above ?
>
> Testopia is an independent project, you should better ask them. From
> my experience most members of this list don't even use it.
>
>
https://developer.mozilla.org/de/docs/Mozilla/Bugzilla/Testopia#Links
>
> Mit freundlichen Grüßen,
>
> Thorsten Schöning
>
> --
Yes you can! We just tested it and it works. We had to do this for it to work:
1) Checksetup.pl will fail with foreign keys. Using something like Heidi SQL, open test_case_components, check component_id column type to; MEDIMUMINT. Then run it again and it will succeed.
2) There is one Testopia error you will get in the browser, if you Google it, you will find a fix for it:
Line 221 of the tr_process_case.cgi
--- foreach my $field qw(action effect) {
+++ foreach my $field (qw(action effect)) {