You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



You are here: Test Case Matrix for Bookmarks > Test Case Description for sort-columns

Test Case Description for sort-columns

Purpose

This basic testcase is designed to verify that the column sorting feature works properly.

Initial Conditions

Steps/Description

  1. Select Bookmarks|Manage Bookmarks.
  2. Click on the "Name" column once.
  3. Click on the "Name" column a second time.
  4. Click on the "Name" column a third time.
  5. Click on the "URL" column once, and a second time.
  6. Click on the "Custom Keyword" column once, and a second time.
  7. Click on the "Description" column once, and a second time.
  8. Click on the "Last Visit" column once, and a second time.
  9. Click on the "Added On" column once, and a second time.
  10. Click on the "Last Modified" column once, and a second time.

Expected ResultsBy step

  1. The bookmarks should sort into alphabetical order. (a-b-c-d-e)
  2. The bookmarks should sort into reverse-alphabetical order. (e-d-c-b-a)
  3. The bookmarks should sort into "natural" order (the way they were originally sorted). (a-d-e-b-c)
  4. The bookmarks should sort into order by URL and then the reverse of that order. (d-a-b-c-e)
  5. The bookmarks should sort into order by Custom Keyword and then the reverse of that order. (c-d-a-b-e)
  6. The bookmarks should sort into order by Description and then the reverse of that order. (b-c-d-a-e)
  7. The bookmarks should sort into order by Last Visited time and then the reverse of that order.
  8. The bookmarks should sort into order by Added On date and then the reverse of that order.
  9. The bookmarks should sort into order by Last Modified date and then the reverse of that order.
  10. Separators should separate the sort as well, ie step one should result in a-b-c-d-e|aa-bb-cc-dd-ee, not a-aa-b-bb-c-cc-d-dd-e|.

Links