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

From MozillaWiki
< QA‎ | Firefox3.5
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


= Overview =
= Overview =
With the creation of the search textbox widget a reusable widget with the same look and behavior is provided and can be used across the whole application. It operates in two different modes: instant-search or search button.
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 =
= Test Strategy =
[http://mxr.mozilla.org/mozilla-central/source/toolkit/content/tests/widgets/test_textbox_search.xul Mochitest] with comprehensive tests available, which should cover all testing areas. No further manual tests needed.  
[http://mxr.mozilla.org/mozilla-central/source/toolkit/content/tests/widgets/test_textbox_search.xul Mochitest] with comprehensive tests available, which should cover all testing areas.
 
At least we should have some manual tests to check the reaction on mouse clicks.


= Schedule Scoping =
= Schedule Scoping =
Line 17: Line 19:


= References =
= References =
Relevant posts:
* http://www.xulplanet.com/ndeakin/item/15
* http://www.xulplanet.com/ndeakin/item/15


Base Implementation:
Relevant bugs:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=406095 406095] Add emptyText property to textbox
* [https://bugzilla.mozilla.org/show_bug.cgi?id=388811 388811] Provide a search textbox widget
* [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=450800 450800] Style new search widgets on Mac OS X]
Open bugs:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=450800 450800] Style new search widgets on Mac OS X
* [https://bugzilla.mozilla.org/show_bug.cgi?id=449045 449045] Drop support for type="timed" for textboxes (Target: Mozilla2.0)
* [https://bugzilla.mozilla.org/show_bug.cgi?id=449045 449045] Drop support for type="timed" for textboxes (Target: Mozilla2.0)
UI replacements:
* [https://bugzilla.mozilla.org/buglist.cgi?bug_id=395642%2C+405892%2C+449317%2C+449375%2C+449465%2C+449661%2C+449664%2C+449669%2C+452001 Buglist] (Firefox)
* [https://bugzilla.mozilla.org/show_bug.cgi?id=451852 451852] (Thunderbird)
* [https://bugzilla.mozilla.org/show_bug.cgi?id=449690 449690] (SeaMonkey)
Improvements:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=449801 449801] Support filtering in popup/images/cookies/addons/passwords exception dialogs via search textbox widget

Revision as of 23:16, 11 November 2008

« 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

Mochitest with comprehensive tests available, which should cover all testing areas.

At least we should have some manual tests to check the reaction on mouse clicks.

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 bugs:

  • 406095 Add emptyText property to textbox
  • 388811 Provide a search textbox widget

Open bugs:

  • 450800 Style new search widgets on Mac OS X
  • 449045 Drop support for type="timed" for textboxes (Target: Mozilla2.0)