1 cis-74 computer software quality assurance midterm review systematic software testing chapters 1-6

124
1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

Upload: stephany-chandler

Post on 20-Jan-2016

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

1

CIS-74 Computer Software Quality Assurance

Midterm Review

Systematic Software Testing

Chapters 1-6

Page 2: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

2

Testing conducted without written or formal plans or test cases.

Page 3: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

3

Testing conducted without written or formal plans or test cases.

What is ad hoc testing?

Page 4: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

4

A group problem-solving technique that involves the spontaneous contribution of ideas from all members of the group.

Page 5: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

5

A group problem-solving technique that involves the spontaneous contribution of ideas from all members of the group.

What is brainstorming?

Page 6: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

6

A type of testing where the internal workings of the system are unknown or ignored.

Page 7: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

7

A type of testing where the internal workings of the system are unknown or ignored.

What is black-box testing?

Page 8: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

8

An activity undertaken to reduce risk.

Page 9: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

9

An activity undertaken to reduce risk.

What is mitigation?

Page 10: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

10

The entire product to be tested, including software and associated documentation; acronym is SUT.

Page 11: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

11

The entire product to be tested, including software and associated documentation; acronym is SUT.

What is Software Under Test?

Page 12: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

12

A testing technique where the test design and execution are conducted concurrently.

Page 13: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

13

A testing technique where the test design and execution are conducted concurrently.

What is exploratory testing?

Page 14: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

14

An organization which publishes engineering standards for things such as Test Design Specifications and other test documentation.

Page 15: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

15

An organization which publishes engineering standards for things such as Test Design Specifications and other test documentation.

What is the IEEE (Institute of Electrical and Electronic Engineers)?

Page 16: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

16

Shipping a product to the entire customer base in increments.

Page 17: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

17

Shipping a product to the entire customer base in increments.

What is phased implementation?

Page 18: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

18

A test for valid input.

Page 19: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

19

A test for valid input.

What is a positive test?

Page 20: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

20

Installing and using a new system at the same time the old system is installed and running.

Page 21: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

21

Installing and using a new system at the same time the old system is installed and running.

What is parallel implementation?

Page 22: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

22

80% of the contribution comes from 20% of the contributors.

Page 23: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

23

80% of the contribution comes from 20% of the contributors.

What is the Pareto Principle?

Page 24: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

24

An original and usually working model of a new product or new version of an existing product, which serves as a basis or standard for later models.

Page 25: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

25

An original and usually working model of a new product or new version of an existing product, which serves as a basis or standard for later models.

What is a prototype?

Page 26: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

26

The process of checking whether all requirements are covered by one or more test cases.

Page 27: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

27

The process of checking whether all requirements are covered by one or more test cases.

What is requirements traceability?

Page 28: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

28

A test run to demonstrate that the basic functionality of a system exists and that a certain level of stability has been achieved. Frequently used as part of the entrance criteria to a level of test.

Page 29: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

29

A test run to demonstrate that the basic functionality of a system exists and that a certain level of stability has been achieved. Frequently used as part of the entrance criteria to a level of test.

What is a smoke test?

Page 30: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

30

The copyrighted testing methodology described throughout our textbook; its acronym is STEP.

Page 31: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

31

The copyrighted testing methodology described throughout our textbook; its acronym is STEP.

What is Systematic Test and Evaluation Process?

Page 32: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

32

Any document or product created as part of the testing effort.

Page 33: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

33

Any document or product created as part of the testing effort.

What is testware?

Page 34: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

34

The level of test undertaken to validate a single module of code, usually by the programmer who wrote the code.

Page 35: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

35

The level of test undertaken to validate a single module of code, usually by the programmer who wrote the code.

What is unit testing?

Page 36: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

36

Another trio of names for white-box testing.

Page 37: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

37

Another trio of names for white-box testing.

What is glass-box, clear-box, or translucent-box testing?

Page 38: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

38

A model of software development based upon distinct, sequential phases.

Page 39: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

39

A model of software development based upon distinct, sequential phases.

What is the Waterfall Model?

Page 40: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

40

A specially equipped laboratory designed to allow potential users of a system to “try out” a prototype of a system prior to its completion.

Page 41: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

41

A specially equipped laboratory designed to allow potential users of a system to “try out” a prototype of a system prior to its completion.

What is a usability lab?

Page 42: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

42

Code that simulates the function of nonexistent components; consists of stubs and drivers.

Page 43: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

43

Code that simulates the function of nonexistent components; consists of stubs and drivers.

What is scaffolding code?

Page 44: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

44

A level of test undertaken to validate the interface between internal components of a system. Normally done by a group of developers.

Page 45: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

45

A level of test undertaken to validate the interface between internal components of a system. Normally done by a group of developers.

What is integration test?

Page 46: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

46

An existing defect that has not yet caused a failure because the exact set of conditions has not been met.

Page 47: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

47

An existing defect that has not yet caused a failure because the exact set of conditions has not been met.

What is a latent defect?

Page 48: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

48

Applications that reside on the same platform as the software being tested.

Page 49: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

49

Applications that reside on the same platform as the software being tested.

What is cohabiting software?

Page 50: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

50

A group of tests which have these characteristics:

They all test the same thing.

If one catches a bug, the others will too.

If one doesn’t catch a bug, the others won’t either.

Page 51: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

51

A group of tests which have these characteristics:

They all test the same thing.

If one catches a bug, the others will too.

If one doesn’t catch a bug, the others won’t either.

What is an equivalence class?

Page 52: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

52

Another name for behavioral testing.

Page 53: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

53

Another name for behavioral testing.

What is black-box testing?

Page 54: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

54

The situation in which a test passes in spite of being incorrectly processed.

Page 55: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

55

The situation in which a test passes in spite of being incorrectly processed.

What is coincidental correctness?

Page 56: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

56

Represented by a circle in a state-transition diagram.

Page 57: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

57

Represented by a circle in a state-transition diagram.

What is the state?

Page 58: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

58

A two-dimensional array in which any two columns contain all combinations of the numbers within the matrix.

Page 59: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

59

A two-dimensional array in which any two columns contain all combinations of the numbers within the matrix.

What is an orthogonal array?

Page 60: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

60

Testing in which the data is in the format of real data, but is actually generated by a tool; sometimes called monkey testing.

Page 61: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

61

Testing in which the data is in the format of real data, but is actually generated by a tool; sometimes called monkey testing.

What is random testing?

Page 62: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

62

A test in which one enters invalid input in the expectation of receiving an error message.

Page 63: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

63

A test in which one enters invalid input in the expectation of receiving an error message.

What is a negative test?

Page 64: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

64

A test environment (probably acceptance) that is set up exactly like a real office.

Page 65: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

65

A test environment (probably acceptance) that is set up exactly like a real office.

What is a model office?

Page 66: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

66

They’re examples of testing tool traps.

Page 67: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

67

They’re examples of testing tool traps.

What are the following examples of: no clear strategy, great expectations, lack of buy-in, poor training, automating the wrong thing, choosing the wrong tool, choosing the wrong vendor, doing too much too soon, underestimating time/resources, inadequate or unique test environment, poor timing, cost of tools causing inadequate licenses, lack of ease of use, and unstable software?

Page 68: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

68

A technique developed to estimate the number of bugs resident in a piece of software, it involves deliberately planting bugs in a piece of software, then running the test set in order to determine how many of the planted bugs were found and how many were not.

Page 69: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

69

A technique developed to estimate the number of bugs resident in a piece of software, it involves deliberately planting bugs in a piece of software, then running the test set in order to determine how many of the planted bugs were found and how many were not.

What is defect seeding?

Page 70: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

70

Unscheduled events or late activities that may jeopardize the testing schedule.

Page 71: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

71

Unscheduled events or late activities that may jeopardize the testing schedule.

What are planning risks?

Page 72: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

72

The first test document to consider when doing test planning.

Page 73: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

73

The first test document to consider when doing test planning.

What is the Master Test Plan (MTP)?

Page 74: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

74

TBD.

Page 75: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

75

TBD.

What is the acronym for “To Be Determined?”

Page 76: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

76

The order in which the four level test plans are written.

Page 77: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

77

The order in which the four level test plans are written.

Which order is represented here--Acceptance Test Plan, System Test Plan, Integration Test Plan, and Unit Test Plan?

Page 78: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

78

The level of test in which the test environment most closely resembles production.

Page 79: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

79

The level of test in which the test environment most closely resembles production.

What is acceptance testing?

Page 80: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

80

A process involving measuring the percentage of program statements, branches, and/or paths that are executed by a test set.

Page 81: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

81

A process involving measuring the percentage of program statements, branches, and/or paths that are executed by a test set.

What is code coverage?

Page 82: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

82

Another form of software evaluation besides testing.

Page 83: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

83

Another form of software evaluation besides testing.

What are reviews?

Page 84: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

84

The two most common types of reviews.

Page 85: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

85

The two most common types of reviews.

What are walkthroughs and inspections?

Page 86: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

86

Retesting previously tested features to ensure that a change or bug fix has not introduced new problems.

Page 87: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

87

Retesting previously tested features to ensure that a change or bug fix has not introduced new problems.

What is regression testing?

Page 88: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

88

Charts used to show dependencies between testing activities.

Page 89: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

89

Charts used to show dependencies between testing activities.

What are Gantt charts?

Page 90: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

90

Test data that is quickly outdated due to a quickly changing business environment.

Page 91: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

91

Test data that is quickly outdated due to a quickly changing business environment.

What is fragile test data?

Page 92: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

92

Acceptance testing that occurs at the development site as opposed to a customer site.

Page 93: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

93

Acceptance testing that occurs at the development site as opposed to a customer site.

What is alpha testing?

Page 94: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

94

Acceptance testing that occurs at a customer site.

Page 95: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

95

Acceptance testing that occurs at a customer site.

What is beta testing?

Page 96: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

96

Implementation involving shipping the entire product to a few customers at a time.

Page 97: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

97

Implementation involving shipping the entire product to a few customers at a time.

What is gradual implementation?

Page 98: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

98

A group charged with determining how incidents, defects, and enhancements should be handled--what should be changed and in what order.

Page 99: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

99

A group charged with determining how incidents, defects, and enhancements should be handled--what should be changed and in what order.

What is the CCB (Change Control Board)?

Page 100: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

100

The level of testing done to ensure that the various components of a system interact and pass data correctly amongst one another and function cohesively.

Page 101: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

101

The level of testing done to ensure that the various components of a system interact and pass data correctly amongst one another and function cohesively.

What is integration testing?

Page 102: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

102

The very first tests that should be automated.

Page 103: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

103

The very first tests that should be automated.

What are smoke tests?

Page 104: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

104

The ratio of defects to size.

Page 105: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

105

The ratio of defects to size.

What is defect density?

Page 106: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

106

KLOC.

Page 107: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

107

KLOC.

What is the acronym for “thousand lines of code?”

Page 108: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

108

A form of testing in which two-person teams are identified and assigned to create test cases for the other person’s code.

Page 109: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

109

A form of testing in which two-person teams are identified and assigned to create test cases for the other person’s code.

What is buddy testing?

Page 110: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

110

The name of the code coverage tool demonstrated in class.

Page 111: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

111

The name of the code coverage tool demonstrated in class.

What is gcov?

Page 112: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

112

The values that must be tested when doing boundary value analysis.

Page 113: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

113

The values that must be tested when doing boundary value analysis.

What are the boundaries, the value immediately below the lowest boundary, and the value immediately above the highest boundary?

Page 114: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

114

The time when changes to the system (requirements, design, code, and documentation) are halted or closely managed.

Page 115: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

115

The time when changes to the system (requirements, design, code, and documentation) are halted or closely managed.

What is a code freeze?

Page 116: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

116

The two states that a Bugzilla bug might be moved to by a QA engineer as a result of confirmation testing (bug-fix testing).

Page 117: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

117

The two states that a Bugzilla bug might be moved to by a QA engineer as a result of confirmation testing (bug-fix testing).

What are REOPENED and VERIFIED?

Page 118: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

118

The fields within Bugzilla bugs that cannot be changed once they have been saved.

Page 119: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

119

The fields within Bugzilla bugs that cannot be changed once they have been saved.

What are the Description and Comment fields?

Page 120: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

120

Another name for structural testing.

Page 121: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

121

Another name for structural testing.

What is another name for white-box testing?

Page 122: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

122

A production system executed at a single or limited number of sites.

Page 123: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

123

A production system executed at a single or limited number of sites.

What is a pilot?

Page 124: 1 CIS-74 Computer Software Quality Assurance Midterm Review Systematic Software Testing Chapters 1-6

124

End of Midterm Review