Download presentation
Presentation is loading. Please wait.
Published byJosue Awbrey Modified over 9 years ago
1
CIS-74 Computer Software Quality Assurance Systematic Software Testing Chapter 1: An Overview of the Testing Process
2
History of the Definition of “Testing” 1979: Executing a program in order to find bugs 1983: Evaluating program attributes in order to measure quality 2002: “A concurrent lifecycle process of engineering, using, and maintaining testware in order to measure and improve the quality of the software being tested.”
3
Preventive Testing Requires test cases to validate the requirements so that problems can be found as early as possible Added benefit: test cases document the software
4
Waterfall Model Most famous of sequential models of software development: 1.Initial concept 2.Requirements analysis 3.Analysis & architectural design 4.Detailed design 5.Development & unit/integration testing 6.System & acceptance testing 7.Implementation 8.Maintenance
5
Advantages of Waterfall Resources are focused on one activity at a time Each activity has the completed artifact from the previous stage to use as a basis
6
Disadvantages of Waterfall A lot of backing up to earlier phases, which is very expensive Can lead to dangerous shortcuts No testing until the end (which contributes to the “backing up” problem) Testers are often on critical path
7
STEP Systematic Test and Evaluation Process Built upon IEEE standards for software test documentation and software unit testingIEEE Stresses the prevention potential of testing Views testing as a parallel process with software development, not a later one
8
STEP Phases Plan the strategy Acquire the testware Measure the behavior
9
STEP Output Testware: test plans, test specification documents, test cases, test data files, etc. Intentionally analogous to software in order to reflect the parallel development processes
10
STEP Testing Roles Manager - communicates, plans, and coordinates Analyst - plans, inventories, designs, and evaluates Technician - implements, executes, and checks Reviewer - examines and evaluates
11
Review Questions
12
What is the name for any document or product created as part of the testing effort, such as test cases, test plans, bug reports, etc.?
13
Testware
14
What does STEP stand for?
15
Systematic Test and Evaluation Process
16
What is the generic name for the software development model in which the requirements are built first, followed by the design, then the code, and lastly, the testing?
17
Sequential model
18
What is the most famous of the sequential models of software development?
19
Waterfall
20
What is the name for program testing done in a programmer’s personal development library?
21
Unit testing
22
What are a couple of advantages to the Waterfall model?
23
1.Resources are focused on one activity at a time. 2.Each activity has the completed artifact from the previous stage to use as a basis.
24
What was the focus of testing in the late 1970s?
25
Finding errors
26
What are two disadvantages to the Waterfall method?
27
1.It causes a lot of “starting over.” 2.Testers are usually on the critical path of delivery.
28
When must test cases be written in order to practice preventive testing?
29
Before the code is written (in order to validate the requirements).
30
What are the three phrases in STEP?
31
1.Plan the Strategy 2.Acquire the Testware 3.Measure the Behavior
32
What industry standards for documentation and software unit testing is STEP built upon?
33
IEEE
34
What are the four major testing roles defined by STEP?
35
Manager Analyst Technician Reviewer
36
End of Chapter 1
Similar presentations
© 2024 SlidePlayer.com Inc.
All rights reserved.