Explain Structure-based testing techniques
- Structure-based testing methods are also termed as white-box testing techniques.
- These are dynamic methods.
- They use the internal structure of the software to derive test cases.
- They are usually termed as 'white-box' or 'glass-box' methods
- They need you to have knowledge of how the software is executed and how it works.