Litmus:Adding Testcases to Litmus:Example Submissions

From MozillaWiki
Revision as of 18:01, 6 June 2006 by ChrisCooper (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Add a testcase to an existing testgroup and subgroup

<testgroups>

<testgroup>
<name>1.5 Basic Functional Tests (BFTs)</name>
<product>Firefox</product>
<branch>1.5 Branch</branch>
</testgroup>

</testgroups>

<subgroups>

<subgroup>
<name>Extensions</name>
<testgroup_name>1.5 Basic Functional Tests (BFTs)</testgroup_name>
<product>Firefox</product>
</subgroup>

</subgroups>

<testcases>

<testcase>
<name>Verify Top Extension : Adblock</name>
<subgroup_name></subgroup_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>