Litmus:Adding Testcases to Litmus:Example Submissions: Difference between revisions
Jump to navigation
Jump to search
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
== Add a testcase to an existing testgroup and subgroup == | == Add a testcase to an existing testgroup and subgroup == | ||
<litmus> | |||
<testgroups> | <testgroups> | ||
| Line 9: | Line 11: | ||
<product>Firefox</product> | <product>Firefox</product> | ||
<branch>1.5 Branch</branch> | <branch>1.5 Branch</branch> | ||
<subgroups> | <subgroups> | ||
| Line 17: | Line 16: | ||
<subgroup> | <subgroup> | ||
<name>Extensions</name> | <name>Extensions</name> | ||
<product>Firefox</product> | <product>Firefox</product> | ||
<testcases> | <testcases> | ||
| Line 27: | Line 22: | ||
<testcase> | <testcase> | ||
<name>Verify Top Extension : Adblock</name> | <name>Verify Top Extension : Adblock</name> | ||
<product>Firefox</product> | <product>Firefox</product> | ||
| Line 53: | Line 47: | ||
</testcases> | </testcases> | ||
</subgroup> | |||
</subgroups> | |||
</testgroup> | |||
</testgroups> | |||
</litmus> | |||
Latest revision as of 19:15, 12 July 2006
Add a testcase to an existing testgroup and subgroup
<litmus> <testgroups> <testgroup> <name>1.5 Basic Functional Tests (BFTs)</name> <product>Firefox</product> <branch>1.5 Branch</branch> <subgroups> <subgroup> <name>Extensions</name> <product>Firefox</product> <testcases> <testcase> <name>Verify Top Extension : Adblock</name> <product>Firefox</product> <author_email>ccooper@deadsquid.com</author_email> <details>Background explanatory text (if necessary)</details> <steps> <ol> <li>From the Main menu, open Tools | Extensions. Then click the "Get More Extensions" link.</li> <li>Navigate through addons.mozilla.org and select the Adblock extension for installation. Click the appropriate "Install" link which points to an .xpi file.</li> <li>I the dialog titled "Software Installation", click the Install Now button</li> <li>Restart Firefox</li> <li>Check to make sure the Adblock works by blocking an advertisement. (context click the ad to discover adblocks menu items)</li> <li>Reload the page</li> </ol> </steps> <expected_results>Adblock should be installed and active (if it is compatible with this version of Firefox). Adblock should blank the advertisement.</expected_results> <sort_order>7</sort_order> <regression_bug_id>300000</regression_bug_id> <format>manual</format> </testcase> </testcases> </subgroup> </subgroups> </testgroup> </testgroups> </litmus>