SoftwareTesting:Extensions:BookmarkTester: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
m (Fixed some weird character issues)
Line 1: Line 1:
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.
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.


* http://www.xulplanet.com�nsIBookmarksService.html
* http://www.xulplanet.com/nsIBookmarksService.html


== Test Cases ==
== Test Cases ==
Line 17: Line 17:
=== Extension Wizard ===
=== Extension Wizard ===


* http://ted.mielczarek.org�extensionwiz
* http://ted.mielczarek.org/extensionwiz


=== Extension Development Resources ===
=== Extension Development Resources ===

Revision as of 14:35, 23 August 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