QA/Firefox3.5/ViewSource Testplan: Difference between revisions

From MozillaWiki
< QA‎ | Firefox3.5
Jump to navigation Jump to search
Line 11: Line 11:


View Page Source may be invoked several ways.
View Page Source may be invoked several ways.
1. Select #View >> Page Source# from the main menu.
1. Select '''View >> Page Source''' from the main menu.
2. Select #View Page Source# from the page context menu.
2. Select '''View Page Source''' from the page context menu.
3. Press #Ctrl-U/Cmd-U# on the keyboard.
3. Press '''Ctrl-U/Cmd-U''' on the keyboard.


View Selection Source may only be invoked from the context menu when some content on the page is currently selected.
View Selection Source may only be invoked from the context menu when some content on the page is currently selected.

Revision as of 23:15, 14 November 2008

« QA/Firefox3.1/TestPlan

Feature <abc> Test Plan

Overview

 Provide an abstract of the feature and the test strategy.  
 Are there particular challenges with testing this feature?

The View Source feature displays the source HTML of a page as the original text, not as rendered markup. The related View Selection Source command displays just the source for the selected range on the page.

View Page Source may be invoked several ways. 1. Select View >> Page Source from the main menu. 2. Select View Page Source from the page context menu. 3. Press Ctrl-U/Cmd-U on the keyboard.

View Selection Source may only be invoked from the context menu when some content on the page is currently selected.

Test Strategy

 List major areas of test coverage
 List areas that will NOT be covered (by developer, third party, etc.)
 Describe how testcases will be created (litmus, mochitests, reftests, gristmill, etc..)

Schedule Scoping

 Estimate amount of time it will take to complete feature
 (Consider nightly builds, security reviews, bugs turnaround time)

References

 Include notes, links, specs, relevant bugs