Chapter 2 - Mini-quiz Flashcards

1
Q

For a banking application, what test level and test type are being used in the following test?
Testing how a component should calculate compound interest

A

Component testing, functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

For a banking application, what test level and test type are being used in the following test?
Testing how the banker handles approving or declining a credit application

A

Acceptance testing, functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

For a banking application, what test level and test type are being used in the following test?
Portability tests to check whether the presentation layer works on all supported browsers and mobile devices

A

System testing, non-functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For a banking application, what test level and test type are being used in the following test?
Exercising all possible inquiry types sent to the credit score microservice

A

System integration testing, white-box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

For a banking application, what test level and test type are being used in the following test?
Security tests for buffer overflow vulnerabilities due to data passed from the user interface to the business logic

A

Component integration testing, non-functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

For a banking application, what test level and test type are being used in the following test?
All tests for a given workflow are re-executed if any screen on that workflow changes

A

System testing, change-related

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

For a banking application, what test level and test type are being used in the following test?
All previously-failed tests are re-executed after a defect found in acceptance testing is fixed

A

Acceptance testing, change-related

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

For a banking application, what test level and test type are being used in the following test?
Testing how account information captured at the user interface is passed to the business logic

A

Component integration testing, functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

For a banking application, what test level and test type are being used in the following test?
Usability tests to evaluate the accessibility of the banker’s credit processing interface for people with disabilities

A

Acceptance testing, non-functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

For a banking application, what test level and test type are being used in the following test?
Tests are designed to cover sequences of web pages that can occur during a credit line application

A

System testing, white-box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

For a banking application, what test level and test type are being used in the following test?
Tests are designed to achieve complete statement and decision coverage for all components that perform financial calculations

A

Component testing, white-box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

For a banking application, what test level and test type are being used in the following test?
Tests are designed to cover all supported financial data file structures and value ranges for bank-to-bank transfers

A

Acceptance testing, white-box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

For a banking application, what test level and test type are being used in the following test?
Tests are designed to confirm fixes to interface-related defects as the fixes are checked into the code repository

A

Component integration testing, change-related

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

For a banking application, what test level and test type are being used in the following test?
Testing how the system uses an external microservice to check an account holder’s credit score

A

System integration testing, functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

For a banking application, what test level and test type are being used in the following test?
Automated regression tests are built for each component and included within the continuous integration framework

A

Component testing, change-related

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

For a banking application, what test level and test type are being used in the following test?
Reliability tests to evaluate system robustness if the credit score microservice fails to respond

A

System integration testing, non-functional

17
Q

For a banking application, what test level and test type are being used in the following test?
Testing how account holders can apply for a line of credit on their checking accounts

A

System testing, functional

18
Q

For a banking application, what test level and test type are being used in the following test?
Performance tests to evaluate the number of CPU cycles required to perform a complex total interest calculation

A

Component testing, non-functional

19
Q

For a banking application, what test level and test type are being used in the following test?
Exercise how each screen in the browser interface passes data to the next screen and to the business logic

A

Component integration testing, white-box

20
Q

For a banking application, what test level and test type are being used in the following test?
Tests of the application interacting with the credit scoring microservice are re-executed daily as part of continuous deployment of that microservice

A

System integration testing, change-related