After creating my first BlogEngine.NET theme, BluePigment, I wanted to put together a list of everything that needs to be tested in case I decided to create a second theme.
Pages
- Home
- Does the page look correct with 0 posts?
- Does the page look correct with 1 post?
- Does the page look correct with enough posts (10?) to trigger the Next Page/Previous Page links?
- Contact
- Does the page look correct?
- Archive
- Does the page look correct?
- Search
- Does the page look correct with 0 posts found?
- Does the page look correct with 1 posts found?
- Does the page look correct with enough posts (20?) to show the Next Page/Previous Page links?
- Post
- Does the page look correct with 0 comments?
- Does the page look correct with 1 comment?
- Does the page look correct with 2 or more comments?
- Does the page look correct with 0 related posts?
- Does the page look correct with 1 related post?
- Does the page look correct with 3 related posts?
- Page
- Does the page look correct as the only post in the blog?
- Does the page look correct as the first post in the blog?
- Does the page look correct as the last post in the blog?
- Does the page look correct as a middle post in the blog?
- Sign In
- Does the page look correct?
Controls
- Administration
- Does the control look correct?
- AuthorList
- Does the control look correct with RSS icons off?
- Does the control look correct with RSS icons on?
- Blogroll
- Does the control look correct?
- CategoryList
- Does the control look correct with RSS icons off?
- Does the control look correct with RSS icons on?
- MonthList
- Does the control look correct?
- PageList
- Does the control look correct?
- PostCalendar
- Does the control look correct?
- RecentComments
- Does the control look correct?
- RecentPosts
- Does the control look correct with comments and ratings on?
- Does the control look correct with comments on and ratings off?
- Does the control look correct with comments off and ratings on?
- Does the control look correct with comments and ratings off?
- SearchBox
- Does the control look correct?
- Tagcloud
- Does the control look correct?
I hope I caught everything :)