Using the state model of the component provided earlier, how many test cases are needed to achieve 1-switch coverage?
Which of the following tools could be introduced in addition to inspections and can partly replace a code inspection?
Scenario "Tax system"
The tax system needs to be updated due to new legislation. For a person with a salary of less than 20.000 and who is married, the tax needs to be re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable. How many input classes can be distinguished when applying equivalence partitioning to the Tax System specification?
Consider the following decision table, How many cases are left when this decision table is collapsed?
Part 2: "Test Analyst various"
One limitation of pairwise testing is that it ...