Purpose and types of testing Flashcards

1
Q

What are the reasons for testing a program?

A

To ensure there are no errors (bugs) in the code. To check that the program has acceptable performance and usability. To ensure that unauthorized access is prevented. To check if the program meets the requirements.

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

What is iterative testing?

A

Each new module is tested as it is written. Program branches are checked for functionality. Checking new modules do not introduce new errors in existing code. Testing to ensure the program handles erroneous data and exceptional situations.

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

What is final/terminal testing?

A

Testing that all modules work together (integration testing). Testing the program produces the required results with normal

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