Types of Testing Flashcards

1
Q

What is static testing?

A

Testing without execution (inspection) -> verifies code meets specification.
Code does not have to be complete.

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

What is dynamic testing?

A

Execution of code with test cases, aims to validate the product and ensure it meets the needs of the customer.

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

What are the 2 types of Dynamic Testing?

A
  • Structural/White Box Testing
    • Test cases derived from data flow of system to ensure executes as expected.
  • Functional/Black Box Testing
    • Data in, Data out, check data out is correct. (doesent need to see code.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly