Chapter 11 Flashcards

1
Q

What is developer testing?

A

Developers use a range of testing methods to test a new system.

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

What is a code walkthrough?

A

A code walkthrough is a technique where the code is worked through to check for faults.

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

What is white box testing?

A

This is testing that the program will carry out what is expected.

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

What is black box testing?

A

This is testing based on what the software should do?

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

What is functional testing?

A

This is a form of black box testing, that checks the features and operations of the software adhere to specifications.

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

What is automated testing?

A

This is testing completed automatically, that will save days in testing time.

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

What is a software release?

A

This is generally an upgraded application.

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

What is user acceptance testing

A

This is testing to determine whether or not to accept a software product.

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

What is direct conversion?

A

This is directly changing from the old, legacy system to the new system.

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

What is parallel conversion?

A

This is where both the old and new systems are both in use, until the old system is eventually turned off.

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

What is pilot conversion?

A

This is where a few locations are selected for installation at a time.

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

What is phased conversion?

A

This is testing that where sets of locations are converted one after another.

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

What is system documentation?

A

This is produced for the programmers who will maintain the documentation.

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

What is user documentation?

A

This is designed to enable the users to operate the system

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

What is adaptive maintenance?

A

This is maintenance for when circumstances change in the environment where the system runs

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

What is corrective maintenance?

A

This is maintenance where changes to software are made due to errors.

17
Q

What is perfective maintenance?

A

This is where adding new additions to the software through maintenance.

18
Q

What is a maintenance release?

A

This is a release of a new updated version of software.