You're viewing old version number 41. - Current version

10 min

Junco end-user testing

Manually testing the Junco Web app.

Homepage

Logged-out user:

  • visit "homepage"
    • fix the display issue of this page on IE v8
    • ensure that all footer links and info work properly:
      • about - help - contact - archives - tags - search
      • home page link at bottom
      • current date and time info at bottom

New user

Sign-up form

  • (signup - Signup - show_signup_form)
  • click the blue sign-up button.

Create new account

  • (createnewuser - Signup - create_new_user)
  • enter valid, unique username
  • enter valid, unique e-mail address
  • test entering invalid username and e-mail address:
    • too short (min len?)
    • too long (max len?)
    • unacceptable characters (username only accepts alphanumeric and underscore) verify
    • invalid e-mail syntax

E-mail activation link

  • after signing-up with valid username and e-mail address, test:
    • sending of e-mail with activation link (enable/add code)

Activate account

  • (acct - Signup - activate_account)
  • clicking the activation link in e-mail to activate account
    • system automatically creates password for initial account creation, verify password in e-mail.
  • if running in debug mode, the auto-generated password and the activation link are displayed immediately after entering username and e-mail address info. when in debug, a valid, functioning e-mail address is not required. the e-mail still needs to have valid syntax, such as x@x.com and username and e-mail still need to be unique, but the system does not send a message to the e-mail address given.
  • after clicking the account activation link, login screen should display.

Login

  • (login - Login - login)
  • test logging in from the homepage.
  • login with e-mail address and the auto-gen password.
  • (loginform - Login - show_login_form)
  • also test logging in via the login form.

Lost password

  • (newpassword - Password - create_new_password)
  • at bottom of login page, a section exists to have system create and e-mail a new password.
  • enter username and e-mail address for the account.
  • click button "Mail me a new password."
  • test the system sending the e-mail.
  • if running in debug mode, the new password will be displayed in the browser.

User profile

Change password

  • (user - Profile - show_user)
  • (settings - UserSettings - show_user_settings_form)
  • (changepassword - Password - change_password)
  • after successfully logging in for the first time, change password to something more meaningful and memorable.
    • click on username
    • click "Change your password, e-mail address, or description info"
    • test incorrect info:
      • enter incorrect old password
      • enter two new passwords that do not match
      • test invalid passwords (what are the pwd requirements)
    • test correct info:
      • enter old password
      • enter new password twice
      • click the "modify/password" button

Change e-mail and description

  • (customizeuser - UserSettings - customize_user)
  • (savedchanges - UserSettings - show_user_changes)
  • click on "Change your password, e-mail address, or description info"
    • change e-mail address
    • test invalid e-mail syntax
    • enter text in description area
    • when pages have been created, test using the include template function to include info from another page or post that will display on user profile page.

Logout, login, save login

  • (logout - Logout - logout)
  • after successfully changing password, logout, and then log back in with the new password.
  • logout and then login by clicking "save login" checkbox.
  • close browser
  • re-open browser
  • visit website to verify that account is automatically logged into site.

Microblog Post

Create microblog

  • (addmicroblog - Microblog - add_microblog)
  • create microblog post

Display microblog

  • (microblogpost - Microblog - show_microblog_post)
  • display microblog post

Delete microblog

  • (deletemicroblog - Microblog - delete_microblog)
  • delete microblog post

Undelete microblog

  • (undeletemicroblog - Microblog - undelete_microblog)
  • undelete microblog post

Microblog formatting

  • The only formatting options permitted within a microblog post are:
    • raw URLS that get converted into a clickable link.
    • hashtags that get converted into a tag search link.
  • create microblog post with a raw URL

Char limit

  • create a microblog post with more than the max-allowed characters.
    • should receive an error
    • example:
      • Error: 352 chars entered. Max is 300.

Microblog stream

  • (microblog - Stream - show_microblog_stream)
  • on user profile page, click on links following "Micro Blog posts:"
    • the microblog count link, which displays a stream of the user's microblog posts
    • the rss link for the user's microblog posts
  • when viewing the user's stream of microblog posts, click on "all microblog postings" to show stream of all users' microblog posts if the code is open to multiple authors

Blog Post

Create blog post

  • (blogpostform - BlogAdd - show_blog_post_form)
  • (addarticle - BlogAdd - add_blog_post)
  • click on "post" link to get the basic textarea box for creating a blog post/article (longform post)

no content

  • add no content and click:
    • preview button
    • post button
  • should receive error:
    • "You must enter content. You must give a title for your article."

blog titles

  • click the "post" link.
  • enter content in text area box for blog post.
  • click preview button.
  • click post button.
    • the first line to the first hard return should be automatically turned into the title for the post.
  • click the "post" link for a blog post.
  • create a blog post with a lengthy bit of content but with no hard return.
    • if no hard return, the first X-number of characters will automatically be made into the title.
  • click the "post" link.
  • create a long title line with a hard return followed by body text.
    • the first X-number of characters of the title line will automatically be made into the title. (what is max number of title chars?)

Display blog post

  • (blogpost - BlogDisplay - show_blog_post)
  • from the home page stream, click on link for blog post to display it.
    • click on the blog title, which should be a link. it will display itself.
    • at the bottom of the blog post, click links on the "From" line:
      • the author's name, which should display the user's profiel page.
      • the "blog" link, which will display a stream of all blog posts created by the author
    • click the pound sign permalink for the post to display itself
    • click the links for:
      • source
      • versions
      • reply
      • EDIT

blog post source markup

  • (source - BlogSource - show_blog_source)
  • blog post source link:
    • displays in plain text the markup of the post.

blog post versions

  • (versions - BlogVersions - show_version_list)
  • blog post versions link:
    • displays all versions created for the blog post.
    • comparisons or diffs can be made between any two versions.

compare blog posts

  • (compare - BlogCompare - compare_versions)
    • if more than one version exists, by default, the most recent two versions are automatically selected for comparison.
    • if desire a different comparison, select the proper radio buttons, then click the "Compare Versions" button.
    • the compare page will show lines that are:
      • + added (green background color)
      • - removed (red background color)
      • c changed (yellow background color)
      • u unmodified (default background color)

related blog posts

  • (relatedblogposts - BlogRelated - show_related_blog_posts)
  • create two blog posts where each post contains at least two hashtags that are the same.
  • view one of the blog posts. at the bottom of the page, should see: title called "Related blog posts" with the similar blog posts displayed underneath.
  • the related blog posts list is based upon at least two hashtags that are the same and shared by more than one post.
  • up to five related blog posts are displayed.
  • if more than five exist, then a more link is added.
  • clicking the more link will list all of the related blog post title links.

Blog stream

  • (stream - Stream - show_entire_stream)
  • (blog - Stream - show_blog_stream)
  • on the home page stream or blog post stream, if the blog body text is greater than X-number of chars defined in config file (what?) then the "more" link will display.
    • if tags exist, then the list of tags will display as small, grey text links on the same line as the date the post was created.
  • if the blog body text is shorter than X-number of chars, then the entire post is displayed on the stream page, including the hashtags in the post. it will look similar to a microblog post.
    • the tag list will not display as small, grey links since the body text was short enough to display entirely on the home page stream.
  • if the power command "showintro=no" was used within the blog body text, then displayed on the home page stream will be:
    • blog post title link
    • more link
    • date created as a small grey text link
    • tag list as small grey text links

Delete blog post

  • (deleteblog - BlogDelete - delete_blog)
  • on the home page, delete a blog post.

Undelete blog post

  • (undeleteblog - BlogUndelete - undelete_blog)
  • on the home page, undelete a blog post.

Blog archives

  • (blogarchives - Archives - show_archives)
  • at the bottom of the site or on a user's profile page, click on the "archives" link.
  • a list of links that are months and years will be displayed from recent to oldest:
    • September 2013
    • August 2013
  • the list is based upon the creation date of blog posts.
  • if clicking the archives link on a user's profile page, then the list is based upon blog posts created by that user.
  • if clicking the archives link at the bottom of the site, then the list is based upon blog posts created by all users.

Blog archives stream

  • (blogarchivepage - Stream - show_archives_month_year)
  • on the archives page, click a month-year link.
  • a stream of all blog posts created that month will be displayed like any other stream, youngest to oldest.

Edit blog posts

  • (edit - BlogEdit - edit_blog_post)
  • (updateblog - BlogUpdate - update_blog_post)
  • click link on home page to display blog post.
  • at either the top of the blog post or at the bottom of the blog post, click the "EDIT" link.
  • test preview button.
  • update blog post with no changes.
  • update blog post by changing the title line to match an existing blog post.
    • should receive an error about the title already being used.

Split-screen Blog Editing

Hashtags

For microblog posts and for adding and updating blog posts:

  • (tag - Search - tag_search)
  • create post with one hashtag
    • hashtag should automatically be made into a clickable link, which is a tag search result
    • click hashtag links within a post both on the home page stream and within the post when displaying it.
  • create post with 8 hashtags or the max defined in config file.
  • create post with one-plus the max-allowed hashtags.
    • should receive an error
  • the acceptable chars for a hashtag are what?
    • i think it's same as username when creating an account:
      • alphanumeric and underscore.
  • verify acceptable hashtag chars.
    • create hashtag with all non-acceptable chars.
    • create hashtag with mix of acceptable and non-acceptable chars.
  • a hashtag that is all numbers is not made into a hashtag.
    • test creating a hashtag with all numbers.

Streams

  • (blog - Stream - show_blog_stream)
  • (stream - Stream - show_entire_stream)
  • (microblog - Stream - show_microblog_stream)
  • (blogarchivepage - Stream - show_archives_month_year)
  • (private - Stream - show_private_blog_stream)
  • (draft - Stream - show_draft_blog_stream)
  • show stream of all microblog and blog posts for a user.
  • show stream of all microblog and blog posts by all users.
  • the entire microblog post is displayed.
  • for blog posts, content displayed includes:
    • the link title.
    • only the first X-number of characters of body text.
    • "more" link if body text exceeds the X-number of characters permitted on the stream display.
    • if showintro=no command used in body text, then display only the title and the "more" link.

Following

follow - Following - follow_user
followtag - Following - follow_tag
following - Following - show_following
followedby - Following - show_followed_by (disabled)
unfollow - Following - unfollow_user
unfollowtag - Following - unfollow_tag
followingstream - Following - show_following_stream

RSS

rss - RSS - get_rss

Search and Tags

search - Search - search
searchform - Search - display_search_form
tag - Search - tag_search
tags - Search - show_tags
tagscounts - Search - show_tags_by_counts
tagscountstop - Search - show_tags_by_top_counts

Replies

Rest

rest - Rest - do_rest

----------

backlinks - Backlinks - show_backlinks
showerror - Function - do_invalid_function

post - ShowContent - show_content
textsize - TextSize - set_text_size
theme - Theme - set_theme

#junco - #testing

From JR's : articles
1962 words - 12578 chars - 10 min read
created on
updated on - #
source - versions

Related articles
Testing the new insta command - May 17, 2016
Testing fenced code block commands - Sep 23, 2014
This is a test: with the colon punct in the title - Jul 16, 2014
Junco user actions - Nov 01, 2013



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 19, 2024 - 1:14 a.m. EDT