PollPress Uninstall Test Plan
This test plan ensures PollPress can be uninstalled cleanly.
Basic Uninstall
- Under the administration panel Options > PollPress, press the 'Delete all polls' button.
- When prompted, cancel.
- Press the 'Delete all polls' button again.
- When prompted, OK.
- Under the administration panel Presentation > Theme Editor, select 'Sidebar' from the files list.
- Find the code '<?php pollpress_voting_booth(); ?>' and delete it.
- Press the 'Update File' button.
- Go to the administration panel Plugins.
- Press the 'Deactivate' button.
- On your webserver, remove the 'pollpress' folder from the plugins folder, usually 'wp-content/plugins'.
Verify:
- Each time 'Delete all posts' is pressed, you are prompted.
- Polls are not deleted unless you confirm.
- After polls are deleted, Options panel reloads with 'All polls deleted' message at the top.
- The site's homepage functions correctly.
- The voting booth is no longer in the sidebar.
- The 'Polls' page has been removed.
Back to Main Test Plan