Testing and Documenting Solutions Flashcards

1
Q

Constructing a Test Plan?

A

set of test data which has been created to systematically and comprehensively test the software; makes use of normal (ensures the program works when used normally), extreme (ensures the program works when data is used that is on the boundaries of what is considered normal) and exceptional (ensures a program can handle situations that it has not been designed to cope with; out with the boundaries) test data

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

Comprehensive Testing?

A

when every aspect of the software is tested.

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

Syntax error?

A

a misspelling of a keyword of mistake in the structure of a program such as a missing an ‘end if’

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

Logic error?

A

program will run but not as the programmer intended it to; calculating error

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

Execution error?

A

an error occurs when the program is run, causing it to crash.

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

Dry run?

A

manual run through of puesdocode, source code of program, taking notes of variables at various points in the process.

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

Trace Tables?

A

often used to text an algorithm for a specific sub

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

Breakpoints?

A

a set point in program where it will stop execution so that the values of variables can be examined.

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