Software Testing Class Test
Software Testing Class Test
Question 2: Equivalence Class Partitioning and Boundary Value Analysis (10 Marks)
A password field in a banking application accepts 6 to 12 alphanumeric characters.
a. Create equivalence partitions for valid and invalid inputs.
b. Apply boundary value analysis and list all boundary test cases.
c. Explain why these techniques help reduce the number of test cases without compromising
test coverage.