Assessment Evaluation Online Book Store. Phase-III. Vamsi Krishna Mummaneni

Size: px
Start display at page:

Download "Assessment Evaluation Online Book Store. Phase-III. Vamsi Krishna Mummaneni"

Transcription

1 Assessment Evaluation Online Book Store Phase-III Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State University Committee Members Dr.Torben Amtoft (Major Professor). Dr. Dan Andresen. Dr. Mitchell L. Neilsen. 1

2 Table of Contents 1 1. Introduction Manual Testing Test Cases User Admin 5 4. Performance Testing Observations References 11 2

3 1. Introduction The goal of this document is to present all the test results using the test cases defined in the Test Plan Document. I have performed Manual and Performance testing for my Online Book store project. 2. Manual Testing Manual testing is done to test the correctness of all the functionalities by manually entering the data. Test case functionalities for manual testing include: USER: Registration Login Add To Cart Edit Cart ADMIN: Create and Delete book from Category Create and Delete a Category Manage Orders Manage Members 3. Test Cases 3.1 USER Registration ID TEST CASE USER INPUT RESULT PASS CRITERIA U_REG_1 User Registration User selects already existing user PASSED Display message to name choose different user name U_REG_2 User Registration User enters different password in PASSED Display message 3

4 password confirm field U_REG_3 User Registration User forgets to enter a particular required fields U_REG_4 User Registration User enters all the details successfully that Password and Confirm Password fields don't match PASSED Display message The value in field is required PASSED User account created Login ID TEST CASE USER INPUT RESULT PASS CRITERIA U_LOG_1 User Login User enters a wrong PASSED Display message Login or username Password is incorrect. U_LOG_2 User Login User enters a wrong PASSED Display message Login or password Password is incorrect. U_LOG_3 User Login User enters correct PASSED User logs in successfully username and password Add to Cart ID TEST CASE USER INPUT RESULT PASS CRITERIA U_AC_1 Add to Cart User selects a book and PASSED Book is added to the shopping cart clicks add to cart button U_AC_2 Add to Cart Guest selects a book and clicks add to cart button PASSED User should create an account. Edit Cart ID TEST CASE USER INPUT RESULT PASS CRITERIA U_EC_1 Edit Cart User changes the Quantity PASSED Quantity and total cost of Cart should be updated U_EC_2 Edit Cart User deletes a book from PASSED Books and total cost of Cart should shopping Cart U_EC_3 Edit Cart User selects a new book to shopping Cart PASSED be updated Books and total cost of Cart should be updated 4

5 3.2 ADMIN Create and Delete a Book from Category ID TEST CASE ADMIN INPUT RESULT PASS CRITERIA AD_CDB_1 Create and Delete a Book from Category Admin adds a new book to category PASSED Book should be updated in Categories list AD_CDB_2 Create and Delete a Admin deletes a book PASSED Book should be deleted Book from Category from category in Categories list Create and Delete a Category ID TEST CASE ADMIN INPUT RESULTS PASS CRITERIA AD_CDC_1 Create and Delete Admin adds a new PASSED Category should be a Category category updated to system AD_CDC_1 Create and Delete a Category Admin deletes a category PASSED Category should be deleted from system Manage Orders ID TEST CASE ADMIN INPUT RESULTS PASS CRITERIA AD_MO_1 Manage Orders Admin accepts an order PASSED Order is processed AD_MO_2 Manage Orders Admin deletes an order PASSED Order is not processed 5

6 Manage Members ID TEST CASE ADMIN INPUT RESULTS PASS CRITERIA AD_MM_1 Manage Members Admin accepts Members PASSED Member is accepted AD_MM_2 Manage Members Admin deletes Members PASSED Member is not accepted 4. Performance Testing The system should meet the performance requirements as mentioned in the Vision document. The performance will be evaluated based on the response time of the GUI and the database commands. Using JMETER tool performance testing will be done. Apache JMETER is a 100% pure Java desktop application designed to load test functional behavior and measure performance. Originally designed to test web applications, it is now a general tool for testing client/server applications like database servers, FTP servers and others. It lets you test your applications under different work loads, and graphically represent the application's behavior. I have tested the performance of three different pages of my Online Book Store Website as mentioned in the Test Plan document during Phase-2. Pages Tested Home Page Search Page Shopping Cart Page Initially The Performance testing has been done using a sample of 8 threads which are generated with a loop of

7 Home Page The graph below in Fig.1 shows the test results of Homepage of Online Book Store Website. Performance Graph Fig.1 7

8 Search Page The graph results below in Fig.2 shows the test results of Search Page of Online Book Store Website. Performance Graph Fig.2 8

9 Shopping Cart Page The graph results below in Fig.3 shows the test results of Shopping Cart Page of Online Book Store Website. Performance Graph Fig.3 9

10 Below are the observations made from the above performance graph for Online Book Store Project. The average value represents the average amount time taken to load a particular page. Average response time is low for home page because it doesn t many database interactions. Average response time for Search page is more since it should wait for the results from the database. The throughput number represents the actual number of requests/minute the server handled. Here the overall throughput is around 74/sec The deviation characterizes the network and the system performance. If the deviation is high, some users will have good response time from the system while other users will have long response time from the system. The smaller deviation value is good. Later again I have done the performance testing with a sample of 1000 threads with a loop count of 1000 and ramp up period of 1sec.Below are the graphs for all three pages.. 10

11 Home page The graph below in Fig.1 shows the test results of Homepage of Online Book Store Website. Fig.4 11

12 Advanced search page with parameters The graph below in Fig.4 shows the test results of Searchpage of Online Book Store Website. Fig.5 12

13 Shopping Cart The graph below in Fig.6 shows the test results of Homepage of Online Book Store Website. Fig.6 13

14 Observations Since the total number of request increased to 10,000 when compared to 800 before all the performance graph parameters will increase. The response time is more for shopping cart page since there are more data base actions to be taken place and also from different tables. So since it has data transactions with different tables, to run the query and wait for results it would count for the response time. Similarly the response time is less for search page when I passed category value as parameter is because may be the search criteria is very easy and straight forward from a single table data in the database. As observed from the second case of performance graphs the response time is more for home page when compared to search page because the home page for the Online Book store application needs data to be requested from the database to load the page. So due to extensive data access from the database to retrieve data, images to be derived from the database, handle may user read requests and may also depend on the limited hardware resources. But the response time increases linearly with number of users. And after some time the response time will reach a saturation level at the end of 10,000 user requests. Since all the three pages have response time less than 5 sec in general the application is a good application. In general users will be happy to use the website with a response time. I have chosen a maximum of 1000 users due to the hardware capabilities of my system. 14

15 References 1. file:///c:/documents%20and%20settings/owner/desktop/jakarta-jmeter- 2.3RC3/docs/usermanual/build-adv-web-test-plan.html

User Manual Online Book Store. Phase-III. Vamsi Krishna Mummaneni

User Manual Online Book Store. Phase-III. Vamsi Krishna Mummaneni User Manual Online Book Store Phase-III Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State University

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Project Evaluation Online Book Store Phase-III. Vamsi Krishna Mummaneni

Project Evaluation Online Book Store Phase-III. Vamsi Krishna Mummaneni Project Evaluation Online Book Store Phase-III Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Assessment Evaluation

Assessment Evaluation Assessment Evaluation E-commerce Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas

More information

Vision Document. Online Book Store. Version 1.0. Vamsi Krishna Mummaneni. CIS 895 MSE Project KSU. Major Professor. Dr.

Vision Document. Online Book Store. Version 1.0. Vamsi Krishna Mummaneni. CIS 895 MSE Project KSU. Major Professor. Dr. Online Book Store Version 1.0 Vamsi Krishna Mummaneni CIS 895 MSE Project KSU Major Professor Dr.Torben Amtoft 1 Table of Contents 1. Introduction 3 1.1. Purpose and Motivation 3 2. Project Overview 3

More information

ONLINE JOB SEARCH SWETHA DEVA A REPORT. submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE

ONLINE JOB SEARCH SWETHA DEVA A REPORT. submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE ONLINE JOB SEARCH By SWETHA DEVA A REPORT submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing and Information Sciences College of Engineering KANSAS

More information

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Test Plan Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University 1 TABLE

More information

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT ONLINE BILLBOARD By VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing

More information

Project Evaluation Airline Reservation System

Project Evaluation Airline Reservation System Airline Reservation System Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Kaavya Kuppa CIS 895 MSE Project Department of Computing and Information

More information

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT ONLINE SHOPPING By CHAITANYA REDDY MITTAPELLI B.E., Osmania University, 2005 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing and Information

More information

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE Test Plan KSU Student Portal Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents 1.

More information

Standard User Site Registration Account Options Customer Hot List Creation & Utilization.

Standard User Site Registration Account Options Customer Hot List Creation & Utilization. Standard User Site Registration Account Options Customer Hot List Creation & Utilization www.gosafe.com gosafe.com User Instructions This document details the process for registering with gosafe.com, options

More information

Vision Document. Online E-commerce Music CD Store Version 2.0

Vision Document. Online E-commerce Music CD Store Version 2.0 Vision Document Online E-commerce Music CD Store Version 2.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State

More information

User Manual. Online E-commerce Music Store Version 1.0

User Manual. Online E-commerce Music Store Version 1.0 User Manual Online E-commerce Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University

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

New Web Portal User Guide. Table of Contents. First Time Login.. 2. Login and Reset Password.. 5. Pay Assessments and Utilities..

New Web Portal User Guide. Table of Contents. First Time Login.. 2. Login and Reset Password.. 5. Pay Assessments and Utilities.. New Web Portal User Guide Table of Contents HINT: Click on any item below to go directly to that page. Click on any page number to return to the Table of Contents. First Time Login.. 2 Login and Reset

More information

How to download and comment on a draft Australian Standard or amendment

How to download and comment on a draft Australian Standard or amendment How to download and comment on a draft Australian Standard or amendment This document covers: How to create an SAI Global Infostore login How to download a public comment draft of an Australian Standard

More information

Orbit Store Documentation User

Orbit Store Documentation User Orbit Store Documentation User A. Registration 1. Click on the Register link found on the upper right navigation 2. Supply username and email field with the correct information for the CREATE ACCOUNT section

More information

Software Quality Assurance Plan

Software Quality Assurance Plan Software Quality Assurance Plan For KDD-Research Entity Search Tool (KREST) Version 1.2 Submitted in partial fulfillment of the Masters of Software Engineering degree. Eric Davis CIS 895 MSE Project Department

More information

How to Register and Make an Application for a School Place Using the Citizens Portal

How to Register and Make an Application for a School Place Using the Citizens Portal Click on register Enter your email and security details and create a password and click Next Please note below the password format Enter your details and click Next Enter your home postcode and click on

More information

Allison Transmission Publications Web Store User Guide

Allison Transmission Publications Web Store User Guide Allison Transmission Publications Web Store User Guide v. 01.25.2017 Table of Contents Overview... 3 Login... 3 The homepage... 4 Customer service... 4 The product catalog... 5 There are two ways to search

More information

ETD FAQ. Table of Contents

ETD FAQ. Table of Contents ETD FAQ Table of Contents Help... 2 Log-In Help... 3 How do I enter a Start/End Location?... 5 How do I use the Mileage Reimbursement option?... 6 How do I use the Enterprise CarClub/pool car tool?...

More information

Welcome to the easy step-by-step instructions on how to register for the Energy Generation Conference.

Welcome to the easy step-by-step instructions on how to register for the Energy Generation Conference. Welcome to the easy step-by-step instructions on how to register for the Energy Generation Conference. If you have not created a profile account on our registration site before, you must do so before you

More information

ISSN: K.Sudhakar 1, V.Priyanka 2, R.Pranathi 3, M.Manikanta 4, K.Venkat 5 1 Associate Professor, 2,3,4,5 Project Team

ISSN: K.Sudhakar 1, V.Priyanka 2, R.Pranathi 3, M.Manikanta 4, K.Venkat 5 1 Associate Professor, 2,3,4,5 Project Team International Journal of Computer Science & Mechatronics A peer reviewed international journal Article Available at www.ijcsm.in sjif-4.454 smsamspublications.com LP/ALP ASSESSMENT SYSTEM IN ETTC (South

More information

WEB ORDER ENTRY SYSTEM USER MANUAL. Produced for

WEB ORDER ENTRY SYSTEM USER MANUAL. Produced for WEB ORDER ENTRY SYSTEM USER MANUAL Produced for TABLE OF CONTENTS Dior Web Order Entry System User Manual Dior Order Entry... 3 Overview... 3 Requesting Process... 3 Signing In... 3 The Order Entry Screen...

More information

Customer Care - How to Order Replacement Parts Using RPP

Customer Care - How to Order Replacement Parts Using RPP Customer Care - How to Order Replacement Parts Using RPP February 07 How to Access the site RPP is accessed by entering www.replacementpartspros.com in your web browser: The RPP home/login page is shown

More information

Main Login Screen Enter user name and password. New users can call or customer service using the information provided. If you have forgotten

Main Login Screen Enter user name and password. New users can call or  customer service using the information provided. If you have forgotten Main Login Screen Enter user name and password. New users can call or email customer service using the information provided. If you have forgotten your password, enter your email address in the box provided

More information

RESOURCE PLANNER NAVYA RAYAPATI. B. Tech, Jawaharlal Nehru Technological University, India, 2014 A REPORT

RESOURCE PLANNER NAVYA RAYAPATI. B. Tech, Jawaharlal Nehru Technological University, India, 2014 A REPORT RESOURCE PLANNER by NAVYA RAYAPATI B. Tech, Jawaharlal Nehru Technological University, India, 2014 A REPORT submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department

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

Staples Literature Process John Price, US Marketing Communications

Staples Literature Process John Price, US Marketing Communications 3M Renewable Energy Division Staples Literature Process John Price, US Marketing Communications 1 2014 3M. All Rights Reserved. 15 May Collateral Ordering Process If it s broke. FIX IT!! Process will go

More information

Welcome to the Goddess Purchasing Portal!

Welcome to the Goddess Purchasing Portal! Goddess Purchasing Portal Quick Reference Guide Welcome to the Goddess Purchasing Portal! URL http://www.goddessproductsinc.com/arkansas.html Login Password Your LRSD Email Address Welcome1 (case sensitive)

More information

Supplier Response Guide. Access Supplier Portal to Review and Respond to Bid Opportunities

Supplier Response Guide. Access Supplier Portal to Review and Respond to Bid Opportunities Access Supplier Portal to Review and Respond to Bid Opportunities Contact entered for commodity code (and established proxies) will receive email notification of bid opportunity. 1. Login to the Supplier

More information

Application Scenarios of DG-NS5004 Cloud Storage Syncbox Feature

Application Scenarios of DG-NS5004 Cloud Storage Syncbox Feature Application Scenarios of DG-NS5004 Cloud Storage Syncbox Feature To automatically sync & update a specific drive/ data folder on a PC to a NAS:- * Once the syncbox Server is loaded on NAS, it will be displayed

More information

TUTORIAL FOR SPARE PARTS ONLINE Catalogue

TUTORIAL FOR SPARE PARTS ONLINE Catalogue TUTORIAL FOR SPARE PARTS ONLINE Catalogue To access the spare parts online catalogue, please login with your username and password, then click ACCESS If you don t have username and password, please click

More information

RECIPE SEARCH ENGINE USING YUMMLY API RAJAVARDHAN MALLADI. B.Tech., Kakatiya University, 2014 A REPORT

RECIPE SEARCH ENGINE USING YUMMLY API RAJAVARDHAN MALLADI. B.Tech., Kakatiya University, 2014 A REPORT RECIPE SEARCH ENGINE USING YUMMLY API by RAJAVARDHAN MALLADI B.Tech., Kakatiya University, 2014 A REPORT submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department

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

Microsoft Office 2016 (Windows) Installation Guide

Microsoft Office 2016 (Windows) Installation Guide Microsoft Office 2016 (Windows) Installation Guide This document shows you how to download and install Microsoft 2016 using Internet Explorer 11 on Windows 10. Images may vary on different system and Internet

More information

ANNEX 2. How to register and submit candidatures

ANNEX 2. How to register and submit candidatures Interreg V B Adriatic Ionian Programme - ADRION Joint Secretariat Electronic Monitoring System Officer (m/f) ANNEX 2 How to register and submit candidatures with ADRION ems system 1 1. Purpose This guidance

More information

Introduction. Logging In. https://portal.format.co.nz/login/trt

Introduction. Logging In. https://portal.format.co.nz/login/trt Introduction Welcome to the Tidd Ross Todd On-line Ordering System. This site has been created with the intention to assist users with the following: placing orders viewing work in progress searching for

More information

HOW TO PURCHASE A TEAS TRANSCRIPT

HOW TO PURCHASE A TEAS TRANSCRIPT How to Purchase a TEAS Transcript 1 HOW TO PURCHASE A TEAS TRANSCRIPT ATI has made it possible for students to purchase a TEAS Transcript after your test date via the ATI Web site Online Store. Complete

More information

RENT A HOME A CROSS PLATFORM MOBILE APPLICATION TO LIST AND SEARCH RENTAL HOMES YUSUF ALI. B.E., Rajiv Gandhi Proudyogiki Vishwavidyalaya, India, 2012

RENT A HOME A CROSS PLATFORM MOBILE APPLICATION TO LIST AND SEARCH RENTAL HOMES YUSUF ALI. B.E., Rajiv Gandhi Proudyogiki Vishwavidyalaya, India, 2012 RENT A HOME A CROSS PLATFORM MOBILE APPLICATION TO LIST AND SEARCH RENTAL HOMES by YUSUF ALI B.E., Rajiv Gandhi Proudyogiki Vishwavidyalaya, India, 2012 A REPORT submitted in partial fulfillment of the

More information

WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS. Office Supplies & Business Print

WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS. Office Supplies & Business Print WEBSITE TRAINING GUIDE MY OFFICE PRODUCTS Office Supplies & Business Print Table of Contents Log In... 2 Updating My User Information... 4 Creating Favorites List... 6 Viewing Saved Carts... 9 Creating

More information

NHD Online Registration Guide: Teacher

NHD Online Registration Guide: Teacher NHD Online Registration Guide: Teacher Introduction Welcome to the National History Day Contest Management system. Within this guide, you will see a description of key terms within the contest system along

More information

Online Media Ordering System User Guide CATERPILLAR ONLINE MEDIA ORDERING SYSTEM USER GUIDE 10/16/2014

Online Media Ordering System User Guide CATERPILLAR ONLINE MEDIA ORDERING SYSTEM USER GUIDE 10/16/2014 CATERPILLAR ONLINE MEDIA ORDERING SYSTEM USER GUIDE 10/16/2014 1 Table of Contents Requesting an Account Page 3 Logging In Page 5 Help & Contact Us Page 6 Navigation Menu Bar Page 7 Product Search Page

More information

Module Certification and Testing

Module Certification and Testing Module 20 Certification and Testing Certification and Testing Certification requirements The certification exam Online Timed Instant scoring Score required for certification Taking the exam Receiving your

More information

B2B WEBSITE 2017 USER GUIDE VOYAGES-SNCF.EU

B2B WEBSITE 2017 USER GUIDE VOYAGES-SNCF.EU USER GUIDE VOYAGES-SNCF.EU HOMEPAGE - UNCONNECTED 2 HOMEPAGE - UNCONNECTED URL address remains the same Login: username & password remain the same Create a new agency account 3 CREATE A NEW AGENCY ACCOUNT

More information

HOW TO GUIDE: PURCHASING VOUCHER CODES THROUGH ULEARNATHLETICS.COM

HOW TO GUIDE: PURCHASING VOUCHER CODES THROUGH ULEARNATHLETICS.COM HOW TO GUIDE: PURCHASING VOUCHER CODES THROUGH ULEARNATHLETICS.COM WHAT IS A VOUCHER CODE? A voucher code is a unique six-digit code that carries a monetary value. Voucher codes are not linked to specific

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

ORDERING PRINT RESOURCES

ORDERING PRINT RESOURCES ORDERING PRINT RESOURCES About YMCA Awards web shop... 1 Placing orders via the YMCA Awards web shop... 1 Updating/adding a delivery address... 7 About YMCA Awards web shop The YMCA Awards web shop allows

More information

Guide on how to use the macademy.

Guide on how to use the macademy. Guide on how to use the macademy. Thank you for showing interest in My Learning Academy, the premier e-learning solution in Africa. This document will give you an overview of how to navigate the portal,

More information

QUANTUM NET ENHANCED USERS VERSUS STANDARD USERS ENHANCED USERS

QUANTUM NET ENHANCED USERS VERSUS STANDARD USERS ENHANCED USERS QUANTUM NET ENHANCED USERS VERSUS STANDARD USERS ENHANCED USERS The Enhanced User module allows you to create QNet users that login with just their email address and password, that can change their own

More information

EMPLOYEE TOOLS. The Budget Review page will display (see illustration below).

EMPLOYEE TOOLS. The Budget Review page will display (see illustration below). EMPLOYEE TOOLS This area of My Siena has options that allow Siena employees to view different reports about the University and to order supplies. Those employees who have permission are able to view the

More information

HELPDESK: CUSTOMER SERVICE: and push 0 for assistance or

HELPDESK: CUSTOMER SERVICE: and push 0 for assistance or Online User Guide HELPDESK: helpdesk@prograde.com CUSTOMER SERVICE: 888-273-1617 and push 0 for assistance or csr@prograde.com COPYRIGHT 2015 Glatfelter. All Rights Reserved. Table of Contents Login...

More information

Online Ordering Instructions

Online Ordering Instructions Online Ordering Instructions Supplied By Table of Contents Login... 2 How to Order Products... 2 Shopping Cart... 3 Checkout... 3 My Account... 7 Login Type www.alliancepromotions.com.au in your preferred

More information

A WARM WELCOME TO OUR BRAX B2B PORTAL!

A WARM WELCOME TO OUR BRAX B2B PORTAL! ORDER ONLINE 24 HOURS A DAY, 7 DAYS A WEEK A WARM WELCOME TO OUR BRAX B2B PORTAL! IT HAS LOTS OF NEW FEATURES WAITING TO BE DISCOVERED www.brax24.com 1 Contents 3 Registration and login 4 Home screen 5

More information

How to Copy, Move and Delete Categories and Gift Vouchers

How to Copy, Move and Delete Categories and Gift Vouchers Page 1 of 5 Go to your hotel s website and click on the gift voucher link. A new window will open onto your gift voucher website (XXX.skchase.com) Select the Login link. Located at both the bottom of the

More information

2016 TaxSlayer Pro Desktop. Logging in to the Program Usernames/Passwords

2016 TaxSlayer Pro Desktop. Logging in to the Program Usernames/Passwords 2016 TaxSlayer Pro Desktop Logging in to the Program Usernames/Passwords Contents Logging in to the Program... 2 First Time Logging In... 2 Forgot Username/Password Preparer... 4 Logging in as ADMIN...

More information

Beaufort Asset Clearing Services Limited (in special administration) Client Claim Portal. User Guide

Beaufort Asset Clearing Services Limited (in special administration) Client Claim Portal. User Guide Beaufort Asset Clearing Services Limited (in special administration) Client Claim Portal User Guide Contents 1. System Overview 2. User Access 3. Logging In 4. Confirming your client details 5. Reviewing

More information

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0 Project Plan For GMoDS Visualizer and Test Driver Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Mike Fraka CIS 895 MSE Project Kansas State University Page 1 of

More information

Swimming Lesson Online Enrolment Process

Swimming Lesson Online Enrolment Process Swimming Lesson Online Enrolment Process P a g e 2 Table of Contents Step 1. Class Self-Assessment... 3 Step 2. Browse Class Timetable... 4 Step 3. Create Account... 4 Step 4. Login & Book... 5 FAQ...

More information

Instructions for installing the Print to PrintShop printer on a Mac

Instructions for installing the Print to PrintShop printer on a Mac Instructions for installing the Print to PrintShop printer on a Mac 1. On a Mac, click on Launchpad 2. Then click on the Self Service Icon Now you will be in the Self Service Portal on your Mac You MUST

More information

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com USER GUIDE for Simon Malls On-Line Resource Center SimonResourceCenter.com Welcome to the Online Resource Center for printing and fulfillment. You have access to this site 24 hours a day, 7 days a week.

More information

Procedure Manual. Company Registration

Procedure Manual. Company Registration Procedure Manual Company Registration Arequipa, Universidad Nacional San Agustín UNSA September 21 to 25, 2015 Intro E-Commerce PERUMIN, offers two type of users: COMPANY, may book your booth and register

More information

Connecting VirtueMart To PayPal (Live)

Connecting VirtueMart To PayPal (Live) Connecting VirtueMart To PayPal (Live) After testing is complete in the PayPal Sandbox and you are satisfied all is well, then its time to disconnect VirtueMart from the PayPal Sandbox and connect Virtuemart

More information

EcoprintQ Student User Guide

EcoprintQ Student User Guide EcoprintQ Student User Guide EcoprintQ Student User Guide Table of Contents: 1.0 How to send a Print Job from a workstation to a network printer 2.0 User s Web interface 3.0 Account Summary 4.0 User s

More information

Plone Performance Testing Documentation

Plone Performance Testing Documentation Plone Performance Testing Documentation Release 1.0 Timo Stollenwerk January 21, 2015 Contents 1 Getting Started with jmeter 1 1.1 Introduction............................................... 1 1.2 Step

More information

Login & Register for LRC Programs. How to Create/Activate your Live Leduc Account

Login & Register for LRC Programs. How to Create/Activate your Live Leduc Account How to Create/Activate your Live Leduc Account Step 1: Visit www.live.leduc.ca in your web browser. If you already have a membership (you or your kids) or an account with the LRC click on LOGIN. Remember,

More information

Online Ordering Manual

Online Ordering Manual Online Ordering Manual for the Pay-LESS website www.paylessoffice.com Customer Log In... 2-3 Finding Your Account Number... 4 Searching for Products... 5-6 Quick Order... 7-8 Product Comparison... 9-10

More information

QUICK REFERENCE GUIDE. Version

QUICK REFERENCE GUIDE. Version QUICK REFERENCE GUIDE Version 2.10.16 TABLE OF CONTENTS LOGGING INTO CERTIFY PASSWORD Lost Password Reset My Password DISPLAY OPTIONS ASSIGN MY TRAVEL PLANNER SWITCH TRAVELERS UPDATE TRAVEL PREFERENCES

More information

HOW TO REGISTER FOR THE TEAS ASSESSMENT

HOW TO REGISTER FOR THE TEAS ASSESSMENT How to Register for the TEAS Assessment 1 HOW TO REGISTER FOR THE TEAS ASSESSMENT You can now register for the TEAS Assessment through our Online Store. How you access the Online Store depends on whether

More information

Environmental Monitoring System

Environmental Monitoring System Acceptance Test Requested By: Mr. Ken Swarner Systems Administrator Computer Science Department of Siena College Dr. Tim Lederman Professor of Computer Science Computer Science Department of Siena College

More information

CPNW Account Creation Instructions

CPNW Account Creation Instructions CPNW Account Creation Instructions 1. Go to www.cpnw.org and click on the register link. We recommend you use a desktop or laptop for registration. Older phones and tablets may cause errors. 2. Enter the

More information

Author Guidelines for Online Submission

Author Guidelines for Online Submission CSIR-NATIONAL INSTITUTE OF SCIENCE COMMUNICATION AND INFORMATION RESOURCES (CSIR-NISCAIR) Dr K S Krishnan Marg, New delhi-110012 14, Satsang Vihar Marg, New Delhi - 110067 Author Guidelines for Online

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS

INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS Use the URL http://lynx.portofvirginia.com/. You should see the following screen: At the bottom of the dialogue box,

More information

Access Type. For assistance

Access Type. For assistance INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS Use the URL http://lynx.portofvirginia.com/. You should see the following screen: At the bottom of the dialogue box,

More information

Step 1: Register as a New User

Step 1: Register as a New User Login Page A link is provided on this page allowing new users to register. Step 1: Register as a New User Returning Users can simply enter their Email Address and Password to enter the site. If you are

More information

Palm Beach Masters Instructions for Online Enrollment of Automated Credit Card Payments

Palm Beach Masters Instructions for Online Enrollment of Automated Credit Card Payments Palm Beach Masters Instructions for Online Enrollment of Automated Credit Card Payments Palm Beach County now gives you an option to pay our monthly masters swimming dues via their new automated credit

More information

MD Helicopters, Inc. On-line Publications Ordering Applications Guide

MD Helicopters, Inc. On-line Publications Ordering Applications Guide MD Helicopters, Inc. On-line Publications Ordering Applications Guide Welcome. This guide is provided to assist you in placing orders for Technical Publications using the new On-line Publications Order

More information

AUTHOR S GUIDELINES FOR MANUSCRIPT SUBMISSION

AUTHOR S GUIDELINES FOR MANUSCRIPT SUBMISSION AUTHOR S GUIDELINES FOR MANUSCRIPT SUBMISSION Registration and Login Details Registration 1. All first time users are required to Register within the system. 2. Once you are registered, you will receive

More information

AGENCY EXPRESS 3.0. A Guide to Online Ordering

AGENCY EXPRESS 3.0. A Guide to Online Ordering AGENCY EXPRESS 3.0 A Guide to Online Ordering 1 ACCESSING AGENCY EXPRESS Open a web browser, only Internet Explorer 6.0 or higher, Google Chrome, or Firefox 2.x or higher will open Agency Express Go to

More information

If you re using Internet Explorer as your internet browser, you must answer NO to the security warning when first accessing the catalog.

If you re using Internet Explorer as your internet browser, you must answer NO to the security warning when first accessing the catalog. If you re using Internet Explorer as your internet browser, you must answer NO to the security warning when first accessing the catalog. The McKesson Punch-out catalog offers an interactive user guide

More information

Website Training Manual

Website Training Manual www.owit.org I N T E R N A T I O N A L Website Training Manual This training manual shows you how to manage the OWIT international website and Membership System. CHAPTER ADMINISTRATOR TABLE OF CONTENT

More information

Rotating Carousel: Highlighted OIT services and news will be listed here. Menu Bar: The menu bar has links to several key areas of the portal:

Rotating Carousel: Highlighted OIT services and news will be listed here. Menu Bar: The menu bar has links to several key areas of the portal: OIT Support and Information Portal Overview From our portal you can view information about SLCC technology services as well as request assistance from the Information Technology Staff. The simplest way

More information

1 Register 2 Take Course 3 Take Test 4 Get Certificate

1 Register 2 Take Course 3 Take Test 4 Get Certificate Training Guide for Group Administrators Use this Admin Guide if you manage a training account for a group of learners. If you are not managing a group account, please use the Learner Guide instead. Training

More information

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ).

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ). How to Activate Student E-Mail 1. Log in to the student Registration system (also known as My Community Education or Banner ). 2. The new account notice shows at the top of the screen once signed in. Click

More information

PDS Detailed User Guide

PDS Detailed User Guide PDS Detailed User Guide The Planwell PDS login page can be accessed from a link provided on your Reprographer s website. Enter in the username and password created for your account. The PDS homepage will

More information

John Holland Contractor Management System. User Guide for Employee Registration

John Holland Contractor Management System. User Guide for Employee Registration John Holland Contractor Management System User Guide for Employee Registration John Holland Contractor Mangement System Please follow this step-by-step guide to register employees and assign roles in the

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

1. Starting Out. 2. Selecting the State, Category and Study Method. User s Guide for AES Online CE Courses Version 1

1. Starting Out. 2. Selecting the State, Category and Study Method. User s Guide for AES Online CE Courses Version 1 1. Starting Out To access the AES online course list, navigate to our homepage at www.amedsys.com. From here, you will select the order button in the sidebar box titled Online Insurance Continuing Education.

More information

OWIZA 1.0 U S E R ' S G U I D E. Owiza 1.0. User s Guide. Copyright Ositcom LTD. All rights reserved.

OWIZA 1.0 U S E R ' S G U I D E. Owiza 1.0. User s Guide. Copyright Ositcom LTD. All rights reserved. Owiza 1.0 User s Guide Copyright 2006-2014 Ositcom LTD. All rights reserved. Owiza 1.0: User s Guide Copyright 2006 2013 OSITCOM LTD. http://www.ositcom.net/ Copyright 2006-2014 Ositcom LTD. All rights

More information

This view provides a list of all upcoming prayer events that have been registered on the site. Figure 1: 24-7 Prayer Homepage Upcoming Prayer Events

This view provides a list of all upcoming prayer events that have been registered on the site. Figure 1: 24-7 Prayer Homepage Upcoming Prayer Events 24/7 Prayer Scheduling Table of Contents Accessing the Calendar... 1 Registering a New Prayer Event... 2 Delete or Edit a Prayer Event... 4 Booking a Prayer Timeslot... 4 Check Prayer Schedule & Get Email

More information

FasTrack Web User Guide

FasTrack Web User Guide FasTrack Web User Guide 1. Login using your unique username and password. 2. Choose Modify Account Info from menu and check all information to be sure it is correct. Make changes as necessary. Changes

More information

PlanWell 4.0 User Guide

PlanWell 4.0 User Guide PlanWell 4.0 User Guide Contents Finding Planwell and Logging On 2 Planwell Access Portals 2 Document Selection 3 Build a Set 4 Most Current Set 4 Custom Packages 4 Issue Tree 5 Standard Order Process

More information

The Platform ecommerce Functionality

The Platform ecommerce Functionality The Platform ecommerce Functionality EXTERNAL ADMINISTRATOR GUIDE 2 ECOMMERCE FUNCTIONALITY (EXTERNAL ADMINISTRATOR GUIDE) Contents Log on to The Platform 4 Search for a Training Course 6 Checking Training

More information

Common Login queries. How to resolve the login query. Login Query

Common Login queries. How to resolve the login query. Login Query Common Login queries Login Query Why can I not login into www.completecruisesolution.com? I don t know my login details for www.completecruisesolution.com or I have tried logging in but the Username or

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

Internet Ordering System. User Guide

Internet Ordering System. User Guide Internet Ordering System User Guide 2 Copyright 2014 WaiveStar Group Commercial in Confidence All rights reserved. This document contains confidential and commercially sensitive information of WaiveStar

More information

WDD Fall 2016Group 4 Project Report

WDD Fall 2016Group 4 Project Report WDD 5633-2 Fall 2016Group 4 Project Report A Web Database Application on Loan Service System Devi Sai Geetha Alapati #7 Mohan Krishna Bhimanadam #24 Rohit Yadav Nethi #8 Bhavana Ganne #11 Prathyusha Mandala

More information

Lorin Muhlmann V0.5 Last updated 17/04/18

Lorin Muhlmann V0.5 Last updated 17/04/18 ClubGRANTS Online Training Manual CONVENORS Contents Logging in... 4 Opening a grant round... 6 Completing an application... 10 Reviewing and assessing applications... 15 Completing and reviewing acquittal

More information