Use cases and Decision table - MCQs
1. use cases are useful for which type of testing?a) performance testing
b) Business scenarios
c) Static testing
d) Unit testing
View Answer / Hide Answer2. For retail shopping software which table would be example of decision table?a) A table containing rules of discount
b) A table containing rules for interfaces between components
c) A table containing rule of employee behavior
d) A table containing rules for combination of input
View Answer / Hide Answer3.when different combination of input requires different combination of actions , which of the following technique is used in such situation? a) Boundary value analysis
b) Equivalence partition
c) Decision table
d) Decision coverage
View Answer / Hide Answer4. Which is/are parts of state transition model?a) The states that the software may occupy
b) The transition from one state to another
c) The event that cause a transition
d) The action that result from transition
e) All of the above
View Answer / Hide Answer