Mention what the different types of test coverage techniques are?
Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing.
Explain what test plan is?
What is the key difference between preventative and reactive approaches to testing?
Why are static testing and dynamic testing described as complementary?
What is the step you would follow once you find the defect?
What is boundary value testing?
What studies data flow analysis?
What are the valuable steps to resolve issues while testing?
What is equivalence partitioning testing?
Could reviews or inspections be considered part of testing?
In practice, which life cycle model may have more, fewer or different levels of development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing.
In which order should tests be run?
What is coverage measurement?
What is the purpose of a test completion criterion?