18-549 Team 1: Reflex Project Presentation Testing and Evaluation Inbae Lee Paul Thurlow Ryan Frishberg.

Slides:



Advertisements
Similar presentations
Physical activity and fitness
Advertisements

Permutations and Combinations
1 SOFTWARE TESTING Przygotował: Marcin Lubawski. 2 Testing Process AnalyseDesignMaintainBuildTestInstal Software testing strategies Verification Validation.
System Analysis & Design Methods V Extreme Programming XP/dX.
Haptic Glove Hardware Graduation Project Prepared by Yaman A. Salman Eman M. Masarweh 2012.
1 Automated Testing & Test Tools Apirada Thadadech.
Lasers Games Messages Friends Robots Dragons Machetes Turtles Competition Rabbits Cacti Profiles Fun Force Fields Food Marbles Mirror.
Team 1: Reflex Project Presentation System Architecture Use Case Reliability Inbae Lee Paul Thurlow
Team 1: Reflex Project Presentation Mid-semester Demo Inbae Lee Paul Thurlow Ryan Frishberg
Team 7: Sunoco Hotdog Eye Home Mid-Semester Presentation Hong, Keetaek Baek, Jinwook Lee, David.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 23 Slide 1 Software testing.
Lord of Fries Team: Order of Fries. Team Members Carson Lee - Documentator Daniel McCue - Coder Franchesca Chung - Tester Michael Zhu - Coder James Sheldon.
M ERCURY : A Scalable Publish-Subscribe System for Internet Games Ashwin R. Bharambe, Sanjay Rao & Srinivasan Seshan Carnegie Mellon University.
Subtraction Game By Ms. Frevert. Directions You and your partner will work together to answer the different questions related to subtraction. Once you.
Team 2: The House Party Blackjack Mohammad Ahmad Jun Han Joohoon Lee Paul Cheong Suk Chan Kang.
18-549: Midas Project Presentation : Game Glove Project Presentation Project Proposal, Requirements, Competitive Analysis Inbae Lee
Surveys Taken on Different Mediums Team 2E: Harry Bui Jared Guan Ryan Guest.
S A B D C T = 0 S gets message from above and sends messages to A, C and D S.
FIRST 2002 John Kristoff - DePaul University 1 UDP Scanning John Kristoff DePaul University Chicago, IL
Reflex Team 1: Ryan Frishberg, Paul Thurlow, Inbae Lee, Siva Srinivasan.
Events & Messages Paul Ard Ales v2.0. Generic Exceptions  HardwareFail – the device does not respond  HardwareMalfunction – some part of the device.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 23 Slide 1 Software testing.
Brute Force Average of 88 checks Worst possible algorithm if there is a ship in the bottom right cell Best search: 25.
Guide to the TDM online system
HERTS Paul Larpenteur Lee Murphy CSE 403 – Sp 2003 Hearts Experimental Remote Transportable System.
Dr. Tom WayCSC Testing and Test-Driven Development CSC 4700 Software Engineering Based on Sommerville slides.
ONLINE GAME NETWORK TRAFFIC OPTIMIZATION Jaewoo kim Youngho yi Minsik cho.
Welcome! Back to School Night Classroom Expectations This year we will be focusing on building important life skills such as working hard and participating.
Usability for Adults Over 50 Amy Lee Director of Customer Experience for Web AARP Services, Inc.
Virtual Reality Basketball The Future of Sports Presented by Waldo Castro.
OTEPAD SDS PRESENTATION
Networked Games Objectives – –Understand the types of human interaction that a network game may provide and how this influences game play. –Understand.
11/26/2008 Utility Water Hydro-Pneumatic Tank System & Recovery.
OpEnSp a Ce LCA Proposal Calvin Chin David Couvrette Jung Son Mikiko Jama CSE403 Summer 06.
By Mr. Putnam. In Catfall, the goal of the game is to touch the falling cats with the mouse. Every time you touch a cat, your score goes up by one point.
Events & Messages Merijn Paul Tom. Generic Exceptions  HardwareFail – the device does not respond  HardwareMalfunction – some part of the device is.
Getting Touch Events to Play Nice in Flex Ryan Frishberg Software Consultant, Lab49
Error Handling Tonga Institute of Higher Education.
Copyright 2015, Robert W. Hasker. Continuous Inspection  Code reviews  Powerful tool  Difficult to ensure meaningful reviews take place  Static analysis.
1 Software Testing and Quality Assurance Lecture 17 - Test Analysis & Design Models (Chapter 4, A Practical Guide to Testing Object-Oriented Software)
OMNIGLOVE ABSTRACT This project will be a glove that can control home appliances such as lights, TV, stereo, and other electronics. The OmniGlove will.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 23 Slide 1 Software testing.
Do Now: Read the article “Ages and Stages of Play.”
User Acceptance Testing The Hard Way Graham Thomas BCS SIGIST 10 th May 1996.
MSN Billing Support Helpline Number
Monitoring and Control
Monitoring and Control
How to work with your sprite
Event-driven programming
Wireless hand game controller
Hotmail Tech Support phone number Ireland.
AOL Customer Services Dubai For Instant Assistance.
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
HOTMAIL IS KNOWN FOR ITS BACK TO BACK AND INSTANT SERVICES. OUR TEAM MAKES SURE NO ISSUE GOES UN-ANSWERED OR NO SOLUTION TO AN ISSUE GOES WRONG. MANY.
Controls Exercise / Discussion Example #1
Testing and Test-Driven Development CSC 4700 Software Engineering
Welcome! Back to School Night 2015.
Welcome! Back to School Night 2016.
Welcome! Back to School Night 2015.
Welcome! Back to School Night 2015.
Team We Ate 9 FMECA Worksheet.
Program Structure INITIALIZE_EL_PARQUERO.WBT EL_PARQUERO.WBT MAIN.WBT
Welcome! Back to School 2016.
Welcome! Back to School Night 2015.
Welcome! Back to School Night 2015.
Measurement Notes Part 2: Temperature 9/11/12.
Learning Intention I will learn about the standard algorithm for input validation.
Welcome! Back to School Night 2015.
Presentation transcript:

Team 1: Reflex Project Presentation Testing and Evaluation Inbae Lee Paul Thurlow Ryan Frishberg Siva Srinivasan

Team 1: Reflex Project Presentation Test Cases Reflex: glove that allows users to play games Unable to get Wii devkit until May Can control the mouse using Java Test Cases –Performance: response in 20 ms –Respond to each axis movement (x, y, z) –Test flex and force sensors –Check power on/off stages 1/18/2007 2

Team 1: Reflex Project Presentation Performance Tests Metric is real-time response: 20 ms The amount of time before humans notice lag Plan –Grab current time and send test message –Round trip test message to all parts –At end read current time and compare to time before sending the test message 1/18/2007 3

Team 1: Reflex Project Presentation Testing Process #define for performance testing Physical movement by user for axial testing One user, but can change tester to see if works for different people Test automation difficult, but not too many parts to test 1/18/2007 4

Team 1: Reflex Project Presentation Looking Ahead Getting real-time performance data is difficult Exception testing is risky (delicate equipment) Failure recovery is dependent on code not written by us Test automation difficult, but not too many parts to test Ambition is good, Reality is better 1/18/2007 5