Quality Assurance Week 5 Winter quarter 02/04/02 SOS

Slides:



Advertisements
Similar presentations
What is Test Director? Test Director is a test management tool
Advertisements

Configuration Management
Acronis Jira New Acronis Bug Tracking System March, 2011.
Software Quality Assurance Inspection by Ross Simmerman Software developers follow a method of software quality assurance and try to eliminate bugs prior.
Customer Service Module Course Contents Table of Contents Enter A Request Search A Request Create Invoice (Funeral home request) Search Invoice Manage.
Documentation Testing
Lecture 6: Testing/Quality Assurance Damien Markey.
Software Testing and Quality Assurance Testing Web Applications.
Copyright © 2001 Bolton Institute Dept. of Computing and Electronics – MIA module Lecture 10: Testing/Quality Assurance Damien Markey.
Paul Coffey Employee Central Engineering Manager
Testing - an Overview September 10, What is it, Why do it? Testing is a set of activities aimed at validating that an attribute or capability.
Software Test Plan Why do you need a test plan? –Provides a road map –Provides a feasibility check of: Resources/Cost Schedule Goal What is a test plan?
Software Testing Prasad G.
Handouts Software Testing and Quality Assurance Theory and Practice Chapter 11 System Test Design
CS4723 Software Validation and Quality Assurance Lecture 9 Bug Report Management.
Load Test Planning Especially with HP LoadRunner >>>>>>>>>>>>>>>>>>>>>>
Software Quality Assurance QA Engineering, Testing, Bug Tracking, Test Automation Software University Technical Trainers SoftUni Team.
Applied Software Project Management Andrew Stellman & Jennifer Greene Applied Software Project Management greene.com 1 Applied Software.
LBTO IssueTrak User’s Manual Norm Cushing version 1.3 August 8th, 2007.
-Nikhil Bhatia 28 th October What is RUP? Central Elements of RUP Project Lifecycle Phases Six Engineering Disciplines Three Supporting Disciplines.
Software Testing Life Cycle
© 2012 IBM Corporation Rational Insight | Back to Basis Series Work on a Defect from QA Liu Xue Ning.
Tracking The Problem  By Aaron Jackson. What’s a Problem?  A suspicious or unwanted behavior in a program  Not all problems are errors as some perceived.
Project Tracking. Questions... Why should we track a project that is underway? What aspects of a project need tracking?
By Touseef Tahir Software Testing Basics. Today's Agenda Software Quality assurance Software Testing Software Test cases Software Test Plans Software.
1 OPOL Training (OrderPro Online) Prepared by Christina Van Metre Independent Educational Consultant CTO, Business Development Team © Training Version.
INFO 637Lecture #101 Software Engineering Process II Review INFO 637 Glenn Booker.
TESTING LEVELS Unit Testing Integration Testing System Testing Acceptance Testing.
Chair of Software Engineering Exercise Session 6: V & V Software Engineering Prof. Dr. Bertrand Meyer March–June 2007.
CSC 4700 Software Engineering
ITEC 370 Lecture 20 Testing. Review Questions? Project update on F Test plan –Sections –How / when to use it.
CCS Information and Support Center Introduction. What is the information center for? Not only does our web-based.
Applied Software Project Management SOFTWARE TESTING Applied Software Project Management 1.
Information Architecture
Change Request Management
Performance Testing of Web Apps
Configuration Management
Applied Software Testing
Do not report such bugs Software Quality Assurance
Why Metrics in Software Testing?
SOFTWARE TESTING Date: 29-Dec-2016 By: Ram Karthick.
Tracking and Squashing Bugs
TeXlipse [I1] Iteration
Managing the Project Lifecycle
NCCU CS碩專班 軟體工程專題 Lecture 10 May 10, 2012 © 2004 EVOLUTION.
SOFTWARE TESTING OVERVIEW
Improving the Defect Life Cycle Management Process
SEVERITY & PRIORITY RELATIONSHIP
Chapter 18 Maintaining Information Systems
Quality Assurance: Early Work Items
Configuration Management
Software Testing With Testopia
Software Quality Assurance
Issue Tracking Systems
Adding and editing students and student test settings
Applied Software Implementation & Testing
Johanna Rothman Agile Team Measurements Chapter 12
Software Quality Engineering
Customer Contract Management Scenario Overview
Lecture 09:Software Testing
© University of Liverpool
Fundamental Test Process
Finding and Managing Bugs CSE 403 Lecture 23
Quality Assurance in an Agile Development Team Michelle Wu 2018 PNSQC
APPLICATION LIFECYCLE MANAGEMENT(ALM) QUALITY CENTER(QC)
APPLICATION LIFECYCLE MANAGEMENT(ALM) QUALITY CENTER(QC)
LESSON 01 Hands-on Training Execution
CS5123 Software Validation and Quality Assurance
An Introduction to Bugzilla
Presentation transcript:

Quality Assurance Week 5 Winter quarter 02/04/02 SOS Project Management Quality Assurance Week 5 Winter quarter 02/04/02 SOS week 1 intro to PM

Objectives Understand what Quality Assurance is Be able to identify and track defects Become familiar with Bugzilla as a defect tracking tool week 1 intro to PM

Quality Assurance quality assurance <testing> (QA) A planned and systematic pattern of all actions necessary to provide adequate confidence that the product optimally fulfils customers' expectations, i.e. that it is problem-free and well able to perform the task it was designed for. week 1 intro to PM

Quality Assurance Steps unit testing reviews/walkthroughs system testing defect tracking week 1 intro to PM

Quality What level of quality are you striving for: What is the likelihood and consequence of errors One way to categorize life critical - like the space program near life critical - lab information system crucial - financial transactions close enough - duplicate mailings week 1 intro to PM

Quality Objective - easily measurable (requirements traceabilty) Subjective - fulfills customer expectations Relates back to having very clear goal, scope and criteria for success statements. week 1 intro to PM

Quality Assurance Plan Must plan for QA Plan contains measurable criteria that are used to determine whether software is ready to release Most important - start at the beginning of the lifecycle and commit the plan to writing. Content more important than format. week 1 intro to PM

Scheduling for testing Duration versus effort examples: iCopyright roughly 8 testers to twenty something developers - initially duration of 1 week of development to 1 week of testing and bug fixes Life critical (10 testers per developer) Business applications ( 1 tester per 3 or 4 developers) week 1 intro to PM

System Testing Purpose Find examples where actual behavior deviates from expected behavior: week 1 intro to PM

Types of testing Functional testing Boundary testing does this work according to specifications Boundary testing what happens at boundary points Performance testing how long for a page to load, a report to generate week 1 intro to PM

Types of Testing Ad Hoc testing Acceptance Testing Alpha/Beta Testing Testers try to find ways to make the system crash. Acceptance Testing customer test to verify that specifications and expectations have been met. Alpha/Beta Testing customer performs test and verifys that product meets specifications and expectations week 1 intro to PM

Types of Testing Stress testing/Load testing/Performance testing what happens when many simultaneous transactions are occurring, or many records are being added peak versus average loads capacity of system week 1 intro to PM

Types of Testing Regression testing <programming> Part of the test phase of software development where, as new modules are integrated into the system and the added functionality is tested, previously tested functionality is re-tested to assure that no new module has corrupted the system. week 1 intro to PM

Life Cycle of a bug Reporting the behavior Confirming the behavior Classifying the bug Assigning the bug Accepting the bug or re-assigning Resolving the bug Verifying the resolution Closing the bug week 1 intro to PM

Creating a Test Plan Assume a search engine Create metrics - how many successful transactions will give a reasonable level of confidence in quality How will you know that that many transaction have occurred? week 1 intro to PM

Boundary testing Load Testing Need test cases that produce zero results, 1 results, 2 results, exactly one page of results, one page plus 1, one page minus one, several pages Load Testing how many simultaneous users; what type of transactions (read/write) week 1 intro to PM

Conditions Capacity Speed operating systems,platform, browser and browser version, modem speed how many combinations! Capacity how records are in database when searching Speed how long to load a page week 1 intro to PM

Creating a test Plan Assume an e-commerce site Determine metrics - how many successful transactions versus total transactions What are the boundary conditions What type of error messages could you receive What type of credit cards How many transactions with money deposited in bank week 1 intro to PM

Reporting a bug Summary - a title - quick overview Steps to reproduce Expected behavior Actual behavior Other info: OS, Platform, browser version, software version, component, url Reproducible? week 1 intro to PM

Classifying a bug Using a Bug Council triage n : sorting and allocating aid on the basis of need for or likely benefit from medical treatment or food Assigning priority, severity, developer Assigning fix to a scheduled release Enhancement Request versus a Defect week 1 intro to PM

Resolving a Bug FIXED INVALID WONTFIX A fix for this bug has been checked into the tree and tested by the person marking it FIXED. INVALID The problem described is not a bug. WONTFIX The problem described is a bug which will never be fixed, or a problem report which is a "feature", not a bug. week 1 intro to PM

Resolving a Bug DUPLICATE WORKSFORME The problem is a duplicate of an existing bug. Marking a bug duplicate requires the bug number of the duplicating bug and will add a comment with the bug number into the description field of the bug it is a duplicate of. WORKSFORME All attempts at reproducing this bug in the current build were futile. If more information appears later, please re-open the bug, for now, file it. week 1 intro to PM

Bad Bug / Good Bug BAD: "My browser crashed. I think I was on foo.com. I think that this is a really bad problem and you should fix it or else nobody will use your browser. By the way, my sister thinks your icons really suck. Oh, and my mom's home page doesn't right, either, it's all messed up. Thx 4 fixing theze bugz GOOD: "I crashed each time when I went to foo.com, using Mozilla on a Win NT 4.0 (Service Pack 5) system. The build ID is 20000609. I also rebooted into Linux, and reproduced this problem using the 20000608 Linux build.Examples of a good bug week 1 intro to PM

Configuration Management Source Control CVS - open source VSS - MS Visual Source Safe week 1 intro to PM

Release Management Release Candidate/ Gold Candidate write up release notes includes existing functionality and known bugs supports what operating systems, browsers, platforms week 1 intro to PM

Project Closeout Post Mortem What went well What didn’t go well Lessons learned week 1 intro to PM