SoftwareTesting:Extensions:BookmarkTester: Difference between revisions
Jump to navigation
Jump to search
m (Fixed some weird character issues) |
m (→Source) |
||
(3 intermediate revisions by 3 users not shown) | |||
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 === | ||
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]] | |||
=== Source === | |||
(follow the link, then save the file) | |||
[[Image:Bookmarkstester.zip|Bookmarkstester.zip]] |
Latest revision as of 17:00, 20 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
- http://developer.mozilla.org/en/docs/Building_an_Extension
- http://developer.mozilla.org/en/docs/Creating_a_status_bar_extension
- http://kb.mozillazine.org/Extension_development
Source
(follow the link, then save the file)