Poll Archives Test Plan
This test plan exercises the code used to generate the poll archives. It can be found at the site as a top level page named 'Polls'.
Display/Pagination
- If there are not at least 31 published polls, go to Write > Write Poll and publish at least 31 polls. Be sure to set the vote counts on some of the options.
- Return to the 'Polls' page.
- Page around using the 'next' and 'back' links at the bottom.
Verify:
- The page has the header 'Polls'.
- Every published poll is listed.
- The polls are sorted by publish date, and the newest are on the top.
- You can navigate to all the polls.
- The navigation links only show up when necessary. i.e. The next and back links are visible only when there is another page in that direction.
- Each poll has its title, date published, and total number of votes listed. This information should also be correct.
Voting booth
- Click on the title of one of the polls.
Verify:
- The voting booth for the poll is displayed. This can be tested in more depth by running the Voting Booth Test Plan
Back to Main Test Plan