Tests List
This is a list of automated tests that are run so far. There are four kinds of users that are used in the testing
- anonymous_user: this user is the basic user without any permissions save 'access content'
- basic_user: a simple authenticated user that has permission to create blogs, edit/delete own blogs and create/edit/delete their own entries
- power_user: an authenticated user with permissions to create blogs, edit/delete anyones blogs and create/edit/delete any entries
- other_user: this is an authenticated user that doesn't have any everyblog relate permissions
Core Functionality
- Installation
- Throw error message if core Blog module is enabled
- Create Blog
- Check that anonymous_user can't create a blog
- Check that other_user can't create a blog
- Check that basic_user can create a blog
- Check that power_user can create a blog
- Edit Blog
- Check that anonymous_user can't edit an existing blog
- Check that other_user can't edit an existing blog
- Check that basic_user can edit their own blog
- Check that basic_user can't edit someone else's blog
- Check that power_user can edit their own blog
- Check that power_user can edit someone else's blog
- Delete Blog
- Create Entry
- Check that anonymous_user can't create an entry in an existing blog
- Check that other_user can't create an entry in an existing blog
- Check that basic_user can't create an entry in a non-existant blog
- Check that basic_user can create an entry in their own blog
- Check that basic_user can't create an entry in someone else's blog
- Check that power_user can't create an entry in a non-existant blog
- Check that power_user can create an entry in their own blog
- Check that power_user can create an entry to someone else's blog
- Edit Entry
- Check that anonymous_user can't edit a non-existant entry
- Check that anonymous_user can't edit an existing entry
- Check that other_user can't edit a non-existant entry
- Check that other_user can't edit an existing entry
- Check that basic_user can't edit a non-existant entry
- Check that basic_user can edit their own entry
- Check that basic_user can't edit someone else's entry
- Check that power_user can't edit a non-existant entry
- Check that power_user can edit their own entry
- Check that power_user can edit someone else's entry
- Delete Entry
- Migration
Taxonomy Integration
- --
BlogTheme Integration
- --
Organic Groups Integration
- --
Bookmark/Search this post with:
Delicious
Digg
StumbleUpon
Reddit
Facebook
Post new comment