Software Testing Strategies. Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only

Similar documents
Software Testing Strategies. Software Engineering: A Practitionerʼs Approach, 7/e by Roger S. Pressman

Testing Object-Oriented Applications. Slide Set to accompany. Software Engineering: A Practitioner s Approach, 7/e by Roger S.

Testing Object-Oriented Applications. Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman. For non-profit educational use only

Software Testing. Minsoo Ryu. Hanyang University. Real-Time Computing and Communications Lab., Hanyang University

QUIZ #5 - Solutions (5pts each)

SOFTWARE ENGINEERING SOFTWARE VERIFICATION AND VALIDATION. Saulius Ragaišis.

The Nature of Software. Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only

Testing Web Applications. Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman. For non-profit educational use only

SOFTWARE ENGINEERING IT 0301 Semester V B.Nithya,G.Lakshmi Priya Asst Professor SRM University, Kattankulathur

Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only

User Interface Design. Slide Set to accompany. Software Engineering: A Practitioner s Approach, 7/e by Roger S. Pressman

User Interface Design. Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman. For non-profit educational use only

Testing. Unit, integration, regression, validation, system. OO Testing techniques Application of traditional techniques to OO software

Verification and Validation

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING CS SOFTWARE ENGINEERING

Chapter 9. Software Testing

VETRI VINAYAHA COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

TESTING STRATEGIES. a. A STRATEGIC APPROACH TO SOFTWARE TESTING. Verification and Validation. Organizing for Software Testing

Chapter 12 (revised by JAS)

Design Concepts. Slide Set to accompany. Software Engineering: A Practitioner s Approach, 7/e by Roger S. Pressman

Chapter 8. Achmad Benny Mutiara

Software Quality Assurance (SQA) Software Quality Assurance

Component-Level Design. Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman. For non-profit educational use only

Software Engineering (CSC 4350/6350) Rao Casturi

! Is often referred to as verification and validation (V&V).

Software Engineering Fall 2015 (CSC 4350/6350) TR. 5:30 pm 7:15 pm. Rao Casturi 11/10/2015

Verification and Validation. Assuring that a software system meets a user s needs. Verification vs Validation. The V & V Process

UNIT 1-SOFTWARE PROCESS AND PROJECT MANAGEMENT

Software Engineering Fall 2014

Lecture 14: Chapter 18!

Quote by Bruce Sterling, from: A Software Testing Primer, Nick Jenkins

!"#$%&'()*+,-*,--)./00#'1)2)345"645"%()

Software Quality. Richard Harris

CS6403 SOFTWARE ENGINEERING Year / Sem : II / IV Sub. Code &Subject : CS6403 SOFTWARE ENGINEERING QUESTION BANKWITH ANSWERS

Lecture 15 Software Testing

Level: M.Ed. Credit Hour: 3 (2+1) Semester: Second Teaching Hour: 80(32+48)

CS SOFTWARE ENGINEERING QUESTION BANK SIXTEEN MARKS

Software & WebApp Testing. Nisa ul Hafidhoh

Verification and Validation. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 22 Slide 1

CHAPTER 5: PRINCIPLES OF DETAILED DESIGN

Topic 01. Software Engineering, Web Engineering, agile methodologies.

Modern Systems Analysis and Design. Third Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich. Chapter 17 System Implementation

Software Engineering Theory. Lena Buffoni (slides by Kristian Sandahl/Mariam Kamkar) Department of Computer and Information Science

Overview. State-of-the-Art. Relative cost of error correction. CS 619 Introduction to OO Design and Development. Testing.

Chapter 8 Software Testing. Chapter 8 Software testing

Chapter 9 Quality and Change Management

Software Engineering: A Practitionerʼs Approach, 7/e by Roger S. Pressman. Slides copyright 1996, 2001, 2005, 2009 by Roger S.

Verification, Testing, and Bugs

Pearson Education 2007 Chapter 9 (RASD 3/e)

Chapter 11, Testing. Using UML, Patterns, and Java. Object-Oriented Software Engineering

Standard Glossary of Terms used in Software Testing. Version 3.2. Advanced Test Automation - Engineer Terms

Manuel Oriol, CHCRC-C, Software Testing ABB

Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

Part 5. Verification and Validation

Software Testing Techniques

Higher-order Testing. Stuart Anderson. Stuart Anderson Higher-order Testing c 2011

QUESTION BANK UNIT 1 SOFTWARE PROCESS AND PROJECT MANAGEMENT Part A

Lecture 26: Testing. Software Engineering ITCS 3155 Fall Dr. Jamie Payton

Topics in Software Testing

A Passage to Penetration Testing!

Verification and Validation

Verification and Validation

Software Quality Assurance & Testing

Diploma in Software Testing (DST)

Integration Testing Qualidade de Software 2

SOFTWARE ENGINEERING

Software Testing part II (white box) Lecturer: Giuseppe Santucci

CERT C++ COMPLIANCE ENFORCEMENT

Sample Question Paper. Software Testing (ETIT 414)

1 Visible deviation from the specification or expected behavior for end-user is called: a) an error b) a fault c) a failure d) a defect e) a mistake

Software Quality Assurance. David Janzen

SOFTWARE ENGINEERING

T Salausjärjestelmät (Cryptosystems) Security testing. Security testing. Outline. Testing Final stages of life cycle

An ICS Whitepaper Choosing the Right Security Assessment

Secure Agile How to make secure applications using Agile Methods Thomas Stiehm, CTO

Verification and Validation. Verification and validation

Write perfect C code to solve the three problems below.

The requirements engineering process

Chap 2. Introduction to Software Testing

UNIT OBJECTIVE. Understand what system testing entails Learn techniques for measuring system quality

MONIKA HEINER.

Black-box Testing Techniques

Types of Software Testing: Different Testing Types with Details

Agile Manifesto & XP. Topics. Rapid software development. Agile methods. Chapter ) What is Agile trying to do?

Testing. ECE/CS 5780/6780: Embedded System Design. Why is testing so hard? Why do testing?

Objectives. Chapter 19. Verification vs. validation. Topics covered. Static and dynamic verification. The V&V process

The Importance of Test

Introduction to Software Testing

Sample Exam. Advanced Test Automation - Engineer

Pearson Education 2005 Chapter 9 (Maciaszek - RASD 2/e) 2

Choosing the Right Security Assessment

CS485/540 Software Engineering Architecture and Component Design (Chs. 9,10)

Software Engineering and Scientific Computing

Comparison Study of Software Testing Methods and Levels- A Review

Lecture 17: Testing Strategies. Developer Testing

STUDENT LEARNING OUTCOMES Beacom College of Computer and Cyber Sciences

Study of Component Based Software Engineering

CT41 (ALCCS) SOFTWARE ENGINEERING JUN 2015

Chapter 11, Testing, Part 2: Integration and System Testing

CHAPTER 9 DESIGN ENGINEERING. Overview

Transcription:

Chapter 22 Software Testing Strategies Slide Set to accompany Software Engineering: A Practitioner s Approach, 8/e by Roger S. Pressman and Bruce R. Maxim Slides copyright 1996, 2001, 2005, 2009, 2014 by Roger S. Pressman For non-profit educational use only May be reproduced ONLY for student use at the university level when used in conjunction with Software Engineering: A Practitioner's Approach, 8/e. Any other reproduction or use is prohibited without the express written permission of the author. All copyright information MUST appear if these slides are posted on a website for student use. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 1

Software Testing Testing is the process of exercising a program with the specific intent of finding errors prior to delivery to the end user. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 2

What Testing Shows errors requirements conformance performance an indication of quality (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 3

Strategic Approach To perform effective testing, you should conduct effective technical reviews. By doing this, many errors will be eliminated before testing commences. Testing begins at the component level and works "outward" toward the integration of the entire computerbased system. Different testing techniques are appropriate for different software engineering approaches and at different points in time. Testing is conducted by the developer of the software and (for large projects) an independent test group. Testing and debugging are different activities, but debugging must be accommodated in any testing strategy. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 4

V & V Verification refers to the set of tasks that ensure that software correctly implements a specific function. Validation refers to a different set of tasks that ensure that the software that has been built is traceable to customer requirements. Boehm [Boe81] states this another way: Verification: "Are we building the product right?" Validation: "Are we building the right product?" (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 5

Who Tests the Software? developer Understands the system but, will test "gently" and, is driven by "delivery" independent tester Must learn about the system, but, will attempt to break it and, is driven by quality (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 6

Testing Strategy System engineering Analysis modeling Design modeling Code generation Unit test Integration test Validation test System test (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 7

Testing Strategy We begin by testing-in-the-small and move toward testing-in-the-large For conventional software The module (component) is our initial focus Integration of modules follows For OO software our focus when testing in the small changes from an individual module (the conventional view) to an OO class that encompasses attributes and operations and implies communication and collaboration (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 8

Strategic Issues Specify product requirements in a quantifiable manner long before testing commences. State testing objectives explicitly. Understand the users of the software and develop a profile for each user category. Develop a testing plan that emphasizes rapid cycle testing. Build robust software that is designed to test itself Use effective technical reviews as a filter prior to testing Conduct technical reviews to assess the test strategy and test cases themselves. Develop a continuous improvement approach for the testing process. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 9

Unit Testing module to be tested results software engineer test cases (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 10

Unit Testing module to be tested interface local data structures boundary conditions independent paths error handling paths test cases (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 11

Unit Test Environment driver interface local data structures Module boundary conditions independent paths error handling paths stub stub test cases RESULTS (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 12

Integration Testing Strategies Options: the big bang approach an incremental construction strategy (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 13

Top Down Integration A top module is tested with stubs B F G C stubs are replaced one at a time, "depth first" D E as new modules are integrated, some subset of tests is re-run (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 14

Bottom-Up Integration A B F G C drivers are replaced one at a time, "depth first" D E worker modules are grouped into builds and integrated cluster (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 15

Sandwich Testing A Top modules are tested with stubs B F G C D E Worker modules are grouped into builds and integrated cluster (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 16

Regression Testing Regression testing is the re-execution of some subset of tests that have already been conducted to ensure that changes have not propagated unintended side effects Whenever software is corrected, some aspect of the software configuration (the program, its documentation, or the data that support it) is changed. Regression testing helps to ensure that changes (due to testing or for other reasons) do not introduce unintended behavior or additional errors. Regression testing may be conducted manually, by reexecuting a subset of all test cases or using automated capture/playback tools. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 17

Smoke Testing A common approach for creating daily builds for product software Smoke testing steps: Software components that have been translated into code are integrated into a build. A build includes all data files, libraries, reusable modules, and engineered components that are required to implement one or more product functions. A series of tests is designed to expose errors that will keep the build from properly performing its function. The intent should be to uncover show stopper errors that have the highest likelihood of throwing the software project behind schedule. The build is integrated with other builds and the entire product (in its current form) is smoke tested daily. The integration approach may be top down or bottom up. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 18

General Testing Criteria Interface integrity internal and external module interfaces are tested as each module or cluster is added to the software Functional validity test to uncover functional defects in the software Information content test for errors in local or global data structures Performance verify specified performance bounds are tested (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 19

Object-Oriented Testing begins by evaluating the correctness and consistency of the analysis and design models testing strategy changes the concept of the unit broadens due to encapsulation integration focuses on classes and their execution across a thread or in the context of a usage scenario validation uses conventional black box methods test case design draws on conventional methods, but also encompasses special features (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 20

Broadening the View of Testing It can be argued that the review of OO analysis and design models is especially useful because the same semantic constructs (e.g., classes, attributes, operations, messages) appear at the analysis, design, and code level. Therefore, a problem in the definition of class attributes that is uncovered during analysis will circumvent side effects that might occur if the problem were not discovered until design or code (or even the next iteration of analysis). (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 21

Testing the CRC Model 1. Revisit the CRC model and the object-relationship model. 2. Inspect the description of each CRC index card to determine if a delegated responsibility is part of the collaborator s definition. 3. Invert the connection to ensure that each collaborator that is asked for service is receiving requests from a reasonable source. 4. Using the inverted connections examined in step 3, determine whether other classes might be required or whether responsibilities are properly grouped among the classes. 5. Determine whether widely requested responsibilities might be combined into a single responsibility. 6. Steps 1 to 5 are applied iteratively to each class and through each evolution of the analysis model. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 22

OO Testing Strategy class testing is the equivalent of unit testing operations within the class are tested the state behavior of the class is examined integration applied three different strategies thread-based testing integrates the set of classes required to respond to one input or event use-based testing integrates the set of classes required to respond to one use case cluster testing integrates the set of classes required to demonstrate one collaboration (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 23

WebApp Testing - I The content model for the WebApp is reviewed to uncover errors. The interface model is reviewed to ensure that all use cases can be accommodated. The design model for the WebApp is reviewed to uncover navigation errors. The user interface is tested to uncover errors in presentation and/or navigation mechanics. Each functional component is unit tested. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 24

WebApp Testing - II Navigation throughout the architecture is tested. The WebApp is implemented in a variety of different environmental configurations and is tested for compatibility with each configuration. Security tests are conducted in an attempt to exploit vulnerabilities in the WebApp or within its environment. Performance tests are conducted. The WebApp is tested by a controlled and monitored population of end-users. The results of their interaction with the system are evaluated for content and navigation errors, usability concerns, compatibility concerns, and WebApp reliability and performance. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 25

MobileApp Testing User experience testing ensuring app meets stakeholder usability and accessibility expectations Device compatibility testing testing on multiple devices Performance testing testing non-functional requirements Connectivity testing testing ability of app to connect reliably Security testing ensuring app meets stakeholder security expectations Testing-in-the-wild testing app on user devices in actual user environments Certification testing app meets the distribution standards (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 26

High Order Testing Validation testing Focus is on software requirements System testing Focus is on system integration Alpha/Beta testing Focus is on customer usage Recovery testing forces the software to fail in a variety of ways and verifies that recovery is properly performed Security testing verifies that protection mechanisms built into a system will, in fact, protect it from improper penetration Stress testing executes a system in a manner that demands resources in abnormal quantity, frequency, or volume Performance Testing test the run-time performance of software within the context of an integrated system (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 27

Debugging: A Diagnostic Process (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 28

The Debugging Process (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 29

Debugging Effort time required to correct the error and conduct regression tests time required to diagnose the symptom and determine the cause (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 30

Symptoms & Causes symptom and cause may be geographically separated symptom may disappear when another problem is fixed cause may be due to a combination of non-errors cause may be due to a system or compiler error symptom cause cause may be due to assumptions that everyone believes symptom may be intermittent (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 31

Consequences of Bugs damage infectious mild annoying serious disturbing catastrophic extreme Bug Type Bug Categories: function-related bugs, system-related bugs, data bugs, coding bugs, design bugs, documentation bugs, standards violations, etc. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 32

Debugging Techniques brute force / testing backtracking induction deduction (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 33

Correcting the Error Is the cause of the bug reproduced in another part of the program? In many situations, a program defect is caused by an erroneous pattern of logic that may be reproduced elsewhere. What "next bug" might be introduced by the fix I'm about to make? Before the correction is made, the source code (or, better, the design) should be evaluated to assess coupling of logic and data structures. What could we have done to prevent this bug in the first place? This question is the first step toward establishing a statistical software quality assurance approach. If you correct the process as well as the product, the bug will be removed from the current program and may be eliminated from all future programs. (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 34

Final Thoughts Think -- before you act to correct Use tools to gain additional insight If you re at an impasse, get help from someone else Once you correct the bug, use regression testing to uncover any side effects (McGraw-Hill 2014). Slides copyright 2014 by Roger Pressman. 35