SoftwareTesting:Extensions:BookmarkTester: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Actually use the right URLs...)
No edit summary
Line 24: Line 24:
* http://developer.mozilla.org/en/docs/Creating_a_status_bar_extension
* http://developer.mozilla.org/en/docs/Creating_a_status_bar_extension
* http://kb.mozillazine.org/Extension_development
* http://kb.mozillazine.org/Extension_development
[[Category:SoftwareTesting]]

Revision as of 21:27, 16 September 2006

The purpose of this extension is to provide a simple, extension-based test mechanism for the Bookmarks features in Firefox. It is to create and delete folders and bookmarks and verify that the requested action has been performed correctly through the bookmarks manager service.

Test Cases

  • Add bookmark
  • Remove bookmark
  • Add folder
  • Delete folder
  • Bookmark all tabs

Initial Setup

Extension Development and Testing Environment

Extension Wizard

Extension Development Resources