Which technique is used to identify test cases at the edges of input domains in Boundary Value Analysis?
- Equivalence Partitioning
- Exhaustive Testing
- Random Testing
- State Transition Testing
Equivalence Partitioning is used in Boundary Value Analysis to identify test cases at the edges of input domains by dividing the input into meaningful equivalence classes.
Loading...
Related Quiz
- What is the primary goal of test control activities during software testing?
- How can Postman collections enhance collaboration among team members in API testing projects?
- Test data management tools such as _______________ provide features for data masking and subsetting.
- Scenario: During test execution, several critical defects are discovered in the software application. What should be the immediate action taken by the test execution team?
- _______________ is a key aspect of test execution, ensuring that test cases are executed in the correct sequence.