MULTIMEDIA PRODUCTION Learning Outcome 1. List the steps in the testing process.

Slides:



Advertisements
Similar presentations
Anatomy of a Multimedia Project
Advertisements

Software Testing By Marcin Starzomski :P. What is Testing ? Testing is a process used to help identify the correctness, completeness and quality of developed.
4.5 Multimedia Production
Project activities and experiences in an Albanian software company Luan Jubica Zagreb 2004.
Rational Unified Process
Improving Process for Better Software. Who We Are An experiential learning program that provides technology solutions for our partners, and real- world.
OHT 10.1 Galin, SQA from theory to implementation © Pearson Education Limited 2004 The testing process Determining the test methodology phase Planning.
1 Pertemuan 09 Design and Production Matakuliah: T0553/Sistem Multimedia Tahun: 2005 Versi: 5.
CS CS 5150 Software Engineering Lecture 20 Acceptance and Delivery.
3D Game Programming All in One By Kenneth C. Finney.
BY RAJESWARI S SOFTWARE TESTING. INTRODUCTION Software testing is the process of testing the software product. Effective software testing will contribute.
Gearbox Software PRODUCTION PIPELINE – JOBS TITLES – JOB DESCRIPTIONS.
Load Test Planning Especially with HP LoadRunner >>>>>>>>>>>>>>>>>>>>>>
Chapter 2-Introduction to Making Multimedia
Estimation Wrap-up CSE 403, Spring 2008, Alverson Spolsky.
BY: GARIMA GUPTA MCA FINAL YEAR WHAT IS SOFTWARE TESTING ? SOFTWARE TESTING IS THE PROCESS OF EXECUTING PROGRAMS OR SYSTEM WITH THE INTENT.
Introduction to Interactive Media 02. The Interactive Media Development Process.
Extreme Programming Software Development Written by Sanjay Kumar.
© 2011 The McGraw-Hill Companies, Inc. All rights reserved Chapter 14: Delivering.
Introduction to RUP Spring Sharif Univ. of Tech.2 Outlines What is RUP? RUP Phases –Inception –Elaboration –Construction –Transition.
Project Management Development & developers
Software Testing. Introduction Testing is often left to the end of the project which is generally not a good idea. Testing should be conducted throughout.
WESS BETA TEST BETA Testing and Reporting “Bugs” Web Enabled Safety System.
Programming. What is a Program ? Sets of instructions that get the computer to do something Instructions are translated, eventually, to machine language.
Unit 2 – The Multimedia Development Process
Software testing basic. Main contents  Why is testing necessary?  What is testing?  Test Design techniques  Test level  Test type  How to write.
MULTIMEDIA DEVELOPMENT
Software Testing Testing principles. Testing Testing involves operation of a system or application under controlled conditions & evaluating the results.
Introduction to Interactive Media The Interactive Media Development Process.
Software Development Software Testing. Testing Definitions There are many tests going under various names. The following is a general list to get a feel.
©2007 · Georges Merx and Ronald J. NormanSlide 1 Chapter 13 Java on Various Computer Platforms.
Systems Life Cycle A2 Module Heathcote Ch.38.
Statistical Arbitrage Team Xing Liu, Leo, Ying, Yandong.
TESTING LEVELS Unit Testing Integration Testing System Testing Acceptance Testing.
Component 8 Installation and Maintenance of Health IT Systems Unit 10 Developing a Test Strategy and Test Plan This material was developed by Duke University,
MIS 7003 MBA Core Course in MIS Professor Akhilesh Bajaj The University of Tulsa Introduction to S/W Engineering © All slides in this presentation Akhilesh.
CS 360 Lecture 18.  Acceptance testing  The complete system, including documentation, training materials, installation scripts, etc. is tested against.
Mission Science By Team Team 07 Members Jiashuo Li Chen Li Sergey Mukhin Hanadi Mardah Yun Shao Farica Mascarenhas 2.
Big Bang Approach No testing of Individual Units Advantages Cost can be saved No stubs/Drivers Very fast Disadvantages Hard to debug Location of defect.
CSC 480 Software Engineering Test Planning. Test Cases and Test Plans A test case is an explicit set of instructions designed to detect a particular class.
ICASAS305A Provide Advice to Clients This unit describes the performance outcomes, skills and knowledge required to provide IT advice and support to clients,
Oman College of Management and Technology Course – MM Topic 7 Production and Distribution of Multimedia Titles CS/MIS Department.
HNDIT23082 Lecture 09:Software Testing. Validations and Verification Validation and verification ( V & V ) is the name given to the checking and analysis.
JUCMNav Milestone Five Quality Assurance Presentation.
1 CP586 © Peter Lo 2003 Multimedia Communication Multimedia Development Team.
“The Role of Experience in Software Testing Practice” A Review of the Article by Armin Beer and Rudolf Ramler By Jason Gero COMP 587 Prof. Lingard Spring.
OHT 10.1 Galin, SQA from theory to implementation © Pearson Education Limited 2004 The testing process Determining the test methodology phase Planning.
Applied Software Project Management SOFTWARE TESTING Applied Software Project Management 1.
Chapter 2-Introduction to Making Multimedia
Playtesting.
Testing the System.
Testing Multimedia Products
Acceptance and Delivery
Different Types of Testing
Important Software Performance Testing That Ensure High Quality Solutions.
Lesson 2 Understanding Software Bugs
“Would I have to do this all by myself …….?”
Lecture 09:Software Testing
Mission Science By Team 07.
What is user acceptance testing and how is it different than system testing Kusum daga.
CHAPTER 10 Testing Introduction
ICTSAS305 Provide Advice to Clients
Software Engineering Lecture #14.
CHAPTER 10 Testing Introduction
Software testing and configuration : Embedded software testing
Unit 5 – eProject – Starting to look at projects Unit 5
Chapter 2-Introduction to Making Multimedia
Presentation transcript:

MULTIMEDIA PRODUCTION Learning Outcome 1. List the steps in the testing process.

1.Important of testing  It is important to test and review a project to ensure that: It is bug-free, accurate, and operationally and visually on target. The client's requirements have been met. Cross-platform issues are addressed by comprehensive testing on different hardware and software platforms. ***The reputation of the developer/company is not damaged by a premature or erroneous release. 2. Difficulties in testing The performance of a multimedia project depends on hardware and software configurations, and the end-user's connection speed. The Macintosh environment is sensitive to certain extensions that conflict with some software applications.

3. Types of testing  Alpha testing An alpha release is the first working draft of a project. An alpha release of a project is only for internal circulation. Alpha testing is usually done “in-house” by team members. Alpha releases are expected to have problems or to be incomplete.  Beta testing Beta testing is done with a wider array of testers. Beta testers should be representative of real users. These testers should be people who were not involved with the actual production. Beta-level bugs are typically less harmful than alpha bugs. Managing beta test feedback is critical. 4. Final release The terms such as “bronze” or “release candidate” are used to identify products that are near completion. The final release version is usually called the “gold master.”

Summary Testing ensures that a project is bug-free, is accurate, and satisfies a client’s requirements. Examples of bug report