QA/Firefox3.5/SearchWidget TestPlan: Difference between revisions

From MozillaWiki
< QA‎ | Firefox3.5
Jump to navigation Jump to search
mNo edit summary
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<small>[[QA/Firefox3.1/TestPlan|&laquo; QA/Firefox3.1/TestPlan]]</small>
<small>[[QA/Firefox3.1/TestPlan|&laquo; QA/Firefox3.1/TestPlan]]</small>


;Feature "Search Textbox Widget" Test Plan
;Feature <Search Textbox Widget> Test Plan
*First draft created 08-27-08
Owner: [mailto:hskupin@gmail.com Henrik Skupin]


= Overview =
= Overview =
 
With the creation of the search textbox widget a reusable widget with the same look and feel can be used across the whole application. It operates in two different modes: instant-search or by click on the search button.
  Provide an abstract of the feature and the test strategy.
  Are there particular challenges with testing this feature?


= Test Strategy =
= Test Strategy =
[http://mxr.mozilla.org/mozilla-central/source/toolkit/content/tests/widgets/test_textbox_search.xul Browser chrome tests] with comprehensive tests available, which should cover all testing areas. There is no need to create manual tests.


  List major areas of test coverage
= Schedule Scoping =
  List areas that will NOT be covered (by developer, third party, etc.)
Major feature has been landed.
  Describe how testcases will be created (litmus, mochitests, reftests, gristmill, etc..)


= Schedule Scoping =
All patches on depending bugs to replace old text boxes with the new search widget were checked-in and verified.
 
  Estimate amount of time it will take to complete feature
  (Consider nightly builds, security reviews, bugs turnaround time)


= References =
= References =
Relevant posts:
* http://www.xulplanet.com/ndeakin/item/15
Relevant bug reports:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=388811 388811] Provide a search textbox widget
* [https://bugzilla.mozilla.org/show_bug.cgi?id=406095 406095] Add emptyText property to textbox
* [https://bugzilla.mozilla.org/show_bug.cgi?id=449045 449045] Drop support for type="timed" for textboxes (Target: Mozilla2.0)


  Include notes, links, specs, relevant bugs
* [[https://bugzilla.mozilla.org/buglist.cgi?bug_id=395642,405892,449317,449375,449465,449661,449664,449669,450800,452001,458775,471319,471330,471776,477590,478517,483370,487518 List]] of regressions and additional implementations

Latest revision as of 16:13, 9 April 2009

« QA/Firefox3.1/TestPlan

Feature <Search Textbox Widget> Test Plan
  • First draft created 08-27-08

Owner: Henrik Skupin

Overview

With the creation of the search textbox widget a reusable widget with the same look and feel can be used across the whole application. It operates in two different modes: instant-search or by click on the search button.

Test Strategy

Browser chrome tests with comprehensive tests available, which should cover all testing areas. There is no need to create manual tests.

Schedule Scoping

Major feature has been landed.

All patches on depending bugs to replace old text boxes with the new search widget were checked-in and verified.

References

Relevant posts:

Relevant bug reports:

  • 388811 Provide a search textbox widget
  • 406095 Add emptyText property to textbox
  • 449045 Drop support for type="timed" for textboxes (Target: Mozilla2.0)
  • [List] of regressions and additional implementations