Q&A Web Application. Senior Project Test Report 1

Size: px
Start display at page:

Download "Q&A Web Application. Senior Project Test Report 1"

Transcription

1 Q&A Web Application Senior Project Test Report 1 November 5, 2013 Department of Computer, Electrical, and Information Technology Indiana University-Purdue University Fort Wayne Student: Adam Frisby Faculty Advisor: Professor Hongli Lou Class Instructor: Professor Paul I-Hai Lin

2 Table of Contents Unit Testing... 2 Performance Testing... 4 Loading Home Page Performance Test P a g e

3 Unit Testing Several unit tests using Revel s built-in testing framework have been written to ensure correct behavior of the web application. Test Suite Test Title Description Result RegistrationTest Test NotUnique Tests whether registration form does not continue and shows error for not being unique. RegistrationTest Test Valid Tests whether registration form does not continue and shows error for not being in a valid format RegistrationTest TestwordMinSize Tests whether registration form does not continue and shows error for password being too short RegistrationTest TestwordReq Tests whether registration form does not continue and shows error for password RegistrationTest TestUserNotUnique Tests whether registration form does not continue and shows error for username not being unique RegistrationTest TestUsernameMaxSize Tests whether registration form does not continue and shows error for username being too long RegistrationTest TestUsernameMinSize Tests whether registration form does not continue and shows error for username being too short RegistrationTest TestUsernameReq Tests whether registration form does not continue and shows error for username RegistrationTest TestUsernameValid Tests whether registration form does not continue and shows error for username being in a valid format (A-Z_) RegistrationTest TestValid Tests whether when given all valid data, whether the form does not error and a new user is created LoginTest TestwordReq Tests whether the login form does not continue and shows error for password LoginTest TestUsernameReq Tests whether the login form does not continue and shows error for username LoginTest TestValidLogin Tests whether given correct data, the user can login LoginTest TestWrongword Tests whether the login form does not continue and shows error for password being wrong 2 P a g e

4 LoginTest TestWrongUsername Tests whether the login form does not continue and shows error for username being wrong LogoutTest TestLogout Tests whether a logged in user can log out ScheduleInterviewTest TestCategoriesReq Tests whether schedule interview form does not continue and shows error for category required ScheduleInterviewTest TestCategoriesValid Tests whether schedule interview form does not continue and shows error for an invalid category selected ScheduleInterviewTest TestDescMaxSize Tests whether schedule interview form does not continue and shows error for description being too long ScheduleInterviewTest TestDescMinSize Tests whether schedule interview form does not continue and shows error for description being too short ScheduleInterviewTest TestDescReq Tests whether schedule interview form does not continue and shows error for description ScheduleInterviewTest TestSchedDateReq Tests whether schedule interview form does not continue and shows error for scheduled date ScheduleInterviewTest TestSchedDateValid Tests whether schedule interview form does not continue and shows error for scheduled date being a valid format ScheduleInterviewTest TestSchedTimeReq Tests whether schedule interview form does not continue and shows error for scheduled time required ScheduleInterviewTest TestSchedTimeValid Tests whether schedule interview form does not continue and shows error for scheduled time is in a valid format ScheduleInterviewTest TestTitleMaxSize Tests whether schedule interview form does not continue and shows error for title being too long ScheduleInterviewTest TestTitleMinSize Tests whether schedule interview form does not continue and shows error for title being too short ScheduleInterviewTest TestTitleReq Tests whether schedule interview form does not continue and shows error for title 3 P a g e

5 Performance Testing Preliminary performance testing has been performed on Amazon EC2 and RDB instances. Loading Home Page Performance Test A ruby script utilizing watir-webdriver to drive Firefox instances to test the performance of the application. The script creates 5 threads. Each thread creates a new instance of Firefox and navigates to the home page every 5 seconds. This allows constant load on the server. This simulates multiple users reading the data from the application. The script was ran for 10 minute and several performance variables were recorded. Results Baseline (No Load) Load Difference Web Server CPU % 0.00% 11.67% 11.67% DB Server CPU % 12.11% 19.32% 7.21% DB Free Memory MB MB 3.3 MB DB Max Write Latency s s s DB Max Read Latency s s s Analyze Assuming the each measure of performance is a linear function of number of users, it is possible to estimate the maximum number of users under these circumstances. Web Server CPU % Max Users Web Server CPU% = (11.67% 0.00%) = 11.67% Web Server CPU% Per User = Web Server CPU% = 11.67% = 2.334%/User 100% = Baseline Web Server CPU% + (Number of Users)(Web Server CPU% Per User) Number of Users = DB Server CPU % Max Users 100% 0.00% 2.334%/User = 42.8 DB Server CPU% = (19.32% 12.11%) = 7.21% DB Server CPU% Per User = DB Server CPU% = 7.21% = 1.442%/User 100% = Baseline Db Server CPU% + (Number of Users)(DB Server CPU% Per User) Number of Users = 100% 12.11% 1.442%/User = 60.9 DB Free Memory Free Memory = MB MB = 3.3 MB 4 P a g e

6 Memory Per User = Free Memory = (3.3 MB) = 0.66 MB/User 0 MB = DB Baseline Free Memory (Number of Users)(Memory Per User) Number of Users = DB Max Write Latency (0.5 second) 0.5 second seconds = = Users DB Max Read Latency (0.5 second) 0.5 second seconds = = 1562 Conclusion MB = MB/User The Web Server CPU Utilization is the limiting factor of the system. If the CPU% utilization is assumed to be linear, the server can handle a total of about 40 concurrent users viewing the home page every 5 seconds. Code require 'watir-webdriver' NUM_THREADS = 5 PAGE = " DELAY = 5 # Starts Firefox and navigate to homepage every 5 seconds def loadhot(num) count = 0 puts "Starting Browser #" + num.to_s() browser = Watir::Browser.new :firefox, :profile => 'watir' while true puts "Loading Page Thread #" + num.to_s() + " Count #" + count.to_s() browser.goto PAGE sleep(delay) count = count + 1 end end # Starts threads threads = NUM_THREADS.times.map { i Thread.new { loadhot i } } threads.each(&:join) 5 P a g e

TK20 Social Work Course Assessment/ Professional Behaviors Student Guide

TK20 Social Work Course Assessment/ Professional Behaviors Student Guide TK20 Social Work Course Assessment/ Professional Behaviors Student Guide WCU TK20 Office Recitation Hall 610-436-2085 Tk20@wcupa.edu http://www.wcupa.edu/_academics/coe/tk20.aspx TK20 Helpdesk 800-311-5656

More information

UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY

UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY November 2013 The purpose of UAS is to collect and measure assessment data for select courses. 1 Accessing the Unit Assessment System Application 2 Browser

More information

2.2 USERS MANUAL. Overview

2.2 USERS MANUAL. Overview 2.2 USERS MANUAL Overview Pixondo Scheduler is a web application that allows Concordia Software Engineering students to generate and view possible schedule configurations based on their courses, semester

More information

Introduction to Blackboard. 1. Go to 2. Click the Login button on the left side of the screen.

Introduction to Blackboard. 1. Go to  2. Click the Login button on the left side of the screen. Introduction to Blackboard Logging in: 1. Go to http://blackboard.sc.edu. 2. Click the Login button on the left side of the screen. 3. On the next screen type your Username and Password in the appropriate

More information

Faculty Web Page Management System. Help Getting Started

Faculty Web Page Management System. Help Getting Started Faculty Web Page Management System Help Getting Started 2 Table of Contents Faculty Web Page Management System...1 Help Getting Started...1 Table of Contents...2 Manage My Personal Information...3 Creating

More information

User Manual for Academic Information Management System

User Manual for Academic Information Management System User Manual for Academic Information Management System 1 Page Index Login Instructions:... 3 Set Preferences:... 6 Set Academic Session:... 7 Access Modules/Menus:... 7 Faculty Examination Marks Entry:...

More information

Evangel euniversity [ANGEL ACCESS AND HELP GUIDE]

Evangel euniversity [ANGEL ACCESS AND HELP GUIDE] Evangel euniversity [ANGEL ACCESS AND HELP GUIDE] How to access your ANGEL account, what your computer needs to run ANGEL, and how to get ANGEL Technical and User support. Table of Contents How to Access

More information

How do I sign up for a Canvas account as a parent?

How do I sign up for a Canvas account as a parent? How do I sign up for a Canvas account as a parent? Parents (Observers) can link their Canvas account to their student's account so they can see assignment dues dates, announcements, and other course content.

More information

XE Faculty Grade Entry AN ENHANCEMENT REVISED NOVEMBER 10, 2015

XE Faculty Grade Entry AN ENHANCEMENT REVISED NOVEMBER 10, 2015 XE Faculty Grade Entry AN ENHANCEMENT REVISED NOVEMBER 10, 2015 Objective of this training Go over the new steps to access and enter grades Show how to export the grade template using the wizard Show how

More information

Test Plan Client: Dr. Darren Lim, Assistant Professor

Test Plan Client: Dr. Darren Lim, Assistant Professor Test Plan Client: Dr. Darren Lim, Assistant Professor Proposed Project: Java Online Learning Toolkit (J.O.L.T.) Delivered by: 518 Interactive Team Members: Lawrence Gregory Christopher Hughto Erik Stegmann

More information

Information & Communications Technologies Portal Tipsheet

Information & Communications Technologies Portal Tipsheet Information & Communications Technologies Portal Tipsheet ESFRS Portal Tipsheet SUBJECT: How to access and use the ESFRS Portal REVISED DATE: 25/11/10 TIPSHEET NO: PTL001 CREATED BY: John Talbot-Jones

More information

Instructions. Registration in RWTHonline

Instructions. Registration in RWTHonline Instructions Registration in RWTHonline As of: 12/4/2017 1 Registering as an Applicant Open your browser and go to RWTHonline (https://online.rwth-aachen.de). Applicants will be notified about the necessary

More information

ECET 590 Special Problems in Electrical & Computer Engineering Technology (SmartGrid Technology)

ECET 590 Special Problems in Electrical & Computer Engineering Technology (SmartGrid Technology) ECET 590 Special Problems in Electrical & Computer Engineering Technology (SmartGrid Technology) Spring 2010 Paul I-Hai Lin, Professor of Electrical and Computer Engineering Technology Indiana University-Purdue

More information

Our Digital World Online Companion Second Edition Instructor Guide

Our Digital World Online Companion Second Edition Instructor Guide Our Digital World Online Companion Second Edition Instructor Guide June 30, 2012 Description The Our Digital World Online Companion, Second Edition, (ODW2e) is a hybrid tool designed to work directly with

More information

Getting Started. 1 Check your . Typically, sent from (Note: You may need to check your junk/spam folder).

Getting Started. 1 Check your  . Typically, sent from (Note: You may need to check your junk/spam  folder). Q U ICKSTART G U ID E Getting Started How to Setup Account 1 Check your email. Typically, sent from noreply@edvance360.com. (Note: You may need to check your junk/spam email folder). 2 Select the link

More information

STUDENT Quick Start Guide

STUDENT Quick Start Guide Faith Academy Learning Management System (LMS) vclassroom STUDENT Quick Start Guide Special Note: It can take up to 48 hours (school days - not weekends) for your vclassroom account to be created by Faith

More information

Launching the SafeArchive Amazon Machine Instance

Launching the SafeArchive Amazon Machine Instance Running the SafeArchive System Using Amazon Web Services Last update: 10/26/2012 The SafeArchive System (SAAS) can easily be run using Amazon Web Services. While SAAS is free-to-use open source software,

More information

CaRMS Online Undergraduate office help guide

CaRMS Online Undergraduate office help guide CaRMS Online Undergraduate office help guide Updated June 26, 2017 This guide is designed to facilitate your use of CaRMS Online. CaRMS Online supported browsers For the 2018 match year, CaRMS will no

More information

RWANDA DEVELOPMENT BOARD TOURISM LICENSING SYSTEM

RWANDA DEVELOPMENT BOARD TOURISM LICENSING SYSTEM RWANDA DEVELOPMENT BOARD TOURISM LICENSING SYSTEM FRONTEND USER MANUAL 1 P a g e Contents 1.1 ACCESSING THE SYSTEM... 3 1.2 REGISTRATION... 3 1.3 LOGGING IN... 4 1. 4 DASHBOARD... 5 1.5 LOGGING OUT...

More information

SpeechPlanner. Systems Support. Other Software or Hardware Needs. Speakers or headphones are required for audio and video playback. v1.

SpeechPlanner. Systems Support. Other Software or Hardware Needs. Speakers or headphones are required for audio and video playback. v1. SpeechPlanner Systems Support Yes No Operating Systems Windows Mac Operating System: Windows 98, 2000, ME, XP, Vista: 7, 8; Mac OS x v.1 O.1.x, 10.2.x, 10.3.x, or 10A.x, 10.5.x CPU: Windows-Intel Pentium

More information

Faculty Administrator. Last Updated: March 31, 2015

Faculty Administrator. Last Updated: March 31, 2015 Faculty Administrator Last Updated: March 31, 2015 Table of Contents Introduction... 3 Roles... 4 Login... 5 Main Screen... 6 Menu... 7 Reviewer Administration... 8 Manage Reviewers... 8 Search for an

More information

Event Manager Instructor Start-Up Guide

Event Manager Instructor Start-Up Guide Event Manager Instructor Start-Up Guide Table of Contents Introduction... 3 What s Included in This Guide... 3 Learning Computer Terms... 3 What Is a Brower?... 3 What Is the Address Bar?... 4 What Is

More information

Emma for Faculty Lesson 1: Using <emma> and OpenOffice 1

Emma for Faculty Lesson 1: Using <emma> and OpenOffice 1 Emma for Faculty Lesson 1: Using and OpenOffice 1 Installing Firefox and OpenOffice If you have not installed Firefox and OpenOffice go to the URL below in a web browser: http://emma.wofford.edu

More information

Joomla 2.5 Kunena Component Installation

Joomla 2.5 Kunena Component Installation Joomla 2.5 Kunena Component Installation For installing the Kunena component in Joomla 2.5, you have to first login through the administrative panel of joomla by simply entering the url_of_your_website/administrator

More information

FACULTY CENTER. 1. CUNYfirst: https://home.cunyfirst.cuny.edu 2. Select: HR/Campus Solutions. 3. Navigate to: Self Service > Faculty Center

FACULTY CENTER. 1. CUNYfirst: https://home.cunyfirst.cuny.edu 2. Select: HR/Campus Solutions. 3. Navigate to: Self Service > Faculty Center FACULTY CENTER 1. CUNYfirst: https://home.cunyfirst.cuny.edu 2. Select: HR/Campus Solutions 3. Navigate to: Self Service > Faculty Center 4. Click on My Schedule or any of the other Advisor Center information

More information

icc.edu/library Films on Demand Guide for Faculty and Staff

icc.edu/library Films on Demand Guide for Faculty and Staff icc.edu/library Films on Demand Guide for Faculty and Staff Finding Films on Demand on the Library website: From the homepage of ICC Library website locate the Library Collections menu and click on Streaming

More information

Automation Page Object Pattern with Open Source Framework Ruby - Study Paper

Automation Page Object Pattern with Open Source Framework Ruby - Study Paper International Journal of Management, IT & Engineering Vol. 8 Issue 6, June 2018, ISSN: 2249-0558 Impact Factor: 7.119 Journal Homepage: Double-Blind Peer Reviewed Refereed Open Access International Journal

More information

On-Line Registration Preliminary Steps: BannerWeb /Mail Logins BannerWeb

On-Line Registration Preliminary Steps: BannerWeb /Mail Logins BannerWeb On-Line Registration Preliminary Steps: 1) Meet with your advisor to discuss your Academic Goals and to obtain your Alternate Personal Identification Number (PIN). 2) Review your Registration Status. This

More information

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ 1. FREQUENTLY ASKED QUESTIONS 1.1. TABLE OF CONTENTS 1. Frequently Asked Questions... 1 1.1. Table of Contents... 1 1.2. How to Open or Search for a Saved Application...

More information

Student Quick Start Guide

Student Quick Start Guide Student Quick Start Guide Welcome to Top Hat! This guide will help you register a student account and understand how to use Top Hat for your class. Creating an Account If you received an email invitation

More information

Installing Authoring Manager

Installing Authoring Manager Installing Authoring Manager Installing Authoring Manager v5.2 (PC only) System Requirements: Before you install Authoring Manager, you should ensure that your system meets the minimum software and hardware

More information

Lasell College s Moodle 3 Student User Guide. Access to Moodle

Lasell College s Moodle 3 Student User Guide. Access to Moodle Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is

More information

Landlord Registration U s e r G u i d e

Landlord Registration U s e r G u i d e Landlord Registration U s e r G u i d e Department of Code Enforcement Applicant s User Guide January 2015 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email Confirmation COMPLETING

More information

SJ Provider Directory Contents

SJ Provider Directory Contents SJ Provider Directory Contents SJ Provider Directory... 1 Accessing the Directory... 2 Apple Devices... 2 Android Devices... 2 Other Devices or Desktop Computers... 2 Browsers... 2 Requesting a New Account...

More information

ireceivables Tutorial

ireceivables Tutorial ireceivables Tutorial January, 2013 TABLE OF CONTENT What is ireceivables 2 Getting Started 2 ireceivables Homepage 4 Login 5 Navigating ireceivables 7 Main Menu 7 View and Manage Invoices 8 Account Details

More information

Landlord Registration U s e r G u i d e

Landlord Registration U s e r G u i d e Landlord Registration U s e r G u i d e Department of Code Enforcement Applicant s User Guide December 2015 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email Confirmation

More information

- Direct your browser to This is the homepage for the IRB application.

- Direct your browser to   This is the homepage for the IRB application. I. Logging on/setting up an account. - Direct your browser to http://irb.kean.edu. This is the homepage for the IRB application. - First time applicants will have to create a new account. Click on the

More information

Registering an ipad for Duo Two-Factor Authentication

Registering an ipad for Duo Two-Factor Authentication University Information Technology Services Technology Outreach Registering an ipad for Duo Two-Factor Authentication Duo is a two-factor authentication solution for campus community members. Using Duo,

More information

Ellucian Go/WebAdvisor Mobile Apple/Android App

Ellucian Go/WebAdvisor Mobile Apple/Android App Get the App - Ellucian Go Ellucian Go/WebAdvisor Mobile Apple/Android App Search for Ellucian Go in the Apple Store on Apple devices or Google Play on Android devices. It is likely the top or only result.

More information

CVCC Student Online Services Help Checklist

CVCC Student Online Services Help Checklist CVCC Student Online Services Help Checklist Access to student online services is located on the MyCVCC/Student page accessed from the Catawba Valley Community College website (www.cvcc.edu). Currently

More information

Registering an Android Tablet for Duo Two-Factor Authentication

Registering an Android Tablet for Duo Two-Factor Authentication University Information Technology Services Technology Outreach Registering an Android Tablet for Duo Two-Factor Authentication Duo is a two-factor authentication solution for campus community members.

More information

SONIA GUIDELINE

SONIA GUIDELINE Starting Sonia To access Sonia, you will need a web (internet) browser (e.g., Chrome, Firefox, Internet Explorer) and internet access. Signing In & Setting Your Password Navigate to the Sonia Online homepage

More information

Acceptance Test Client: Dr. Darren Lim, Assistant Professor

Acceptance Test Client: Dr. Darren Lim, Assistant Professor Acceptance Test Client: Dr. Darren Lim, Assistant Professor Project: Java Online Learning Tool (J.O.L.T.) Delivered by: 518 Interactive Team Members: Erik Stegmann Lawrence Gregory Connor Vander Bogart

More information

Should you encounter any issues or have questions as you go through this registration process, please send an to:

Should you encounter any issues or have questions as you go through this registration process, please send an  to: User Registration In order to use EFIS 2.0, a one-time registration process is required. This document outlines the steps required to register your user account and access EFIS 2.0: This registration process

More information

(Faculty members websites) System. User manual fac.ksu.edu.sa

(Faculty members websites) System. User manual fac.ksu.edu.sa (Faculty members websites) System User manual fac.ksu.edu.sa 1 Contents Home page... 3 Faculty member s websites page... 4 Search screen... 5 Website page... 6 Course page... 7 Courses page... 8 Curriculum

More information

Registering an iphone for Duo Two-Factor Authentication

Registering an iphone for Duo Two-Factor Authentication University Information Technology Services Technology Outreach Registering an iphone for Duo Two-Factor Authentication Duo is a two-factor authentication solution for campus community members. Using Duo,

More information

Student access to OracleWeb. June

Student access to OracleWeb. June Student access to OracleWeb June 2010 1 Access OracleWeb from the Rockhurst University web page (www.rockhurst.edu). Go to Current Students page. June 2010 2 From the Current Students Page, click on Online

More information

Student Evaluation of Teaching (SET)

Student Evaluation of Teaching (SET) Testing, Evaluation and Research Services Student Evaluation of Teaching (SET) A guide to retrieving your Chair administrative reports online. FOR ADDITIONAL INFORMATION, PLEASE CONTACT THE SET HELPDESK

More information

How to Access LaDIS Internal Students Only - DELWP, PV, MW, VicForests and DEDJTR Employee Quick Reference Guide

How to Access LaDIS Internal Students Only - DELWP, PV, MW, VicForests and DEDJTR Employee Quick Reference Guide Student Introduction This Quick Reference Guide (QRG) provides you with instructions on how to login into LaDIS and an overview of how to locate and navigate through your personal training information.

More information

to audio clips computer

to audio clips computer Kansass Law Enforcement Online ( LEO) Kansas Law Enforcement Online ( LEO) is a learning management system. It will track the online courses you enroll in through KLETC. LEO may be accessed by authorized

More information

myfiles on Gateway Guide - Students

myfiles on Gateway Guide - Students myfiles on Gateway Guide - Students Updated: August 11, 2012 Created: Feb. 06, 2012 Contents What is myfiles?... 1 Log into myfiles... 1 How to set your file view preferences... 1 How to open folders...

More information

BAUER COLLEGE OF BUSINESS BAUER CAREER GATEWAY EMPLOYER ON CAMPUS RECRUITING USER GUIDE

BAUER COLLEGE OF BUSINESS BAUER CAREER GATEWAY EMPLOYER ON CAMPUS RECRUITING USER GUIDE BAUER COLLEGE OF BUSINESS BAUER CAREER GATEWAY EMPLOYER ON CAMPUS RECRUITING USER GUIDE Rockwell Career Center Bauer College of Business Cemo Hall University of Houston Houston, TX 77204-6021 832-842-6120

More information

Top Notch, 2e. Instructor Walkthrough GETTING STARTED ACCESS

Top Notch, 2e. Instructor Walkthrough GETTING STARTED ACCESS GETTING STARTED ACCESS Registration 1. Go to www.myenglishlab.com/topnotch2e. 2. Click Register. 3. Enter the Top Notch, 2e access code. Click Next. (Instructor will receive access code from local sales

More information

Search Current Match Applicants

Search Current Match Applicants Search Current Match Applicants Main Residency Match and Specialties Matching Service Users: Institutional Officials (IOs) Institutional Administrators (IAs) Program Directors (PDs) Program Coordinators

More information

2014 Equal Justice Works Conference and Career Fair User Guide

2014 Equal Justice Works Conference and Career Fair User Guide 2014 Equal Justice Works Conference and Career Fair User Guide Friday and Saturday, October 24 and 25 Bethesda North Marriott Hotel & Conference Center Bethesda, MD The Conference and Career Fair online

More information

How to assign an IP address and access your device

How to assign an IP address and access your device User Manual Table of Contents Get started................................................ 3 Browser support................................................ 3 About default IP addresses........................................

More information

Please read this user guide to help you apply for Job Vacancies. Bookmark or download the guide for future use.

Please read this user guide to help you apply for Job Vacancies. Bookmark or download the guide for future use. Please read this user guide to help you apply for Job Vacancies. Bookmark or download the guide for future use. VACANCIES APPLICANT GUIDE INTRODUCTION This document is a User Guide to help you search and

More information

HawkNet WebAdvisor: Registering for Classes

HawkNet WebAdvisor: Registering for Classes HawkNet WebAdvisor: Registering for Classes May 006 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional Development Services Logging in

More information

2018 Equal Justice Works Conference and Career Fair User Guide

2018 Equal Justice Works Conference and Career Fair User Guide 2018 Equal Justice Works Conference and Career Fair User Guide Friday and Saturday, October 26 and 27 Hyatt Regency Crystal City Arlington, VA The Conference and Career Fair online system will allow you

More information

ROMEO Researcher s Guide. How to Register (First-time Users)

ROMEO Researcher s Guide. How to Register (First-time Users) ROMEO Researcher s Guide How to Register (First-time Users) Contents Overview Important reminders Accessing ROMEO Register Self-Registration: Your Profile Last/First Name * Email * Affiliations * Rank

More information

MyU Portal. Used by: Students Faculty Staff. Interactive Front- End display of data from SAP Student, Financial Aid and Billing Systems

MyU Portal. Used by: Students Faculty Staff. Interactive Front- End display of data from SAP Student, Financial Aid and Billing Systems 2 MyU Portal Used by: Students Faculty Staff Interactive Front- End display of data from SAP Student, Financial Aid and Billing Systems 3 MyU Portal Not to be confused with my.umc.edu (Lawson) Internet

More information

How to Access the Ayers Institute's INVEST Videos

How to Access the Ayers Institute's INVEST Videos How to Access the Ayers Institute's INVEST Videos Introduction A series of lesson-length videos is available from the Ayers Institute for Teacher Learning & Innovation. These videos can be used in teacher

More information

BHSF Physician User Guide

BHSF Physician User Guide PHYSICIAN GUIDE BHSF Physician User Guide The only requirement to use Ambra is a computer with Internet access. When using the web uploader, a JAVA plug- in (already installed on most computers) is required

More information

2012 Equal Justice Works Conference and Career Fair Student JusticeWork! User Guide

2012 Equal Justice Works Conference and Career Fair Student JusticeWork! User Guide 2012 Equal Justice Works Conference and Career Fair Student JusticeWork! User Guide Friday and Saturday, October 26 and 27 Crystal Gateway Marriott Arlington, VA Equal Justice Works is using the JusticeWork!

More information

LearnMate 7 Administrator s Quick Start Guide November 2015 Rev B Catalog #

LearnMate 7 Administrator s Quick Start Guide November 2015 Rev B Catalog # November 015 Rev B Catalog # 00070 Contents 1. SYSTEM REQUIREMENTS... 1. RESETTING YOUR PASSWORD... 3. INSTALLING REQUIRED UTILITIES... 3 4. ADDING AND ENTERING COURSES... 4 5. THE LEARNMATE INTERFACE...

More information

Students Guide to Desire2Learn

Students Guide to Desire2Learn Students Guide to Desire2Learn Created By: Justin Poggemann Updated by Kimberly Ross on June 1 st 2008 Desire2Learn Table of Contents: System Requirements How to get to Desire2Learn Log-On Procedures Secure/Non

More information

1. Go to https://online.national.edu/ 2. Click the link at the bottom that says Please click here for a System Check before you log in.

1. Go to https://online.national.edu/ 2. Click the link at the bottom that says Please click here for a System Check before you log in. Desire 2 Learn User Guide Desire 2 Learn User Guide Using the System Check Quick Link You can use the quick link on the entry page of the online classroom for a general test of your computer s preparedness

More information

Digital StoreFront TRAINING

Digital StoreFront TRAINING Florida Agricultural and Mechanical University Digital StoreFront TRAINING Faculty and Staff January 2017 What is Digital StoreFront (DSF)? Digital StoreFront is a web-to-print e-commerce site that allows

More information

Installing the Panopto onto a Windows PC

Installing the Panopto onto a Windows PC Online and Extended Learning Panopto Faculty Help Installing the Panopto onto a Windows PC Use the following instructions to download and install the Panopto to your computer. The steps below show the

More information

MyELT STUDENT QUICK START GUIDE

MyELT STUDENT QUICK START GUIDE MyELT STUDENT QUICK START GUIDE TABLE OF CONTENTS ABOUT THIS GUIDE... 2 GETTING STARTED... 3 HOW DO I REGISTER FOR AN INSTRUCTOR- LED COURSE?... 3 HOW DO I CREATE A SELF- STUDY ACCOUNT?... 7 WHAT SHOULD

More information

Selecting a Housing Proxy

Selecting a Housing Proxy Selecting a Housing Proxy If you are abroad or on Personal Leave and will return to campus for Fall 2017 OR you will not be on campus during Housing Selection weekend, you need to designate a person (

More information

Accessing your online class

Accessing your online class Accessing your online class Terminology Login information: Your login information is your username and password assigned to you at the beginning of your studies at the ELC. BB: Abbreviation for Blackboard,

More information

Login and Password...3 AUT ...3

Login and Password...3 AUT  ...3 1 IT HANDBOOK CONTENT What s in this Student IT Handbook IT Handbook Content... 2 Welcome to AUT IT Service desk... 3 Getting started... 3 Login and Password...3 AUT Email...3 Access to systems... 4 Account

More information

How to Test and Use the Cisco WebEx Client

How to Test and Use the Cisco WebEx Client Introduction When you register for one of our classes, all of the information you ll need to attend the class, access labs and reach out for support are centralized in our Registration Info Tab in the

More information

Step 1 - Go to Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements

Step 1 - Go to   Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements Step 1 - Go to www.texes.ets.org Go to www.texes.ets.org Click the register link found in the top navigation. Step 2 - Login to your account Enter your username and password and click login. If you do

More information

Stonington Public Schools Parents Guide for InfoSnap Online Enrollment

Stonington Public Schools Parents Guide for InfoSnap Online Enrollment Stonington Public Schools Parents Guide for InfoSnap Online Enrollment for Returning Students September 27 Explains how to complete Returning Student Enrollment forms Online through the PowerSchool Parent

More information

SIMnet Online Student Registration Guide

SIMnet Online Student Registration Guide Last Updated on 8/9/13 SIMnet Online Student Registration Guide Your SIMnet Login Page Every school has its own SIMnet login page. The account URL (Web address) always begins with https:// and ends with

More information

Selectively Cloning Courses in Moodle

Selectively Cloning Courses in Moodle Selectively Cloning Courses in Moodle Use the following procedure to clone (copy) some but not all of the contents of a course in Moodle from one course to another. 1. Open your Firefox browser, and navigate

More information

If you have the student s ID, enter it in the Student or Advisee ID field. Otherwise, you may search by name.

If you have the student s ID, enter it in the Student or Advisee ID field. Otherwise, you may search by name. Introduction Course overrides, or registration permits, allow students to register for a class past certain requirements or class capacity. Assigning a course override to a student does not register them

More information

How to install. Slides prepared by : Farzana Rahman

How to install. Slides prepared by : Farzana Rahman How to install Skype Slides prepared by : Farzana Rahman 1 What is Skype? Computer to computer calls everywhere are FREE! For a small charge you can call from your Skype account to any phone. Rates vary

More information

BRIGHTSPACE (D2L) STUDENT GUIDE

BRIGHTSPACE (D2L) STUDENT GUIDE BRIGHTSPACE (D2L) STUDENT GUIDE Brightspace (Desire2Learn) is a way to deliver online courses as well as course components over the web at Atlanta Metropolitan State College. It provides students with

More information

Getting Started in the Online Lab

Getting Started in the Online Lab Getting Started in the Online Lab Contents Installing the Online Lab Software Enrolling in the Online Lab Navigating in the Online Lab Introducing the Home Row Position Correct Keyboarding Posture Viewing

More information

Pratt User Guide

Pratt User Guide 25LIVE @ Pratt User Guide This guide is to be used by Pratt Institute Faculty, Staff and Official Student Groups who want to request a campus public room for a class or an event. Technical questions and

More information

Bingham University. Student Registration Portal Guide [Student Edition]

Bingham University. Student Registration Portal Guide [Student Edition] Bingham University Student Registration Portal Guide [Student Edition] Table of Contents Errata 3 Requirements 4 Student login.5 Viewing and editing Bio-Data..7 Registering courses...8 Viewing courses..10

More information

FACULTY CENTER CLASS ROSTERS, ING STUDENTS, PERMISSION NUMBERS REFERENCE GUIDE

FACULTY CENTER CLASS ROSTERS,  ING STUDENTS, PERMISSION NUMBERS REFERENCE GUIDE FACULTY CENTER CLASS ROSTERS, EMAILING STUDENTS, PERMISSION NUMBERS REFERENCE GUIDE INTRODUCTION The Faculty Center is a one-stop shop for faculty to access information regarding their class schedules,

More information

Student Manual How to Use Moodle

Student Manual How to Use Moodle Student Manual How to Use Moodle How to use ECT e-mail to access the Learning Management System You will learn through this guide how to add recovery mobile number to your e-mail and how to access your

More information

Lobbyist Registration U s e r G u i d e

Lobbyist Registration U s e r G u i d e Lobbyist Registration U s e r G u i d e Department of Business & Neighborhood Services Applicant s User Guide August 2017 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email

More information

Step-By-Step Instructions: Submit your 2018 Clare Boothe Luce Program application

Step-By-Step Instructions: Submit your 2018 Clare Boothe Luce Program application Step-By-Step Instructions: Submit your 2018 Clare Boothe Luce Program application Thank you for your interest in the Clare Boothe Luce Program! These instructions will take you step-by-step through the

More information

HOW TO USE MOODLE. Welcome to BFI Wien! QUICK GUIDE

HOW TO USE MOODLE. Welcome to BFI Wien! QUICK GUIDE Welcome to BFI Wien! In order to provide our customers with the possibility to learn independently of time and place, some of our courses are supported by our learning management system Moodle. There,

More information

South Dakota Orientation to Child Care

South Dakota Orientation to Child Care South Dakota Orientation to Child Care Step-by-Step Instructions for Setting Up a D2L Account and registering for the Orientation Training The South Dakota Orientation to Child Care on-demand training

More information

Develop Content SoftChalk Create

Develop Content SoftChalk Create \ Develop Content is a content authoring program that is easy to use (like a word processer) but allows you to make your lessons interactive for your students. You can put various activities and quiz groups

More information

USC ARES: Adding A Full Proxy User

USC ARES: Adding A Full Proxy User USC ARES: Adding A Full Proxy User If you are too busy to take care of reserve matters personally, you may have an office assistant or TA work in Ares on your behalf by virtue of a proxy user account.

More information

MATLAB installation instructions

MATLAB installation instructions MATLAB installation instructions All existing and new MATLAB accounts must be associated with the College of Charleston's MATLAB license. Once your account is associate with the college license, you can

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

PCFC-Online Services Customer FAQ

PCFC-Online Services Customer FAQ PCFC-Online Services Customer FAQ 1. What is the link for Online Services? Given below is the link for Online Services. https://online.trakhees.ae/oaservices/login/form.htm 2. I forgot my Password. If

More information

How can I view my W2 on Vibe?

How can I view my W2 on Vibe? How can I view my W2 on Vibe? Within this document you will find easy How To, step by step instructions for logging onto Vibe and accessing your W2. How to Logon: In your browser s address bar, type the

More information

What is Zoom Web? Sign-in to Zoom Web

What is Zoom Web? Sign-in to Zoom Web 1 What is Zoom Web? Zoom is Clarion University s video conferencing solution for online meetings. You can host up to 100 participants for unlimited duration. Students and external participants do not need

More information

A Quick Start Guide for Newly Accepted DNP Nursing Program Students

A Quick Start Guide for Newly Accepted DNP Nursing Program Students A Quick Start Guide for Newly Accepted DNP Nursing Program Students This step-by-step guide will help you get started with the necessary administrative components of starting the DNP Nursing Program at

More information

Assignment Dropbox. Overview

Assignment Dropbox. Overview Assignment Dropbox Overview This system aims to replace the Computer Science EC dropbox with one that saves to SONAS and is linked to Cecil. It is not specific to Computer Science and can be made more

More information

Database Driven Rebate Tracking (DDRT)

Database Driven Rebate Tracking (DDRT) Database Driven Rebate Tracking (DDRT) Senior Design Spring 01 Instructor: Professor Paul I-Hai Lin Senior Advisor: Associate Professor Gary Steffen, Chair of CEIT Presenters: Aaron Egbert Chris Rottinger

More information