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
- Install this bookmarks file.(abcdbookmarks.html)
- You must also customize your sidebar to include a bookmarks panel.
Steps/Description
- Select Bookmarks|Manage Bookmarks.
- Click on the "Name" column once.
- Click on the "Name" column a second time.
- Click on the "Name" column a third time.
- Click on the "URL" column once, and a second time.
- Click on the "Custom Keyword" column once, and a second time.
- Click on the "Description" column once, and a second time.
- Click on the "Last Visit" column once, and a second time.
- Click on the "Added On" column once, and a second time.
- Click on the "Last Modified" column once, and a second time.
Expected ResultsBy step
- The bookmarks should sort into alphabetical order. (a-b-c-d-e)
- The bookmarks should sort into reverse-alphabetical order. (e-d-c-b-a)
- The bookmarks should sort into "natural" order (the way they were originally sorted). (a-d-e-b-c)
- The bookmarks should sort into order by URL and then the reverse of that order. (d-a-b-c-e)
- The bookmarks should sort into order by Custom Keyword and then the reverse of that order. (c-d-a-b-e)
- The bookmarks should sort into order by Description and then the reverse of that order. (b-c-d-a-e)
- The bookmarks should sort into order by Last Visited time and then the reverse of that order.
- The bookmarks should sort into order by Added On date and then the reverse of that order.
- The bookmarks should sort into order by Last Modified date and then the reverse of that order.
- 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|.