SoftwareTesting:Extensions:BookmarkTester: Difference between revisions
Jump to navigation
Jump to search
m (Fixed some weird character issues) |
m (Actually use the right URLs...) |
||
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/references/xpcomref/ifaces/nsIBookmarksService.html | ||
== Test Cases == | == Test Cases == | ||
Line 17: | Line 17: | ||
=== Extension Wizard === | === Extension Wizard === | ||
* http://ted.mielczarek.org/extensionwiz | * http://ted.mielczarek.org/code/mozilla/extensionwiz/ | ||
=== Extension Development Resources === | === Extension Development Resources === |
Revision as of 14:37, 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