Software Testing Interview Questions with Answer
Software Testing Interview Questions with Answer
1. What is Equivalence Partitioning?
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
2. What is Exhaustive Testing?
Testing which covers all combinations of input values and preconditions for an element of the software under test.
3. What is Functional Decomposition?
A technique used during planning, analysis and design; creates a functional hierarchy for the software.
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
2. What is Exhaustive Testing?
Testing which covers all combinations of input values and preconditions for an element of the software under test.
3. What is Functional Decomposition?
A technique used during planning, analysis and design; creates a functional hierarchy for the software.