Software Development- Testing Flashcards

1
Q

What are the 3 types of testing data?

A

Normal
Extreme
Exceptional

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

What is normal Testing?

A

This is the data that the program should be expected to use in a normal operation and should be accepted.

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

What is Exceptional Testing?

A

Data that is the edge of what is acceptable, such as high and low limits or boundaries, this should also be accepted.

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

What is extreme testing?

A

This is invalid data that the program should reject, so it shouldn’t be accepted at all.

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

What are the 3 types of errors whilst testing?

A

Syntax
Logical
Executional

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

What is a syntax error?

A

When the grammars of the programming language isn’t followed such as a bracket or colon missed.

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

What is a syntax error?

A

When the grammars of the programming language isn’t followed such as a bracket or colon missed.

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

What is a logical error?

A

When the instructors are not written in the correct order or an incorrect instruction is used.

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

What is an Executional error?

A

An error that prevents the program from running such as running out of memory.

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

What is a test plan?

A

The purpose of a test plan is to ensure that your systemically and comprehensively testing your program.

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