Junco manual testing Manually testing the Junco Web app. * 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 * click the blue sign-up button. * 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 * after signing-up with valid username and e-mail address, test: ** sending of e-mail with activation link ** clicking the activation link 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 but #junco - #testing