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.
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.
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.)