Presentation is loading. Please wait.

Presentation is loading. Please wait.

Virtual Simulator Extreme (VirSim Ex)

Similar presentations


Presentation on theme: "Virtual Simulator Extreme (VirSim Ex)"— Presentation transcript:

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

2 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

3 DFD Level 0 VirSim Ex

4 DFD Level 1 VirSim Ex

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

6 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

7 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

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

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

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

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

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

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

14 Implementation VirSim Ex
page language="java" contentType="text/html; charset=ISO " pageEncoding="ISO "%> taglib prefix="c" uri=" <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

15 page language="java" contentType="text/html; charset=ISO " pageEncoding="ISO "%> taglib prefix="c" uri=" taglib prefix="fmt" uri=" <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" /> <input type="text" name=" " /> 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


Download ppt "Virtual Simulator Extreme (VirSim Ex)"

Similar presentations


Ads by Google