Closed Bug 431883 Opened 17 years ago Closed 17 years ago

Need Litmus testcases for Thunderbird 3

Categories

(Webtools Graveyard :: Litmus, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: gkw, Assigned: coop)

Details

Post IRC conversation, we would need to copy the Thunderbird 2 Litmus testcases over to Thunderbird 3. Admins can then tweak the testcases for Thunderbird 3 as necessary in the future.
This usually requires coop copying over existing TB2 cases and then having admins update the groups, subgroups, testcases as needed to update for TB3. Cc'ing coop.
Assignee: nobody → ccooper
Back from paternity leave now. I'll do the cloning this afternoon.
Status: NEW → ASSIGNED
Priority: P3 → P2
Sorry for the delay. I'm adding the functionality into Litmus for admins to do this themselves. See bug 362489.
Depends on: 362489
No longer depends on: 362489
Gary: now that the cloning code has landed, I've cloned all the Thunderbird 2.0 testgroups/subgroups/testcases for Thunderbird 3.0. It is probably a good idea to go through the new testgroups/subgroups/testcases looking for references to "2.0" that need to be changed to "3.0." The cloning code does this automatically for the names of the testgroups/subgroups/testcases, but the actual text of the testcases often requires a judgment call. You'll be going through the testcases anyway to weed out ones that won't apply to 3.0 anyway, so this shouldn't be too big a deal. To make it easier, here's a listing of testcase IDs that have "2.0" in the steps/expected results: mysql> select testcase_id from testcases where (steps like "%2.0%" OR expected_results like "%2.0%") and branch_id=21; +-------------+ | testcase_id | +-------------+ | 5748 | | 5756 | | 5799 | | 5807 | | 5808 | | 5809 | | 5810 | | 5814 | +-------------+ 8 rows in set (0.02 sec) ...and the same thing for testcases with "1.5" in the steps/expected results: mysql> select testcase_id from testcases where (steps like "%1.5%" OR expected_results like "%1.5%") and branch_id=21; +-------------+ | testcase_id | +-------------+ | 5748 | | 5800 | | 5802 | | 5804 | | 5805 | | 5806 | | 5807 | | 5808 | | 5811 | +-------------+ 9 rows in set (0.01 sec)
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.