Virtual Simulator Extreme (VirSim Ex)

Slides:



Advertisements
Similar presentations
Wholesale Part Warranty-Online Tutorial. Getting Started 1) Set your browser to: 2) Under the WHOLESALERS drop down menu, select.
Advertisements

Existing Customer: Please visit Bonaqua Website for registration.
Tutorial for Blackboard 9.1 Alex Ikeuchi Kamehameha Schools Hawaii Blackboard
Manager Video Your inside look at how to use People First.
Basics. 2 Class Outline Part 1 - Introduction –Explaining –Parts of an address –Types of services –Acquiring an account.
Advanced Last Updated: May Class Outline Part 1 - Review –Review of basics –Review of files and folders Part 2 - Attachments –Sending.
File Upload Instructions and Information The File Upload utility is used for transferring files too large to send through the system. How it Works:
Create an Online Account. Navigate to the following URL Address
Company/Product Overview. You have lots of files all over the place.
4-Sep-15 HTML Forms Mrs. Goins Web Design Class. Parts of a Web Form A Form is an area that can contain Form Control/Elements. Each piece of information.
Dropbox is a tool the CSME will set up for its participants upon request so that participants do not have to upload podcasts to CSME servers via FTP (file.
VASP PREPAYMENT SYSTEM Training Module for CLIENTS.
Confidential - © 2012 StreamWIDE © StreamWIDE
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Career Services Center Employer Training. This is the main login page. The link can be found at Employers.
Register Online Helpdesk By: Linda Leow. Axis Home Page Click on the Support link Go to Axis Home Page.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Credit Union National Association Installing and Uploading Project Zip Code.
Basics. 2 Professional Development Centre Class Outline Part 1 - Introduction –Explaining –Parts of an address –Types of services.
In the web address box enter Enter your user ID (first and last initial 7 digit ID number) Select Log in.
Purchasing Bulletin Board & Subscription Option Department of Management Services State Purchasing.
Our Sunday Visitor Parishioner List Upload Instructions.
Online Friends’ Community Presented by: Stuart Monaghan HND in Computing th May 2002.
To access our web services, go to……. Click on Customer Login.
EBC Flex Help Accessing the website and your account.
MOSS Design Presentation -Senior Project-. MOSS MOSS Server System 1. MOSS Application 2. Server 3. Client SIU-E Code Cop System 1. SIU-E.
+ FORMS HTML forms are used to pass data to a server. begins and ends a form Forms are made up of input elements Every input element has a name and value.
How to use WS_FTP A Step by Step Guide to File Transfer.
© Copyright 2009 SSLPost 01. © Copyright 2009 SSLPost 02 a recipient is sent an encrypted that contains data specific to that recipient the data.
Copy of the from the secure website - click on the AccoridaLife.zip link.
Virtual Machines Module 2. Objectives Define virtual machine Define common terminology Identify advantages and disadvantages Determine what software is.
Web Forms. Web Forms: A form allows our web visitors to submit information to us. Some examples uses for forms are to let the web user contact us, fill.
Online Applications. Login / Register If a student has already registered then they may login with their username and password. If not registered they.
Complete this task BEFORE beginning a Form 471.
ICE Integrated Cloud Environment Cloud Scanning and Mobile Printing
Standard Operating Procedure
Journal of Mountain Science (JMS)
Using the Personal Image Photo Library
CHAPTER 5 SERVER SIDE SCRIPTING
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
Employee Self Service Lite Version
Getting Started with.
About Dropbox Dropbox is a tool the CSME will set up for its participants upon request so that participants do not have to upload podcasts to CSME servers.
AIM/education directory (Ed dir)
Getting Started with SAM
Principles of Software Development
>> More on HTML Forms
FORMS Explained By: Sarbjit Kaur.
ERO Portal Overview & CFR Tool Training
At the Workforce Development and Continuing Education Student Menu select Register for Noncredit course(s) under Registration.
Basic Contact Form user sends an
Online Testing System Assessment Viewing Application (AVA)
Directions for accessing the New Intesa Sanpaolo Supplier Portal
Forms, cont’d.
Room Booking System User Manual.
Student Introduction to CORE ELMS
QUALITY PLATFORM (QPF) REGISTRATION PROCESS
Preceptor Introduction to CORE ELMS
Interim & Diagnostic Teacher Item Previewer
Click this Link first to activate your account.
File Upload for ANSI 837/NSF
USA Softball Background Check
PHP.
HAWTHORNS SURGERY – ONLINE SERVICES
Online tendering system for United Nations Development Programme
CFR Enhancement Session
Using the Bartlett Diagnostic Sample Submission Program (Plants)
The first time you login in to the upgraded system, please select ‘Forgotten your password?’ to reset your password before using the system.
Unit 5 Create Forms.
Assessment Viewing Application (AVA) for Interim Assessments
Presentation transcript:

Virtual Simulator Extreme (VirSim Ex) Kevin Diep Behin Behdinian VirSim Ex

Introduction Virtual Reality – “is a technology which allows a user to interact with a computer-simulated environment, whether that environment is a simulation of the real world or an imaginary world” ~ wikipedia.com Immersion – “is the state of consciousness where an immersant's awareness of physical self is diminished or lost by being surrounded in an engrossing total environment; often artificial” ~ wikipedia.com VirSim Ex

DFD Level 0 VirSim Ex

DFD Level 1 VirSim Ex

New Account Processing New user registration Create username and password Fill in user’s personal information VirSim Ex

Validate User’s Account Validate user authenticity by checking username and password Return error if no username or password is found on database VirSim Ex

Checking Image Name Get the name of the selected image from the user Search through the hard drive for the image Sent the image to the decoder to decode VirSim Ex

Decoding Decode the audio and video file Sent the data to the main controller VirSim Ex

Test Matrix Section Number Requirement Description Test Plan VirSim Ex 2.1.1.1 A login page shall display every time the software is launch. Demonstration 2.1.1.2 The login page shall have a field for the username 2.1.1.2.1 The software shall compare username with existing username in the user info database 2.1.1.2.2 The software shall return an error message if the username is not found in the user info database 2.1.1.3 The login page shall have a field for the password. 2.1.1.3.1 The software shall compare the password with the existing password in the user info database 2.1.1.3.2 The software shall return an error message if the password is not found in the user info database. 2.1.1.4 The login page shall have a link for the new user VirSim Ex

Test Matrix Section Number Requirements Description Test Plan 2.1.1.5 The software shall launch a registration page when the user clicks on the new user link Demonstration 2.1.1.5.1 The registration page shall have a field for the user’s name 2.1.1.5.2 The registration page shall have a field for the user’s address. 2.1.1.5.3 The registration page shall have a field for the user’s phone number. 2.1.1.5.4 The registration page shall have a field for the user’s email address. 2.1.1.5.5 The registration page shall have a field for the user’s age VirSim Ex

Test Matrix Section Number Requirements Description Test Plan 2.1.1.5.6 The registration page shall have a field for the username Demonstration 2.1.1.5.6.1 The username shall be at least 6 characters and containing only lowercase letters and numbers 2.1.1.5.6.2 The software shall return an error message if the username is less than 6 characters 2.1.1.5.7 The registration page shall have a field for the password. 2.1.1.5.7.1 The password shall be at least 6 characters and containing a combination of numbers, lowercase letters, and uppercase letters VirSim Ex

Test Matrix Section Number Requirements Description Test Plan 2.1.1.5.7.2 The password shall contain at least 1 uppercase letter, 1 lowercase letter, and 1 number Demonstration 2.1.1.5.7.3 The software shall return an error message if the password is less than 6 characters 2.1.1.5.7.4 4The software shall return an error message if the password doesn’t contain at least 1 uppercase letter, 1 lowercase letter, and 1 number 2.1.1.5.8 The registration page shall have a submit button 2.1.1.5.9 The user information shall be upload to the database server once the user click the submit button. 2.1.1.5.10 The software shall return a successful message when the user information successfully uploads to the database server 2.1.1.6 Another web page shall be display once the user login VirSim Ex

Test Matrix Section Number Requirements Description Test Plan 2.1.1.6.1 There shall be a drop down box on this page Demonstration 2.1.1.6.2 The drop down box shall list all the available images in the hard drive. 2.1.1.6.3 The software shall send the name of the selected image to the decoder. 2.1.1.7 All images shall be store in the storage array 2.1.2.1 The decoder shall select the image according to the user selection 2.1.2.2 The decoding module shall uncompress the audio bit stream from the image file 2.1.2.3 The decoding module shall uncompress the video bit stream from the image file 2.1.2.4 The decoding module shall send uncompress audio file to the main controller 2.1.2.5 The decoding module shall send uncompress video file to the main controller VirSim Ex

Implementation VirSim Ex <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <body bgcolor="#00FFFF"> <div class='login'> <h1><center>Virtual Simulator Extreme</center></h1> <div style='width: 264px;' class='cellA'>New User?</div> <div style='width: 264px;' class='cellBAd'><a href='?register=true'>Register Today...</a></div> <br clear='all' /> <form> Username: <input type="text" name="username" /> <br /> Password: <input type="text" name="password" /> </form> <form class='add' action='Login' method='post'> <div style='width: 264px;' class='cellAdd'><input type='submit' name='submit' value='Sign On' /></div> <c:if test="${not empty error}"> <div align='center'>${error}</div> </c:if> </div> </body> VirSim Ex

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <body bgcolor="#00FFFF"> <div class='login'> <h1><center>Virtual Simulator Extreme - Register</center></h1>> <form> First Name: <input type="text" name="firstname" /> <br /> Last Name: <input type="text" name="lastname" /> Address: <input type="text" name="address" /> Email: <input type="text" name="email" /> Age: <input type="text" name="age" /> Username: <input type="text" name="username" /> Password: <input type="text" name="password" /> </form> <br clear='all' /> <div style='width: 264px;' class='cellAdd'><input type='submit' name='addUser' value='Register' /></div> <c:if test="${not empty error}"> ${error} </c:if> </div> </body> VirSim Ex